F5 201 Practice Test - Questions Answers, Page 21

List of questions
Question 201

A BIG-IP has a virtual server at 150.150.10.10:80 with SNAT automap configured. This BIG-IP also has a SNAT at 150.150.10.11 set for a source address range of 200.200.1.0 / 255.255.255.0. All other settings are at their default states. If a client with the IP address 200.200.1.1 sends a request to the virtual server, what is the source IP address when the associated packet is sent to the pool member?
Question 202

Which IP address will the client address be changed to when SNAT automap is specified within a Virtual Server configuration?
Question 203

A virtual server at 10.10.1.100:80 has the rule listed below applied. when HTTP_REQUEST { if {[HTTP::uri] ends_with 'htm' } { pool pool1 } else if {[HTTP::uri] ends_with 'xt' } { pool pool2 }
http://10.10.1.100/foo.txt If a user connects to http://10.10.1.100/foo.txt which pool will receive the request?
Question 204

Which statement is true concerning iRule events?
Question 205

Which three iRule events are likely to be seen in iRules designed to select a pool for load balancing? (Choose three.)
Question 206

Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile?
Question 207

A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with 'txt' } { pool pool1 } elseif {[HTTP::uri] ends_with 'php' } { pool pool2 }
http://10.10.1.100/foo.html If a user connects to http://10.10.1.100/foo.html, which pool will receive the request?
Question 208

A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when CLIENT_ACCEPTED { if {[TCP::local_port] equals 80 } { pool pool1 } elseif {[TCP::local_port] equals 443} { pool pool2 }
If a user connects to 10.10.1.100 and port 22, which pool will receive the request?
Question 209

Which statement is true about the synchronization process, as performed by the Configuration Utility or by typing b config sync all?
Question 210

Which statement is true concerning the default communication between a redundant pair of BIG-IP devices?
Question