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 301b Topic 2 Question 108 Discussion

Actual exam question for F5 Networks's 301b exam
Question #: 108
Topic #: 2
[All 301b 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:

Kris
3 days ago
I'm not sure, but I think it might be D because it sends the client to Pool WebClient1 if the IP is NOT on the list.
upvoted 0 times
...
Providencia
5 days ago
Ah, I see! The iRule is checking if the client IP is on the whitelist. If it is, it forwards the traffic to the WebClient1 pool. Otherwise, it discards the traffic and logs the invalid IP. Makes sense to me.
upvoted 0 times
...
Adelle
5 days ago
I agree with you, Angella. Option C makes the most sense based on the iRule provided.
upvoted 0 times
...
Iluminada
6 days ago
This iRule is definitely comparing the client IP to a list, but I'm not sure what the intended behavior is. Is it supposed to discard or forward the traffic? I'll need to read it more carefully.
upvoted 0 times
...
Angella
11 days ago
I think the answer is C because it sends the client to Pool WebClient1 if the IP is on the list.
upvoted 0 times
...

Save Cancel