(ISC)2
301B · Question #51
301B Question #51: Real Exam Question with Answer & Explanation
Sign in or unlock 301B to reveal the answer and full explanation for question #51. The question stem and answer options stay visible for context.
Question
What does the following iRule do?
when CLIENT_ACCEPTED {
if { [matchclass [IP::client_addr] equals WebClient1-Whitelist1] }{ #log local0. "Valid client IP: [IP::client_addr] - forwarding traffic" #Pool WebClient1
} else {
log local0. "Invalid client IP: [IP::client_addr] - discarding" discard
}
}
Options
- AThe iRule compares a client IP to a list. If the client IP is on the list, discard and log the discard.
- BThe iRule compares a client IP to a list. If the client IP is NOT on the list, discard and log the discard.
- CThe iRule compares a client IP to a list. If the client IP is on the list, the client is sent to Pool WebClient1. Otherwise, discard and log the discard.
- DThe iRule compares a client IP to a list. If the client IP is NOT on the list, the client is sent to Pool WebClient1. Otherwise, discard and log the discard.
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.