bug
9 TopicsUpgrade from v11.6.0 HF4 to v11.6.0 HF6 breaks some monitors
Hi all, Is there any problem known with v11.6.0 HF6 upgrade with http monitors? The customer was using the following http monitors in v11.6.0 HF4: `GET /_layouts/15/success.aspx HTTP/1.1\r\nHost: mysitestage.domain.com` `GET / HTTP/1.1\r\nHost: mentoring.domain.com\r\nConnection: Close\r\n\r\n` After upgrade to v11.6.0 HF6 the http monitors looks like the following: `GET /_layouts/15/success.aspx HTTP/1.1\\r\\nHost: mysitestage.domain.com` `GET / HTTP/1.1\\r\\nHost: mentoring.domain.com\\r\\nConnection: Close\\r\\n\\r\\n` So the upgrade procedure changed all backslashes to double backslashes, why? Also very strange is that the new "HF6" monitor with the string: `GET / HTTP/1.1\\r\\nHost: mentoring.domain.com\\r\\nConnection: Close\\r\\n\\r\\n` is STILL working in HF6. But the monitor with the string: `GET /_layouts/15/success.aspx HTTP/1.1\\r\\nHost: mysitestage.domain.com` is NOT working anymore, it is turning red. After we changed all the monitors back to a single backslash every monitor was working again. It's bad that again a hotfix upgrade leads to this bug. We can not recommend to upgrade to HF6 then. Any ideas what kind of bug this is again? Thanks for answering! Best regards, PeterSolved725Views0likes18CommentsBug ID 1182613 - New Workaround
I found a new workaround for the following bug, that fills up /var/log dir: Bug ID 1182613: BIG-IP Version 15.1.8 installed as a tenant on CX410 or rSeries systems see continuous 'Unable to Notify Tenant stats' log in /var/log/ltm Instead of requesting and installing an engineering hotfix to address the problem, I suggest to simply add a log filter with the following details: - Severity: Warning - Source: all - Message ID:01d50005 - Log Publisher: None Hope that helps to address the issue.657Views3likes1CommentPool member on standby LTM were Online without VLAN was trunked to upstream switch
Hi, I have an F5 pair in Active/Standby configuration. I am running version 13.1.1 and both devices are in Sync. The LTMs are configured in one arm mode. The problem is initially Standby LTM was showing all pool as online without the standby device VLAN being trunked to the upstream switch. After I disable/enabled the pool member on standby LTM, all nodes becomes offline. Not sure why the nodes were showing online without the application VLAN not trunked to the upstream switch???. Any help will be appreciated.297Views0likes0Commentsirule behaviour different after upgrade
Hi, Hope that somebody can help me with the following: In release 13.1.1.2 we had the following part of an irule: set uri [HTTP::uri] ($dg is the data group name constructed of some variables, which contains allowed uri) if {[class match $uri starts_with $dg] } { if { $static::otudebug }{ log local0. "DataGroup $dgURI Match, [IP::client_addr]" } } else { ....... But after the upgrade to 14.1.2.2 the uri didn't match any more. Even when changing the uri allowed in the datagroup to "/". Which would basically means that all is allowed. But this still didn't match ???? by changing the irul to : if {[class match $uri contains $dg] } This made the whole script working again (also with the original uri..) Am i missing something or is this a bug in the v14 release?625Views0likes4CommentsUnable to view ASM policies.
I don't know if this is a bug but maybe somebody has come upon this issue - When browsing to "security>> application security policies:policies list" I am unable to view my policies. I am using version 13.1.0.7. I have this issue in three different browsers, and in both nodes of my F5 cluster. As a result I cannot perform any actions regarding any of the policies. This is what it looks like. Note the entry number on the side - you can see that policies do exist. They are just not visible.272Views0likes1CommentASM insert CSRF although not specify URL
Hi We're using LTM/ASM with v.12.1.3 and right now we see issue as we have enable CSRF protection but we didn't specify and URL in URL list. From my understanding, F5 should insert csrf in case we specify URL in URL list. Why F5 insert it although we not specift URL list? Is it a bug? ps1. we have issue when using IE11 but we didn't have issue when using chrome. ps2. when using IE11, issue is occur intermittently. Thank you307Views0likes3CommentsError Message, opening Certs in GUI
Hello Community, Every time I click on a certificate i get the following Error Message: I found a work around, exporting the certificates over tmsh, but i finally want to fix this issue. Every help is much appreciated. Greetings, Maximilian MartinSolved659Views0likes9CommentsAPM stuck on the logout page
Hi Experts, we are encountering in APM wherein we are stuck on the logout page of APM. When we access the url we've been redirected to the logout page and nothing happen when we click the link "click here to login" Anyone who encounter this before? -Nat479Views0likes4CommentsDevCentral questions broken in firefox?
using firefox 35 and since some days it seems DevCentral questions doesn't function fully. it does automatically load more questions when i scroll down. when i try to subcribe or report a question i get send back to the front page. i got no script allowing everything from dev central. anyone else with the same problem?648Views0likes6Comments