Question 146
The Device Inventory option in Enterprise Manager can replace an organization's static Excelspreadsheet containing similar data.
Question 147
In order to improve GTM performance, administrators should use multiple complex monitors to ensure resources are functioning properly:
Question 148
When using LDAP for authentication, what is the purpose of the base ON?
Question 149
ASM provides antivirus protection by:
Question 150
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 } If a user connects to http://10.10.1.100/foo.html, which pool will receive the request.
when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::uri] ends_with "php" } { pool pool2 } If a user connects to http://10.10.1.100/foo.html, which pool will receive the request.

