BIG-IP Administration Data Plane Concepts (F5CAB2) exam Questions and Answers
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)
A development team needs to apply a software fix and troubleshoot one of its servers. The BIG-IP Administrator needs toimmediately remove all connectionsfrom the BIG-IP system to the back-end server. The BIG-IP Administrator checks the virtual server configuration and finds that apersistence profile is assignedto it.
What should the BIG-IP Administrator do to meet this requirement? (Choose one answer)
A BIG-IP Administrator needs to connect a BIG-IP system totwo upstream switchesto provideexternal network resilience. The network engineer instructs the administrator to configureinterface binding with LACP. Which configuration should the administrator use? (Choose one answer)
Refer to the exhibit.

The network team creates a new VLAN on the switches. The BIG-IP Administrator creates a new VLAN and a Self IP on the BIG-IP device, but theservers on the new VLAN are NOT reachablefrom the BIG-IP device.
Which action should the BIG-IP Administrator take to resolve this issue? (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?
Which statement is true concerning the default communication between a redundant pair of BIG-IP devices?
The BIG-IP appliance fails to boot. The BIG-IP Administrator needs to run the End User Diagnostics (EUD) utility to collect data to send to F5 Support. Where can the BIG-IP Administrator access this utility?
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)
In the GUI, where should the BIG-IP Administrator configure an existing VLAN named external to a specific interface as untagged?
Active connections to pool members are unevenly distributed. The load balancing method isLeast Connections (member).Priority Group Activation is disabled.
What is a potential cause of the uneven distribution? (Choose one answer)
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?
What type of Virtual Server is configured with no Pool-members, and proxies traffic to the destination IP address specified by the client device?
What type of virtual server should be used to block responses for one IP in a subnet with a virtual server? (Choose one answer)
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)
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 system receives a client connection destined to1.0.0.10:8080. Multiple virtual servers are configured on the system. Which virtual server will process the connection? (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?
The BIG-IP Administrator wants to provide quick failover between the F5 LTM devices that are configured in an HA Pair with a single traffic-group. The BIG-IP Administrator wants to implement the Mac Masquerade feature for this quick failover and run 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 of this, the BIG-IP Administrator must implement the Per-VLAN Mac 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?
Which statement is true concerning cookie persistence?