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

Refer to the exhibit.

A user with IP address 192.168.162.70 is unable to connect to an HTTP application. What is a possible cause within the Virtual Server configuration?

A.

The Service Port is configured as 0 *All Ports

B.

The Destination Address is configured as 192.168.162.80

C.

The Virtual Server is configured as a Standard Type

D.

The Source Address is configured as 10.128.10.0/24

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

Which two methods should the BIG-IP Administrator use to troubleshoot a pool member that has been markedDOWNby its health monitor? (Choose two answers)

A.

Review the BIG-IP routing table using netstat -rn to show all routes.

B.

Enable monitor logging for the pool member that isDOWN.

C.

Review the pool and pool-member statistics table for error data.

D.

Collect a TCPdump packet capture for theDOWNpool member.

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.

S70tatistics > Module Statistics >71 Local Traffic > Virtual Addresses

B.

Statistics > Module Statistics > Traffic Summary

C.

Statistics > Analytics > Process CPU Utilization

D.

Statistics > Module Statistics > Local Traffic > Virtual Servers

Refer to the exhibit.

A pool member fails the monitor checks for about 30 minutes and then starts passing the monitor checks. New traffic is NOT being sent to the pool member. What is the likely reason for this problem? (Choose one answer)

A.

Manual resume is enabled.

B.

Time Until Up is zero.

C.

The pool member is disabled.

D.

Monitor Type is TCP Half Open.

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?

A.

HTTP

B.

Analytics

C.

Statistics

D.

Request Adapt

Users are unable to reach an application. The BIG-IP Administrator checks the Configuration Utility and observes that the Virtual Server has a red diamond in front of the status. What is causing this issue?

A.

All pool members are down.

B.

The Virtual Server is receiving HTTPS traffic over HTTP virtual.

C.

The Virtual Server is disabled.

D.

All pool members have been disabled.

A BIG-IP Administrator configured a virtual server with a pool of 3 members and selected the Round Robin load balancing method to evenly distribute traffic across the pool members. During initial testing, the virtual server failed to respond to http requests.

Plaintext

ltm virtual http.vs {

destination 10.10.1.100:http

ip-protocol tcp

mask 255.255.255.255

pool http.pool

profiles {

tcp{}

}

serverssl-use-sni disabled

source 0.0.0.0/0

translate-address enabled

translate-port enabled

}

ltm pool http_pool {

members {

10.10.1.101:http {

address 10.10.1.101

session monitor-enabled

state checking

}

10.10.1.102:http {

address 10.10.1.102

session monitor-enabled

state checking

}

}

monitor tcp

}

What configuration change on the BIG-IP will resolve this issue?

A.

Add SNAT Auto Map

B.

Add http profile

C.

Add http monitor

Which two methods should the BIG-IP Administrator troubleshoot a Pool-member that's been marked "DOWN" by its Health Monitor? (Pick the 2 correct responses below)

A.

Enable Monitor Logging for the Pool-member that's "DOWN".

B.

Review the BIG-IP's routing table using "netstat -rn" to show all routes.

C.

Collect a TCPdump packet capture for the "DOWN" Pool-member.

D.

Review the Pool & Pool-member Statistics table for error data.