Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

F5 F5CAB2 BIG-IP Administration Data Plane Concepts (F5CAB2) exam Exam Practice Test

Demo: 19 questions
Total 66 questions

BIG-IP Administration Data Plane Concepts (F5CAB2) exam Questions and Answers

Question 1

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?

Options:

A.

That support is never available.

B.

The virtual server must be enabled for both VLANs.

C.

The virtual server must be enabled on the internal VLAN.

D.

The virtual server must be enabled on the external VLAN.

Question 2

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)

Options:

A.

Cookie persistence and session timeout

B.

Stateful failover and Network Failover detection

C.

Persistence mirroring and Match Across Services

D.

SYN-cookie insertion threshold and connection low-water mark

Question 3

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?

Options:

A.

Console Port1

B.

Internal VLAN interface2

C.

External VLAN interface3

D.

Management Port4

Question 4

In the GUI, where should the BIG-IP Administrator configure an existing VLAN named external to a specific interface as untagged?

Options:

A.

Network — VLANs -> VLAN List -> external -> interfaces

B.

Network -> VLANs -> VLAN List -> create -> external

C.

Network -> VLANs —> VLAN List —> internal -> interfaces

Question 5

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)

Options:

A.

Local Traffic > Virtual Servers > Virtual Server List

B.

System > Platform

C.

Statistics > Module Statistics > Local Traffic > Virtual Servers

D.

Local Traffic > Network Map

Question 6

A BIG-IP Administrator configures remote authentication and needs to make sure that users can still login even when the remote authentication server is unavailable. Which action should the BIG-IP Administrator take in the remote authentication configuration to meet this requirement?

Options:

A.

Configure a remote role group

B.

Set partition access to “All”

C.

Configure a second remote user directory

D.

Enable the Fallback to Local option

Question 7

The diagram below shows the TCP connection setup for an application.

Which of the following virtual server types applies? (Choose one answer)

Options:

A.

Standard virtual server

B.

Forwarding IP virtual server

C.

Stateless virtual server

Question 8

What command will assist the BIG-IP Administrator in finding the tmm routes when in the TMSH CLI?

Options:

A.

list net route

B.

show net route

C.

list net

D.

show net

Question 9

Which statement is true concerning iRule events?

Options:

A.

All iRule events relate to HTTP processes.

B.

All client traffic has data that could be used to trigger iRule events.

C.

All iRule events are appropriate at any point in the client-server communication.

D.

If an iRule references an event that doesn't occur during the client's communication, the client's connection will be terminated prematurely.

Question 10

A BIG-IP Administrator is conducting maintenance on one BIG-IP appliance in an HA Pair. Why should the BIG-IP Administrator put the appliance into FORCED-OFFLINE state?

Options:

A.

To terminate connections to the management IP and decrease persistent connections

B.

To allow new connections to Virtual Servers and ensure the appliance becomes active

C.

To preserve existing connections to Virtual Servers and reduce the CPU load

D.

To terminate existing connections to Virtual Servers and prevent the appliance from becoming active

Question 11

Refer to the exhibit above.

A BIG-IP pool is configured withPriority Group Activation = Less than 2 available members. The pool members have different priority groups and availability states. Which pool members arereceiving traffic? (Choose one answer)

Options:

A.

serv1

B.

serv1, serv3

C.

serv1, serv2, serv3, serv4

D.

serv1, serv3, serv4

Question 12

What type of Virtual Server is configured with no Pool-members, and proxies traffic to the destination IP address specified by the client device?

Options:

A.

Forwarding (IP)

B.

Standard

C.

Performance (Layer 4)

D.

Stateless

Question 13

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?

Options:

A.

02:12:34:56:01:15

B.

02:12:34:56:15:01

C.

02:12:34:56:05:dd

D.

02:12:34:56:dd:05

Question 14

A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it:

when CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool

ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }

If a user connects to 10.10.1.100 and port 22, which pool will receive the request?

Options:

A.

ftppool

B.

telnetpool

C.

None. The request will be dropped.

D.

Unknown. The pool cannot be determined from the information provided.

Question 15

What is the result when a BIG-IP Administratormanually disables a pool member? (Choose one answer)

Options:

A.

The disabled pool member stops processing persistent connections.

B.

All pool members continue to process persistent connections.

C.

The disabled pool member stops processing existing connections.

D.

All pool members stop accepting new connections.

Question 16

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)

Options:

A.

Type: Stateless Protocol Profile: fastL4

B.

Type: Standard Protocol Profile: tcp-wan-optimized

C.

Type: Performance (Layer 4) Protocol Profile: fastL4

D.

Type: Performance (HTTP) Protocol Profile: fasthttp

Question 17

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)

Options:

A.

Set the pool member to aForced Offlinestate and manually delete existing connections through the command line

B.

Set the pool member to anOfflinestate and manually delete existing connections through the command line

C.

Set the pool member to aForced Offlinestate

D.

Set the pool member to aDisabledstate

Question 18

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 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? (Choose one answer)

Options:

A.

02:12:34:56:01:15

B.

02:12:34:56:dd:05

C.

02:12:34:56:05:dd

D.

02:12:34:56:15:01

Question 19

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)

Options:

A.

Local Traffic > Network Map

B.

Local Traffic > iRules

C.

Local Traffic > Pools

D.

Local Traffic > Virtual Server

Demo: 19 questions
Total 66 questions