Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

F5 Networks Exam 303 Topic 1 Question 19 Discussion

Actual exam question for F5 Networks's 303 exam
Question #: 19
Topic #: 1
[All 303 Questions]

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

}

}

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Francoise
1 days ago
Hmm, I think the question is trying to trick us. It says the iRule 'discards' the connection, but option C says it sends the client to Pool WebClient1. I'm going with option C.
upvoted 0 times
...
Novella
5 days ago
This iRule checks the client IP against a whitelist. If the IP is on the list, it forwards the traffic to Pool WebClient1. Otherwise, it discards the connection and logs the event. Seems pretty straightforward to me.
upvoted 0 times
Alyce
1 days ago
User1: So, what does this iRule do?
upvoted 0 times
...
...

Save Cancel