A virtual server for a set of web services is constructed on an LTM device. The LTM Specialist has created an iRule and applied this iRule to the virtual server:when HTTP_REQUEST {switch [HTTP::uri] {'/ws1/ws.jsp' {log local0. '[HTTP::uri]-Redirected to JSP Pool'pool JSP}default { log local0. '[HTTP::uri]-Redirected to Non-JSP Pool'pool NonJSP}}}However, the iRule is NOT behaving as expected. Below is a snapshot of the log:/WS1/ws.jsp-Redirected to JSP Pool/WS1/ws.jsp-Redirected to JSP Pool/WS1/ws.jsp-Redirected to JSP Pool/WS1/WS.jsp-Redirected to Non-JSP Pool/ws1/WS.jsp-Redirected to Non-JSP Pool/WS1/ws.jsp-Redirected to JSP Pool/ws1/ws.jsp-Redirected to Non-JSP PoolWhat should the LTM Specialist do to resolve this?
Which two alerting capabilities can be enabled from within an application visibility reporting (AVR) analytics profile? (Choose two.)
In preparation for a maintenance task, an LTM Specialist performs a 'Force to Standby' on LTM device Unit 1. LTM device Unit 2 becomes active as expected. The maintenance task requires the reboot of Unit 1. Shortly after the reboot is complete, the LTM Specialist discovers that Unit 1 has become active and Unit 2 has returned to standby.What would cause this behavior?
An LTM HTTP pool has an associated monitor that sends a string equal to 'GET /test.html'.Which two configurations could an LTM Specialist implement to allow server administrators to disable their pool member servers without logging into the LTM device? (Choose two.)
An LTM Specialist has a single HTTPS virtual server doing SSL termination. No server SSL profile is defined. The pool members are on the internal VLAN answering on HTTP port 80. Users with certain browsers are experiencing issues.Which two locations are most appropriate to gather packets needed to determine the SSL issue? (Choose two.)