What command will assist the BIG-IP Administrator in finding the tmm routes when in the TMSH CLI?
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?
Which two statements describe differences between the active and standby systems? (Choose two.)
What type of virtual server should be used to block responses for one IP in a subnet with a virtual server? (Choose one answer)
What should a BIG-IP Administrator configure to minimize impact during a failover?
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 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 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?
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?
What type of Virtual Server is configured with no Pool-members, and proxies traffic to the destination IP address specified by the client device?
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?
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?
What should a BIG-IP Administrator configure tominimize impact during a failover? (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 configuresremote authenticationand needs to ensure that users can still log ineven when the remote authentication server is unavailable. Which action should the BIG-IP Administrator take in the remote authentication configuration to meet this requirement? (Choose one answer)