What should a BIG-IP Administrator configure to minimize impact during a failover?
An application is configured so that thesame pool member must be used for an entire session, and this behavior must persist acrossHTTP and FTP traffic. A user reports that a session terminates and must be restarted after theactive BIG-IP device fails overto the standby device.
Which configuration settings should the BIG-IP Administrator verify to ensure proper behavior when BIG-IP failover occurs? (Choose one answer)
A development team needs to apply a software fix and troubleshoot one of its servers. The BIG-IP Administrator needs to immediately remove all connections from the BIG-IP system to the back-end server. The BIG-IP Administrator checks the Virtual Server configuration and finds that a persistence profile is assigned to it. What should the BIG-IP Administrator do to meet this requirement?
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 }
If a user connects to and their browser does not specify a UserAgent, which pool will receive the request?
A BIG-IP Administrator assigns thedefault HTTP health monitorto a pool that has three members listening on port 80. When the administrator connects to each pool member using thecurlutility, two of the members respond with a status of404 Not Found, while the third responds with200 OK. What will the pool show for member availability? (Choose one answer)
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 BIG-IP Administrator is making adjustments to an iRule and needs to identify which of the 235 virtual server configured on the BIG-IP device will be affected. How should the administrator obtain this information in an effective way? (Choose one answer)
Which two statements describe differences between the active and standby systems? (Choose two.)
A network administrator is planning to add a trunk to a single BIG-IP system. What does a trunk provide? (Pick the 2 correct responses below)
An ecommerce company is experiencing latency issues with online shops during Black Friday’s peak season. The BIG-IP Administrator detects an overall high CPU load on the BIG-IP device and wants to move thetop utilized Virtual Serversto a dedicated BIG-IP device. Where should the BIG-IP Administrator determine the problematic Virtual Servers? (Choose one answer)
What type of virtual server will have a destination IP address of 0.0.0.0 and listen on a specific VLAN for requests?
In the GUI, where should the BIG-IP Administrator configure an existing VLAN named external to a specific interface as untagged?
What type of virtual server has a destination of 0.0.0.0 and listens on a specific VLAN? (Choose one answer)
A BIG-IP Administrator needs to apply a health monitor for a pool of database servers named DB_Pool that uses TCP port 1521. Where should the BIG-IP Administrator apply this monitor?
A BIG-IP Administrator wants to add a new Self IP to the BIG-IP device. Which item should be assigned to the new Self IP being configured?
A BIG-IP Administrator makes a configuration change to a Virtual Server on theStandbydevice of an HA pair. The HA pair is currently configured withAuto-Syncenabled. What effect will the change have on the HA pair configuration? (Choose one answer)
The BIG-IP Administrator needs to ensure that if a pool member is marked down by the monitor, the BIG-IP system sends existing connections to another available pool member. Which task should the BIG-IP Administrator perform to meet this goal?
Active connections to pool members are unevenly distributed. The load balancing method is Least Connections (member). Priority Group Activation is disabled. What is a potential cause of the uneven traffic distribution?
The BIG-IP Administrator wants to provide quick failover between the F5 LTM devices that are configured as an HA pair with a single Self IP using the MAC Masquerade feature. The administrator configures MAC masquerade for traffic-group-1 using the following command:
`tmsh modify /cm traffic-group traffic-group-1 mac 02:12:34:56:00:00`
However, the Network Operations team identifies an issue with using the same MAC address across multiple VLANs. As a result, the administrator enables Per-VLAN MAC Masquerade to ensure a unique MAC address per VLAN by running:
`tmsh modify /sys db tm.macmasqaddr_per_vlan value true`
What would be the resulting MAC address on a tagged VLAN with ID 1501? (Choose one answer)