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