1.
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?
2.
Which IP address will the client address be changed to when SNAT automap is specified within a Virtual Server configuration?
3.
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 } elseif {[HTTP::uri] ends_with "xt" } { pool pool2 } If a user connects to http://10.10.1.100/foo.txt which pool will receive the request?
4.
Which statement is true concerning iRule events?
5.
Which three iRule events are likely to be seen in iRules designed to select a pool for load balancing? (Choose 3)
6.
Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile?
7.
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?
8.
Which statement is true about the synchronization process, as performed by the Configuration Utility or by typing b config sync all?
9.
Which statement is true concerning the default communication between a redundant pair of BIG-IP devices?
10.
When upgrading a BIG-IP redundant pair, what happens when one system has been updated but the other has not?