MultipleChoice
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it:
when HTTP_REQUEST { if { [HTTP::header UserAgent] contains 'MSIE' }
{ pool MSIE_pool }
else { pool Mozilla_pool }
OptionsMultipleChoice
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 }
OptionsMultipleChoice
A VLAN has the following objects configured:
Self-IP 10.10.10.100 with port lockdown set to Allow default
Virtual server 10.10.10.100:443 with UDP profile enabled
Virtual server 10.10.10.0/24 port forwarding virtual server
Global destination NAT forwarding 10.10.10.100 to internal server 172.168.10.100
OptionsMultipleChoice
Refer to the exhibit.
/resources/201.1.2h.l_l.com they are unable to receive content.
What is the likely cause of the issue?
OptionsMultipleChoice
Refer to the exhibit.
access to company resources must be encrypted.
What should the BIG-IP Administrator do to fix the issue?
OptionsMultipleChoice
Which statement accurately describes the difference between two loadbalancing modes specified as "member" and "node"?
Options