New Year Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

F5CAB2 Questions and Answers

Question # 6

A BIG-IP Administrator is informed that traffic on interface 1.1 is expected to increase beyond the maximum bandwidth capacity of the link. There is a single VLAN on 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 # 7

Refer to the exhibit.

The BIG-IP Administrator needs to avoid overloading any of the pool members with connections when they become active. What should the BIG-IP Administrator configure to meet this requirement? (Choose one answer)

A.

Slow Ramp Time to the Pool

B.

Different Ratio for each member

C.

Action On Service Down to Reselect

D.

Same Priority Group to each member

Full Access
Question # 8

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
Question # 9

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

A.

Drop

B.

Block

C.

Reject

D.

Standard

Full Access
Question # 10

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.

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.

Full Access
Question # 11

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)

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 # 12

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