Exam 301b All QuestionsBrowse all questions from this 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]"

    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
GVKDOption: B

B - Correct