PrepAway - Latest Free Exam Questions & Answers

Which iRule should the LTM Specialist use to fulfill th…

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?

PrepAway - Latest Free Exam Questions & Answers

A.
when 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]]” }
}

B.
when CLIENT_ACCEPTED {
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]]” }
}

C.
when 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]]” }
}

D.
when 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]]” }
}


Leave a Reply

Your email address will not be published. Required fields are marked *