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

F5CAB5 Questions and Answers

Question # 6

Clients report that they cannot reach the virtual server vs-production on port 80, but are able to ping the virtual server address. The configuration is shown below:

Plaintext

ltm virtual vs-production {

destination 10.99.20.50:http

ip-protocol tcp

mask 255.255.255.255

profiles {

http {}

tcp {}

}

source 192.168.0.0/16

translate-address enabled

translate-port enabled

vlans {

external

}

vlans-enabled

}

What is the cause?

A.

The virtual server is disabled.

B.

The client uses an old browser.

C.

The virtual server does NOT listen on port 80.

D.

The client comes from an unallowed subnet.

Full Access
Question # 7

A BIG-IP Administrator needs to collect HTTP status code and HTTP method for traffic flowing through a virtual server.

Which default profile provides this information? (Choose one answer)

A.

Request Adapt

B.

HTTP

C.

Analytics

D.

Statistics

Full Access
Question # 8

Which menu should you use on the BIG-IP Configuration Utility to generate a QKView support file? (Choose one answer)

A.

System > Configuration

B.

System > Archive

C.

System > Support

D.

System > Logs

Full Access
Question # 9

Due to a change in application requirements, a BIG-IP Administrator needs to modify the configuration of a Virtual Server to include a Fallback Persistence Profile. Which persistence profile type should the BIG-IP Administrator use for this purpose?

A.

SSL

B.

Hash

C.

Universal

D.

Source Address Affinity

Full Access
Question # 10

A BIG-IP Administrator makes a configuration change to a Virtual Server on the Standby device of an HA pair. The HA pair is currently configured with Auto-Sync Enabled. What effect will the change have on the HA pair configuration?

A.

The change will be undone when Auto-Sync propagates the config to the HA pair.

B.

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

C.

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

D.

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

Full Access
Question # 11

A pool member is exhibiting frequent up-and-down state changes, leading the BIG-IP Administrator to suspect a health monitor issue. Which specific log file should the BIG-IP Administrator review to diagnose the problem?

A.

/var/log/tmm

B.

/var/log/ltm

C.

/var/log/syslog

D.

/var/log/audit

Full Access
Question # 12

Users report that traffic is negatively affected every time a BIG-IP device fails over. The traffic becomes stabilized after a few minutes. What should the BIG-IP Administrator do to reduce the impact of future failovers?

A.

Enable Failover Multicast Configuration

B.

Set up Failover Method to HA Order

C.

Configure MAC Masquerade

D.

Configure a global SNAT Listener

Full Access
Question # 13

A custom HTTP monitor is failing to a pool member 10.10.3.75:8080 that serves up www.example.com . A ping works to the pool member address. The SEND string is: GET / HTTP/1.1 \r\nHost: www.example.com\r\nConnection: Close\r\n\r\n. Which CLI tool syntax will show whether the web server returns the correct HTTP response?

A.

curl --header 'Host: www.example.com ' 'http://10.10.3.75:8080/ '

B.

tracepath http://www.example.com:80

C.

tracepath 10.10.3.75 8080 GET /index

D.

curl http://10.10.3.75:8080/www.example.com/index.html

Full Access
Question # 14

Pool /Common/testpool member /Common/10.120.0.5:8090 monitor status down. [ /Common/http: up, /Common/http2: down; last error: ] [ was up for lhr:0min:43sec ]

Why is this pool member being marked down?

A.

The pool member is currently only serving TCP traffic.

B.

The pool member is currently only serving HTTP2 traffic.

C.

The pool member is currently only serving HTTP traffic.

D.

The pool member is currently only serving UDP traffic.

Full Access
Question # 15

A BIG-IP Administrator needs to view the CPU utilization of a particular Virtual Server. Which section of the Configuration Utility should the administrator use for this purpose?

A.

Statistics > Module Statistics > Local Traffic > Virtual Addresses

B.

Statistics > Module Statistics > Traffic Summary

C.

Statistics > Analytics > Process CPU Utilization

D.

Statistics > Module Statistics > Local Traffic > Virtual Servers

Full Access
Question # 16

A Virtual Server uses an iRule to send traffic to pool members depending on the URI. The BIG-IP Administrator needs to modify the pool member in the iRule. Which event declaration does the BIG-IP Administrator need to change to accomplish this?

A.

CLIENT_ACCEPTED

B.

HTTP_RESPONSE

C.

HTTP_REQUEST

D.

SERVER_CONNECTED

Full Access
Question # 17

A BIG-IP Administrator is informed that traffic on Interface 1.1 is expected to increase over the maximum bandwidth capacity on the link. There is a single VLAN on the Interface. What should the BIG-IP Administrator do to increase the total available bandwidth?

A.

Assign two Interfaces to the VLAN

B.

Set the media speed of Interface 1.1 manually

C.

Create a trunk object with two Interfaces

D.

Increase the MTU on the VLAN using Interface 1.1

Full Access
Question # 18

A BIG-IP Administrator configured the following virtual server to pass traffic on all addresses and ports. After configuration is completed, the BIG-IP Administrator notices that the virtual server is unable to pass traffic.

Plaintext

ltm virtual forwarding_any_vs {

destination 0.0.0.0:any

ip-forward

mask 255.255.255.255

profiles {

fastL4 {}

}

serverssl-use-sni disabled

source 0.0.0.0/0

translate-address disabled

translate-port disabled

}

Which part of the configuration is the cause of the issue?

A.

Incorrect translate-address configured

B.

Incorrect mask 255.255.255.255

C.

Incorrect destination configured

Full Access
Question # 19

A device group is currently in theChanges Pendingsync status. How can the BIG-IP Administrator determine which member of the device group has the most recent configuration? (Choose one answer)

A.

Device Management > Overview

B.

Device Management > Devices

C.

System > High Availability

D.

Device Management > Device Groups

Full Access