Spring Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

F5 F5CAB2 Dumps

Page: 1 / 7
Total 66 questions

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

Question 1

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)

Options:

A.

The change will be undone next time a configuration change is made on the Active device.

B.

The change will be propagated next time a configuration change is made on the Active device.

C.

The change will be undone when Auto-Sync propagates the config to the Standby device.

D.

The change will take effect when Auto-Sync propagates the config to the HA pair.

Question 2

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 3

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)

Options:

A.

A virtual server with an LACP profile and the switches’ management IPs as pool members.

B.

A virtual server with an LACP profile and the interfaces connected to the switches as pool members.

C.

A Trunk listing the allowed VLAN IDs and MAC addresses configured on the switches.

D.

A Trunk containing an interface connected to each switch.

Question 4

Refer to the exhibit.

as

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)

Options:

A.

Set Port Lockdown of the Self IP toAllow All

B.

ChangeAuto Last Hopto enabled

C.

Assign aphysical interfaceto the new VLAN

D.

Create aFloating Self IP address

Question 5

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 6

Which statement is true concerning the default communication between a redundant pair of BIG-IP devices?

Options:

A.

Communication between the systems cannot be effected by port lockdown settings.

B.

Data for both connection and persistence mirroring are shared through the same TCP connection.

C.

Regardless of the configuration, some data is communicated between the systems at regular intervals.

D.

Connection mirroring data is shared through the serial fail over cable unless network failover is enabled.

Question 7

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 8

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 9

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 10

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)

Options:

A.

Priority Group Activation is disabled

B.

SSL Profile Server is applied

C.

A persistence profile is applied

D.

Incorrect load balancing method

Question 11

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?

Options:

A.

Route

B.

VLAN

C.

Interface

D.

Trunk

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

What type of virtual server should be used to block responses for one IP in a subnet with a virtual server? (Choose one answer)

Options:

A.

Drop

B.

Block

C.

Reject

D.

Standard

Question 14

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)

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 15

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?

Options:

A.

MSIE_pool

B.

Mozilla_pool

C.

None. The request will be dropped.

D.

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

Question 16

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)

Options:

A.

A forwarding virtual server configured with0.0.0.0:any

B.

A forwarding virtual server configured with1.0.0.10:any (port 0)

C.

A virtual server configured with destination1.0.0.10:8080and isavailable (green)

D.

A virtual server configured with0.0.0.0:8080

Question 17

What type of virtual server will have a destination IP address of 0.0.0.0 and listen on a specific VLAN for requests?

Options:

A.

Forwarding (IP)

B.

Wildcard

C.

Forwarding (Layer 2)

D.

Standard

Question 18

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 19

Which statement is true concerning cookie persistence?

Options:

A.

Cookie persistence allows persistence independent of IP addresses.

B.

Cookie persistence allows persistence even if the data are encrypted from client to pool member.

C.

Cookie persistence uses a cookie that stores the virtual server, pool name, and member IP address in clear text.

D.

If a client's browser accepts cookies, cookie persistence will always cause a cookie to be written to the client's file system.

Page: 1 / 7
Total 66 questions