F5 Networks 301b Exam - Topic 8 Question 115 Discussion
Which iRule will reject any connection originating from a 10.0.0.0/8 network?
C) when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::client_addr] mask 255.0.0.0]
switch $remote_ip {
'10.0.0.0' { reject }
'11.0.0.0' { pool pool_http1}
default { pool http_pool }
}
}
A) when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::remote_addr] mask 8]
switch $remote_ip {
'10.0.0.0' { reject }
'11.0.0.0' { pool pool_http1}
default { pool http_pool }
}
}
B) when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::local_addr] mask 8]
switch $remote_ip {
'10.0.0.0' { reject }
'11.0.0.0' { pool pool_http1}
default { pool http_pool }
}
}
D) when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::local_addr] mask 255.0.0.0]
switch $remote_ip {
'10.0.0.0' { reject }
'11.0.0.0' { pool pool_http1}
default { pool http_pool }
}
}
Royal
8 months agoReynalda
8 months agoShawana
8 months agoStefania
9 months agoGenevieve
9 months agoIra
10 months agoPercy
10 months agoPaz
10 months agoFrancis
10 months agoJustine
10 months agoSocorro
11 months agoViola
11 months agoEmerson
11 months agoShaquana
11 months agoBrock
12 months agoLachelle
12 months agoVince
12 months agoOcie
12 months agoHeidy
8 months agoLarue
8 months agoElmira
9 months agoKing
9 months agoAdell
1 year agoRosendo
12 months agoKattie
1 year ago