F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 95
What do the following iRule commands do when they are used in the same iRule? set hsl [HSL::open -proto UDP -pool syslog_server_pool]
HSL::send $hsl "<190> [HTTP::host] from [whereis [IP::client_addr] country continent state city zip] , IP: [IP::client_addr]"
Answer options
- A. The commands set up a high-speed logging connection and then send the geographical database to the server.
- B. The commands set up a high-speed logging connection and then send the host header and client geographical detail to the connection.
- C. The commands set up a high-speed logging connection and then send the host header, HTTP payload, and client geographical detail to the connection.
- D. The commands set up a high-speed logging connection to the LTM device and then send the host header and client geographical detail to the connection.
Correct answer: B
Explanation
The correct answer is B because the iRule commands create a high-speed logging connection and subsequently send the host header along with geographical details about the client. Options A and C are incorrect as they mention sending the geographical database and HTTP payload, respectively, which are not part of the commands. Option D is incorrect because it specifies the connection to the LTM device, which is not explicitly stated in the commands.