F5
303 · Question #224
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…
The correct answer is B. The commands set up a high-speed logging connection and then send the host header and client. See the full explanation below for the reasoning.
Question
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]"
Options
- AThe commands set up a high-speed logging connection and then send the geographical database
- BThe commands set up a high-speed logging connection and then send the host header and client
- CThe commands set up a high-speed logging connection and then send the host header, HTTP
- DThe commands set up a high-speed logging connection to the LTM device and then send the host
How the community answered
(51 responses)- A6% (3)
- B76% (39)
- C4% (2)
- D14% (7)
Community Discussion
No community discussion yet for this question.