Summer Certification Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

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

Practice at least 50% of the questions to maximize your chances of passing.
Exam 303 Premium Access

View all detail and faqs for the 303 exam


760 Students Passed

97% Average Score

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

An unwanted IP addresstries to connect to the configuration utility via Self IP An LTM Specialist needs to block the attempts based on the IP address.

How should the ITM Specialist block the attempts without affecting other users?

Options:

A.

SSH IP allow list

B.

Port lockdown

C.

Devicetrust

D.

Packet filter

Questions # 47:

An LTM Specialist discovers an issue with the custom http monitor that returns in a false positive status.

The end users cannot get the right website, but thehttp monitor marks the pool member UP.

What is causing the false positive result?

Question # 47

Options:

A.

The end user should use another type of browser.

B.

The response is chunked.

C.

The response is compressed.

D.

The Content-Type has value "iso-8859-200".

Questions # 48:

-- Exhibit –

Question # 48

Question # 48

-- Exhibit --

Refer to the exhibits.

An LTM Specialist uses the information in the logs to determine the cause of a failover event in a high-availability (HA) pair.

What caused the failover?

Options:

A.

The overdog process crashed.

B.

The system was administratively rebooted.

C.

The process bcm56xxd received SIGTERM from the watchdog process.

D.

The configuration reload request caused the config to reload and the device to failover.

Questions # 49:

An LTM HTTP pool has an associated monitor that sends a string equal to 'GET /test.html'.

Which two configurations could an LTM Specialist implement to allow server administrators to disable their pool member servers without logging into the LTM device? (Choose two.)

Options:

A.

Set monitor to transparent and ask the server team to set string ‘TRANSPARENT’ in test.html.

B.

Set ‘receive string’ equal to 'SERVER UP and ask the server team to set string ‘SERVER DOWN’ in test.html.

C.

Set ‘alias’ equal to 'SERVER DOWN’ and ask the server team to set string ‘SERVER DOWN’ in test.html.

D.

Set ‘receive disable string’ equal to 'SERVER DOWN’ and ask the server team to set string ‘SERVER DOWN’ in test.html.

E.

Set ‘disable pool member’ equal to 'SERVER UP’ and ask the server team to set string ‘SERVER DOWN’ in test.html.

Questions # 50:

Refer to the exhibit.

Question # 50

An LTM device has a virtual server mapped to www.f5.com. Users report that when they connect to

/resources/201.1.2h.l_l.com they are unable to receive content.

What is the likely cause of the issue?

Options:

A.

The pool associated with the virtual server does not have priority group activation enabled.

B.

The virtual address does not have ARP enabled.

C.

The virtual address does not have route advertising enabled.

D.

The pool associated with the virtual server is falling its health check.

Questions # 51:

A customer needs to intercept all of the redirects its application is sending to clients. When a redirect is matched, the customer needs to log a message including the client IP address.

Which iRule should be used?

Options:

A.

when HTTP_RESPONSE {

if { [HTTP::is_3xx] } {

log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]"

}

}

B.

when HTTP_REQUEST {

if { [HTTP::is_301] } {

log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]"

}

}

C.

when HTTP_REQUEST {

if { [HTTP::is_redirect] } {

log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]"

}

}

D.

when HTTP_RESPONSE {

if { [HTTP::is_redirect] } {

log local0. "redirecting client ip address [IP::addr [IP::remote_addr]]"

}

}

Questions # 52:

Which log file should the BIG-IP Administrator check to determine if a specific user tried to log in to the 8IG-IP Configuration by utility?

Options:

A.

/var/log/pam/tally/log

B.

/ver/log/secure

C.

/var/log/trn

D.

/var/log/http.d

Questions # 53:

Which Virtual Server type prevents the use of a default pool?

Options:

A.

Performance (Layer 4)

B.

Forwarding (IP)

C.

Performance HTTP

D.

Standard

Questions # 54:

-- Exhibit --

Question # 54

-- Exhibit --

Refer to the exhibit.

A company uses a complex piece of client software that connects to one or more virtual servers (VS) hosted on an LTM device. The client software is experiencing issues. An LTM Specialist must determine the cause of the problem. The LTM Specialist has the tcpdump extract. The client loses connection with the LTM device.

Where is the reset originating?

Options:

A.

the local switch

B.

the application server

C.

the device initiating the connection

D.

the destination device of the initial connection

Questions # 55:

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

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

Questions # 56:

A pool with a default connection limit is configured to use Round Robin as the load balancing method. An LTM Specialist needs to ensure that the LTM device selects a serverwith the fewest number of connections when new clients connect. Another pool is using the same set of backend servers.

Which load balancing-method should the pool be changed to?

Options:

A.

Weighted Least Connections (node]

B.

Weighted Least Connections (member)

C.

Least Connections

D.

Least Connections

Questions # 57:

A design requires the LTM device to become HA standby when the one of the two physical interface on the External trunk is down the Externaltrunk is an interface on the External VLAN

Which TMOS command enables this behavior?

Options:

A.

tmsh modify net van External failsafe enabled

B.

tmsh create sys ha-group External trunks add Externally

C.

tmsh create sys ha-group External trunks add External threshold 2 weight 101)

D.

tmsh create sys ha-group External trunks add ( External( attribute percent up-members 100))

Questions # 58:

There is a fault with an LTM device load balanced trading application that resides on directly connected VLAN vlan-301. The application virtual server is 10.0.0.1:80 with trading application backend servers on subnet 192.168.0.0/25. The LTM Specialist wants to save a packet capture with complete payload for external analysis.

Which command should the LTM Specialist execute on the LTM device command line interface?

Options:

A.

tcpdump -vvv -w /var/tmp/trace.cap 'net 192.168.0.0/25'

B.

tcpdump -vvv -s 0 -w /var/tmp/trace.cap 'net 192.168.0.0/25'

C.

tcpdump -vvv -nni vlan-301 -w /var/tmp/trace.cap 'net 192.168.0.0/25'

D.

tcpdump -vvv -s 0 -nni vlan-301 -w /var/tmp/trace.cap 'net 192.168.0.0/25'

Questions # 59:

An LTM Specialist upgrades the switchinginfrastructure and the backend servers on the LAN segments.

The LTM Specialist notices a 20% memory usage increase on the BIG-IP device while handling the same number of concurrent connections.

A comparison of statistics pre-upgrade and post-upgrade showsa significant reduction on the following:

-RTT between the BIG-IP device and the backend servers

-Packet drops in the switch

Time to First Byte (TTFB)

The LTM Specialist is concerned with the scalability of the number of concurrent connections with the newmemory usage.

Which setting should be changed to reduce the memory usage on the BIG-IP device?

Options:

A.

Reduce the proxy buffer high setting on the server-side TCP profile

B.

Increase the receive window of the client-side TCP profile

C.

Increase the proxy buffer high setting on the server-side TCP profile

D.

Reduce the idle of the client-side TCP profile

Questions # 60:

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

Viewing page 4 out of 11 pages
Viewing questions 46-60 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.