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 is configured with a pool member located on a different subnet that is not local to the BIG-IP. To ensure that the return traffic from the pool member is sent to the client through the BIG-IP, a Source NAT (SNAT) is used and configured for SNAT Automap. The BIG-IP has a default gateway on the external VLAN, a floating and non-floating self-IP address on each VLAN, and a management address. Which IP address will the BIG-IP use as the source address for the traffic to the pool member when client traffic is sent through the virtual server?
The network architecture for a BIG-IP consists of anexternal VLANand aninternal VLANwithtwo interfaces connected to the upstream switch. The design requiresfault tolerancein the case that one of the interfaces is down. Which deployment architecture meets these requirements? (Choose one answer)
What type of virtual server should be used to load balance UDP traffic without considering previous connections?
To increase available bandwidth of an existing Trunk, the BIG-IP Administrator is adding additional interfaces. Which command should the BIG-IP Administrator run from within bash shell?
A BIG-IP Administrator is informed that traffic oninterface 1.1is expected to increase beyond the maximum bandwidth capacity of the link. There is asingle VLANon the interface.
What should the BIG-IP Administrator do to increase the total available bandwidth? (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 http://10.10.1.100/foo.html and their browser does not specify a UserAgent, which pool will receive the request?
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)
Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile?
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)
To increase the available bandwidth of an existingtrunk, the BIG-IP Administrator plans to add additional interfaces. Which command should the BIG-IP Administrator run from within thebash shell? (Choose one answer)
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)
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 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?
When using the setup utility to configure a redundant pair, you are asked to provide a "Failover Peer IP". Which address is this?
A standard virtual server has been associated with a pool with multiple members. Assuming all other settings are left at their defaults, which statement is always true concerning traffic processed by the virtual server?