(ISC)2
301B · Question #52
301B Question #52: Real Exam Question with Answer & Explanation
The correct answer is B. The commands set up a high-speed logging connection and then send the host header and client geographical detail to the connection.. 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 to the server.
- BThe commands set up a high-speed logging connection and then send the host header and client geographical detail to the connection.
- CThe commands set up a high-speed logging connection and then send the host header, HTTP payload, and client geographical detail to the connection.
- DThe 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.
Community Discussion
No community discussion yet for this question.