Pass the F5 BIG-IP ASM 303 Questions and answers with CertsForce

Viewing page 4 out of 11 pages
Viewing questions 46-60 out of questions
Questions # 46:

-- Exhibit –

Question # 46

-- Exhibit --

Refer to the exhibit.

An LTM Specialist is troubleshooting a sync-failover group of three BIG-IP LTM devices. The command used is "tmsh run cm watch-devicegroup-device."

What does the output mean?

Options:

A.

Configuration is synchronized between all the devices.


B.

Configuration is not synchronized. Some modifications have been done on bigipA.


C.

Configuration is not synchronized. Some modifications have been done on bigipB.


D.

Configuration is not synchronized. Some modifications have been done on bigipC.


Expert Solution
Questions # 47:

A web application is configured as follows:

Question # 47

What should be modified to set a maximum request limit?

Options:

A.

Virtual server settings


B.

HTTP profile


C.

Pool settings


D.

ICP Profile


Expert Solution
Questions # 48:

An LTM Specialist needs to deploy a virtual server that will load balance traffic targeting https://register.example.com to a set of three web servers. Persistence needs to be ensured. No persistence mirroring is allowed SSL offloading is required.

A fourth web server with fewer resources will be used to handle requests from engine bots to https://register.example.comvrobots.txt by an iRule. The (Rule will use the HTTP_REQUEST event. .

What are the required profile and persistence settings to implement this

Options:

A.

tcp. dientssl, hup, source address persistence


B.

tcp, clientssl, http. cookie persistence


C.

tcp, clientssl, serverssl, ssl persistence


D.

tcp, clientssl, http, serverssl cookie persistence


Expert Solution
Questions # 49:

-- Exhibit –

Question # 49

Question # 49

-- Exhibit --

Refer to the exhibits.

Which URL on which server is causing the highest latency for users?

Options:

A.

/slow1.php on 172.16.20.3


B.

/slow2.php on 172.16.20.1


C.

/reflector.php on 172.16.20.2


D.

/Compress.HTML on 172.16.20.1


Expert Solution
Questions # 50:

A 8IG-IP Administrator is making adjustments to an iRule and needs to identify which of the 235 virtual

server configured on the BIG-IP device will be affected.

How should the administrator obtain this information in an effective way?

Options:

A.

Local Traffic > Virtual Server


B.

Local traffio Pools


C.

LOCAL Traffic > Network Map


D.

Local traffic > Rules


Expert Solution
Questions # 51:

An LTM Specialist defines a receive string in the HTTP monitor and then assigns it to the HTTP pool. The monitor has an interval of 5 seconds and a timeout of 16 seconds.

If the receive string is NOT seen in the the HTTP payload after 20 seconds, how does the LTM device mark the monitor status?

Options:

A.

offline


B.

unknown


C.

available


D.

unavailable


E.

forced offline


Expert Solution
Questions # 52:

The owner of a web application asks the 8IG-IP Administrator to change the port that the BIG-IP device sends traffic to. This change must be made for each member in the server pool named app_pool for their Virtual Server named app_vs. In which area of the BIG-IP Configuration Utility should the BIG-P Administrator make this change?

Options:

A.

Local Traffic > Pools


B.

Local Traffic > Nodes


C.

Network > Interfaces


D.

Local Traffic > Virtual Servers


Expert Solution
Questions # 53:

Remote users who access the LTM device are authenticated via Radius. The default remote user role is Guest Some users need LTM device with the Administrator role. The F5 Radius attributes are configure on the Radius server.

Which configuration item needs to be created?

Options:

A.

Remote User role


B.

Admin account


C.

User role


D.

Useraccount


Expert Solution
Questions # 54:

-- Exhibit –

Question # 54

-- Exhibit --

Refer to the exhibit.

An LTM Specialist is investigating reports that users are unable to perform some commands through an FTP virtual server. The LTM Specialist performs a capture on the server side of the LTM device.

What is the issue with the application?

Options:

A.

data connection failing


B.

LIST command disallowed


C.

PORT command disallowed


D.

command connection failing


Expert Solution
Questions # 55:

An LTM Specialist needs to enable TCP connection re-use for a non-HTTP application. The application uses a simple request response protocol where each request and response iscontained within a single packet.

Which configuration option should the LTM Specialist adjust?

Options:

A.

increase the connection limit for pool members


B.

increase the idle Timeout in a custom TCP profile


C.

use a Performance (Layer 4) Virtual Server


D.

assign aOneConnect profile


Expert Solution
Questions # 56:

The LTM Specialist is in the process of creating a USB boot drive for the purpose of restoring the BIG-IP software to an LTM device. A separate LTM device has been selected for the purpose of creating the USB boot drive. The BIG-IP software ISO has already been uploaded and mounted on the separate LTM device.

Which command should the LTM Specialist use to trigger the LTM device to install the BIG-IP software to the USB boot drive?

Options:

A.

tmsh


B.

install


C.

mkdisk


D.

bigip_software_create


Expert Solution
Questions # 57:

An LTM Specialist is experiencing issues in a failover event. Certain long-lasting FTP event. Certain long-lasting FTP connections using a single node pool are forced to reconnect. The bigip.conf extract isshown:

Question # 57

What does the LTM Specialist need to change in the configuration to avoid this issue?

Options:

A.

snatpool


B.

persistence mirroring


C.

connection mirroring


D.

ftp profile


Expert Solution
Questions # 58:

Which iRule will reject any connection originating from a 10.0.0.0/8 network?

Options:

A.

when CLIENT_ACCEPTED {

set remote_ip [IP::addr [IP::remote_addr] mask 8]

switch $remote_ip {

"10.0.0.0" { reject }

"11.0.0.0" { pool pool_http1}

default { pool http_pool }

}

}


B.

when CLIENT_ACCEPTED {

set remote_ip [IP::addr [IP::local_addr] mask 8]

switch $remote_ip {

"10.0.0.0" { reject }

"11.0.0.0" { pool pool_http1}

default { pool http_pool }

}

}


C.

when CLIENT_ACCEPTED {

set remote_ip [IP::addr [IP::client_addr] mask 255.0.0.0]

switch $remote_ip {

"10.0.0.0" { reject }

"11.0.0.0" { pool pool_http1}

default { pool http_pool }

}

}


D.

when CLIENT_ACCEPTED {

set remote_ip [IP::addr [IP::local_addr] mask 255.0.0.0]

switch $remote_ip {

"10.0.0.0" { reject }

"11.0.0.0" { pool pool_http1}

default { pool http_pool }

}

}


Expert Solution
Questions # 59:

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?

Options:

A.

System > Platform


B.

Network > Trunks > Trunk List


C.

Statistics > Performance > System


D.

Network > Interfaces > Interface List


Expert Solution
Questions # 60:

An LTM Specialist receives a request to monitor the network path through a member, but NOT the member itself.

Which monitor option should the LTM Specialist enable or configure?

Options:

A.

Reverse


B.

Up interval


C.

Transparent


D.

Alias address


E.

Time until up


Expert Solution
Viewing page 4 out of 11 pages
Viewing questions 46-60 out of questions