301b Exam QuestionsBrowse all questions from this exam

301b Exam - Question 74


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]"

Show Answer
Correct Answer: B

The commands set up a high-speed logging connection using the syslog_server_pool and then send a message that includes the host header and client geographical details such as the country, continent, state, city, zip, and IP address of the client.

Discussion

1 comment
Sign in to comment
GVKDOption: B
Feb 9, 2024

B - Correct