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

Home > F5 > F5-CA > F5CAB2

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

Question # 4

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.

Priority Group Activation is disabled

B.

SSL Profile Server is applied

C.

A persistence profile is applied

D.

Incorrect load balancing method

Full Access
Question # 5

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?

A.

The source address will be the first address available in the list of self-IPs.

B.

The source address will be the floating self-IP address on the egress VLAN.

C.

The source address will be the non-floating self-IP address on the egress VLAN.

D.

The source address will be the management IP address.

Full Access
Question # 6

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)

A.

One network trunk with both VLANs and LACP enabled, and both VLANs configured asuntagged

B.

Two network trunks each with one VLAN and LACP enabled, and both VLANs configured astagged

C.

Two network trunks each with one VLAN and LACP disabled, and one VLAN configured astaggedand one VLAN configured asuntagged

D.

One network trunk with both VLANs and LACP enabled, and both VLANs configured astagged

Full Access
Question # 7

What type of virtual server should be used to load balance UDP traffic without considering previous connections?

A.

Forwarding

B.

Standard

C.

Reject

D.

Stateless

Full Access
Question # 8

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.

tmsh modify /sys trunk trunk_A interfaces add {1.3 1.4}

B.

tmsh create /net trunk trunk_A interfaces add {1.3 1.4}

C.

tmsh create /sys trunk trunk_A interfaces add {1.3 1.4}

D.

tmsh modify /net trunk trunk_A interfaces add {1.3 1.4}

Full Access
Question # 9

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.

Increase the MTU on the VLAN using interface 1.1

B.

Create a trunk object with two interfaces

C.

Assign two interfaces to the VLAN

D.

Set the media speed of interface 1.1 manually

Full Access
Question # 10

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?

A.

MSIE_pool

B.

Mozilla_pool

C.

None. The request will be dropped.

D.

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

Full Access
Question # 11

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.

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

Full Access
Question # 12

Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile?

A.

HTTP_DATA

B.

CLIENT_DATA

C.

HTTP_REQUEST

D.

CLIENT_ACCEPTED

Full Access
Question # 13

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.

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

Full Access
Question # 14

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)

A.

tmsh modify /net trunk trunk_A interfaces add {1.3 1.4}

B.

tmsh modify /sys trunk trunk_A interfaces add {1.3 1.4}

C.

tmsh create /net trunk trunk_A interfaces add {1.3 1.4}

D.

tmsh create /sys trunk trunk_A interfaces add {1.3 1.4}

Full Access
Question # 15

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)

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

Full Access
Question # 16

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.

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

Full Access
Question # 17

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.

Set the pool member to a Disabled state

B.

Set the pool member to a Forced Offline state and manually delete existing connections through the command line

C.

Set the pool member to a Disabled state and manually delete existing connections through the command line

D.

Set the pool member to a Forced Offline state

Full Access
Question # 18

When using the setup utility to configure a redundant pair, you are asked to provide a "Failover Peer IP". Which address is this?

A.

an address of the other system in its management network

B.

an address of the other system in a redundant pair configuration

C.

an address on the current system used to listen for failover messages from the partner BIG-IP

D.

an address on the current system used to initiate mirroring and network failover heartbeat messages

Full Access
Question # 19

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.

The client IP address is unchanged between the client-side connection and the server-side connection.

B.

The server IP address is unchanged between the client-side connection and the server-side connection.

C.

The TCP ports used in the client-side connection are the same as the TCP ports server-side connection.

D.

The IP addresses used in the client-side connection are the same as the IP addresses used in the server-side connection.

Full Access