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
7 months agoReynalda
7 months agoShawana
7 months agoStefania
8 months agoGenevieve
8 months agoIra
8 months agoPercy
8 months agoPaz
9 months agoFrancis
9 months agoJustine
9 months agoSocorro
9 months agoViola
9 months agoEmerson
9 months agoShaquana
10 months agoBrock
10 months agoLachelle
10 months agoVince
10 months agoOcie
10 months agoHeidy
6 months agoLarue
6 months agoElmira
7 months agoKing
7 months agoAdell
11 months agoRosendo
10 months agoKattie
11 months ago