F5 BIG-IP LTM Specialist: Maintain and Troubleshoot (301b) Exam Materials-Question 34 Discussion
Comment Image Comment Image Comment Image

Refer to the following configuration: ltm rule /Common/iRule_redirect_uri { when HTTP_REQUEST { set uri [string tolower [HTTP::uri]] switch -glob $uri { "/app-a*" { pool POOL_A } "/app-b*" { pool POOL_B } } } } ltm virtual /Common/http_vs { destination /Common/10.10.10.10:80 ip-protocol tcp mask 255.255.255.255 persist { /Common/cookie { default yes } } pool /Common/POOL_C profiles { /Common/http { } /Common/tcp { } } rules { /Common/iRule_redirect_uri } translate-address enabled translate-port enabled vlans-disabled } Which pool will the LTM device select for a user request to http://10.10.10.10/appa ? (Choose one answer)

  • A. POOL_A
  • B. The request will be rejected
  • C. POOL_C
  • D. POOL_B
Correct Answer: C

Brave-Dump Clients Votes

C 100%

Comments



Giovanni Altitoro 2026-09-13 22:20:13

Selected Answers: C


No match found, therefore default action, the system fails back to it's default behavior and forwards the traffic to the default pool assigned to the VIP