nerdexam
F5

303 · Question #196

303 Question #196: Real Exam Question with Answer & Explanation

Sign in or unlock 303 to reveal the answer and full explanation for question #196. The question stem and answer options stay visible for context.

Question

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 Pool What should the LTM Specialist do to resolve this?

Options

  • AUse the followinG. switch -lc [HTTP::uri]
  • BUse the followinG. switch [string tolower [HTTP::uri]]
  • CSet the "Case Sensitivity" option of each member to "None".
  • DSelect the "Process Case-Insensitivity" option for the virtual server.

Unlock 303 to see the answer

You've previewed enough free 303 questions. Unlock 303 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 303 Practice