Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

A BIG-IP Administrator configures a Virtual Server. Users report that they always receive a TCP RST packet to the BIG-IP system when attempting to connect to it. What is the possible reason for this issue?

A.

The virtual server Type is set to Internal

B.

The virtual server Type is set to Reject

C.

The virtual server Type is set to Drop

D.

The virtual server Type is set to Stateless

A BIG-IP Administrator needs to check the memory utilization on a BIG-IP system. Which two methods can the UIG IP Administrator use? (Choose two.)

A.

Run the tmsh show/sys memory command

B.

Run the tmsh show/sys traffic command

C.

Go to Statistics > Module Statistics > Traffic Summary in the configuration utility

D.

Go to Statistics > Module Statistics > Memory in the configuration utility

E.

Go to System > Disk Management in the configuration utility

A BIG-IP device sends out the following SNMP trap:

big-ipo.f5.com - bigipExternalLinkChange Link: 1.0 is DOWN

Where in the BIG-IP Configuration utility should the BIG-IP Administrator verify the current status of Link

1.0?

A.

System > Platform

B.

Network > Trunks > Trunk List

C.

Statistics > Performance > System

D.

Network > Interfaces > Interface List

Refer to the exhibit.

Which Pool Members are receiving traffic?

A.

Serv1, serv2,serv3, serv4

B.

serv1, serv3

C.

serv1, serv3, serv4

D.

serv1

Which method is recommended for creating a new user from the CLI?

A.

Run f5adduser username' then 'f5passwd username' from bash or tmsh

B.

Run tmsh create auth user username prompt for password' from bash

C.

edit bigip.conf to add the new user and the user's clear-text password

D.

Run useradd username' then 'passwd username' from bash tmsh

A configuration change is made on the standby member of a device group.

What is displayed as "Recommended Action" on the Device Management Overview screen?

A.

Force active member of device group to standby

B.

Activate device with the most recent configuration

C.

Synchronize the active member configuration to the group.

D.

Synchronize the standby member configuration to the group

A site needs a virtual server that will use an iRule to parse HTTPS traffic based on HTTP header values. Which two profile types must be associated with such a virtual server? (Choose two.)

A.

TCP

B.

HTTP

C.

HTTPS

D.

ServerSSL

Refer to the exhibit

A connection is being established to IP 1.1.1.1 on port 8080.

Which virtual server will handle the connection?

A.

fwd_8080_vs

B.

host_vs

C.

host_ 8080_VS

D.

fwdvs

Active connections to pool members are unevenly distributed. The load balancing method is Least Connections (member) Priority Group Activation is disabled. What is a potential cause of the event distribution?

A.

Priority Group Activation is disabled

B.

SSL Profile Server is applied

C.

Persistence profile is applied

D.

incorrect load balancing method

A virtual server at 10.10.1.100:80 has the rule listed below applied.

when HTTP_REQUEST { if {[HTTP::uri] ends_with "htm" } { pool pool1 } else if {[HTTP::uri] ends_with "xt" } { pool pool2 }

If a user connects to http://10.10.1.100/foo.txt which pool will receive the request?

A.

pool1

B.

pool2

C.

None. The request will be dropped.

D.

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