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?
The ICMP monitor has been assigned to all nodes. In addition, all pools have been assigned custom monitors. If a pool is marked available (green) which situation is sufficient to cause this?
When configuring a Virtual Server to use an iRule with an HTTP_REQUEST event, which list includes the required steps in a proper order to create all necessary objects?
A site needs a virtual server that will use an iRule to parse HTTPS traffic based on HTTP header values. Which two profile types must be associated with such a virtual server? (Choose two.)