单选题 A BIG-IP Administrator needs to have a BIG-IP linked to two upstream switches for resilience of the external network. The network engineer who is going to configure the switch instructs the BIG-IP Administrator to configure interface binding with LACP. Which configuration should the administrator use?
相关试题
单选题 A virtual server is listening at [10.10.1.100:80](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 }} If a user connects to http://10.10.1.100/foo.html and their browser does not specify a UserAgent, which pool will receive the request?
单选题 What is required for a virtual server to support clients whose traffic arrives on the internal VLAN and pool members whose traffic arrives on the external VLAN?
单选题 A virtual server is listening at [10.10.1.100](10.10.1.100):any and has the following iRule associated with it:when CLIENT_ACCEPTED {if {[TCP:local_port] equals 21} {pool fppool } elseif [TCP:local port] equals 23 } {pool telnetpool } If a user connects to [10.10.1.100](10.10.1.100) and port 22, which pool will receive the request?
单选题 What should a BIG-IP Administrator configure to minimize impact during a failover?
单选题 The BIG-IP Administrator wants to provide quick failover between the F5 LTM devices that are configured as an HA pair with a single-selfip using the MAC Masquerade feature for this quick failover and runs this command: tmsh modify /cm traffic-group traffic-group-1 mac 02:12:34:56:00:00 However, the Network Operations team has identified an issue with the use of the same MAC address being used within different VLANs. As a result, the administrator decides to implement the Per- VLAN Mae Masquerade in order to have a unique MAC address on each VLAN: tmsh modify /sys db tm.macmasqaddr_per_vlan value true. What would be the resulting MAC address on a tagged VLAN of 1501? (Choose one answer)
单选题 Which statement is true concerning iRule events?
单选题 In the GUI, where should the BIG-IP Administrator configure an existing VLAN named exteral to a specific interface as untagged?
单选题 An organization needs to deploy an HTTP application on a BIG-IP system. The requirements specify hardware acceleration to enhance performance, while HTTP optimization features are not required. What type of virtual server and associated protocol profile should be used to meet these requirements? (Choose one answer)