(ISC)2
301B · Question #191
301B Question #191: Real Exam Question with Answer & Explanation
Sign in or unlock 301B to reveal the answer and full explanation for question #191. The question stem and answer options stay visible for context.
Question
An IT administrator wants to log which server is being load balanced to by a user with IP address 10.10.10.25. Which iRule should the LTM Specialist use to fulfill the request?
Options
- Awhen SERVER_CONNECTED { if {[IP::addr [IP::remote_addr] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }
- Bwhen CLIENT_ACCEPTED { if {[IP::addr [clientide IP::remote_addr] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }
- Cwhen SERVER_CONNECTED { if {[IP::addr [clientside IP::remote_addr] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }
- Dwhen CLIENT_ACCEPTED { if {[IP::addr [IP::remote_addr] equals 10.10.10.25]} { log local0. "client 10.10.10.25 connected to pool member [IP::addr [LB::server addr]]" } }
Unlock 301B to see the answer
You've previewed enough free 301B questions. Unlock 301B for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.