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 6 out of 11 pages
Viewing questions 76-90 out of questions
Questions # 76:

-- Exhibit –

Question # 76

-- Exhibit --

Refer to the exhibit.

The decoded TCPDump capture is a trace of a failing health monitor. The health monitor is sending the string shown in the capture; however, the server response is NOT as expected. The receive string is set to 'SERVER IS UP'.

What is the solution?

Options:

A.

The GET request Host header field requires a host name.

B.

Incorrect syntax in send string. 'HTTP/1.1' should be 'HTTP1.1'.

C.

The /test_page.html does NOT exist on the web server and should be added.

D.

Incorrect syntax in send string. 'Connection: Close' should be 'Connection: Open'.

Questions # 77:

An LTM Specialist needs to provide statistics regarding the round-trip time betweenthe clients and the servers.

Which metric should be part of the analytics profile to provide that information?

Options:

A.

Page Load Time

B.

User Sessions

C.

Max TPS and Throughout

D.

Response Codes

Questions # 78:

A web application is meant to log the URI of the resource that responded to the client's initial Request-URI.

Which HTTP header will supply this information?

Options:

A.

Via

B.

Server

C.

Trailer

D.

Referer

Questions # 79:

An application is expected to maintain more than 100,000concurrent TCP connections to a single pool member.

What is an appropriate SNAT configuration in this situation?

Options:

A.

A SNAT pool with 4 IP addresses

B.

SNAT automap enabled

C.

A static SNAT

D.

A SNAT pool with IP address

Questions # 80:

A BIG-IP Administrator wants to add a new Self IP to the BIG-IP device. Which item should be assigned to the new Self IP being configured?

Options:

A.

Interface

B.

Route

C.

VLAN

D.

Trunk

Questions # 81:

An LTM Specialist needs to rewrite text within an HTML response from a web server. A client is sending the following HTTP request:

GET / HTTP/1.1

Host: www.example.com

User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-LanguagE. en-US,en;q=0.5

Accept-EncodinG. gzip, deflate

Cache-Control: no-cache

Connection: keep-alive

CookiE. somecookie=1

HTTP/1.1 200 OK

Server: Apache/2.2.15 (Unix)

Last-ModifieD. Wed, 12 Aug 2009 00:00:30 GMT

Accept-Ranges: bytes

Content-LengtH. 1063

X-Cnection: close

Content-TypE. text/html; charset=UTF-8

Vary: Accept-Encoding

Content-EncodinG. gzip

Connection: Keep-Alive

Although a stream profile has been added to the virtual server, the content within the HTTP response is NOT being matched and therefore NOT modified.

Which header field is contributing to the issue?

Options:

A.

HTTP Method

B.

Cookie content

C.

User-Agent Value

D.

Accept-Encoding header

Questions # 82:

-- Exhibit –

Question # 82

Question # 82

-- Exhibit --

Refer to the exhibit.

An LTM Specialist is troubleshooting an HTTP monitor that is marking a pool member as down. Connecting to the pool member directly through a browser shows the application is up and functioning correctly.

ltm monitor http http_mon {

defaults-from http

destination *:*

interval 5

recv "200 OK"

send "GET /\\r\\n"

time-until-up 0

timeout 16

}

What is the issue?

Options:

A.

The HTTP headers are compressed.

B.

The pool member is responding with a 404.

C.

The pool member is responding without HTTP headers.

D.

The request is NOT being received by the pool member.

Questions # 83:

-- Exhibit –

Question # 83

-- Exhibit --

Refer to the exhibit.

An LTM Specialist creates a virtual server to load balance traffic to a pool of HTTPS servers. The servers use client certificates for user authentication. The virtual server has clientssl, serverssl, and http profiles enabled. Clients are unable to connect to the application through the virtual server, but they are able to connect to the application servers directly.

Which change to the LTM device configuration will resolve the problem?

Options:

A.

Install the server certificate/key and enable Proxy SSL.

B.

Use the serverssl-insecure-compatible serverssl profile.

C.

Configure the clientssl profile to require a client certificate.

D.

Install the client's issuing Certificate Authority certificate on the LTM device.

Questions # 84:

A BIG-IP Administrator needs to make sure that the automatic update check feature works properly.

What must the administrator configure on the BIG-IP system?

Options:

A.

Update Check Schedule

B.

NTP servers

C.

DNS name servers

D.

SMTP servers

Questions # 85:

What is the status of a pool member when manual resume is enabled and a health check first fails and then passes?

Options:

A.

Offline (Disabled)

B.

Offline (Enabled)

C.

Available (Disabled)

D.

Available (Enabled)

Questions # 86:

A client (10.10.1.30) connecting to an HTTPS virtual server (10.10.1.100) with a clientssl profile is getting an SSL error.

Which options will trace this issue?

Options:

A.

tcpdump -i external -X -e -nn -vvv -w /shared/ssl_problem.cap port 443 and host 10.10.1.30

ssldump -r /shared/ssl_problem.cap -n -x

B.

tcpdump -i external -s 0 -w /shared/ssl_problem.cap port 443 and host 10.10.10.30 and host 10.10.1.100

ssldump -r /shared/ssl_problem.cap -n -x

C.

tcpdump -i external -X -s 0 -vvv src host 10.10.10.30 and dst host 10.10.1.100 and port 443 > /shared/ssl_problem.cap

ssldump -r /shared/ssl_problem.cap -n -x

D.

tcpdump -i external -X -e -nn -vv port 443 and host 10.10.1.100 and host 10.10.1.30 > /shared/ssl_problem.cap

ssldump -n -x < /shared/ssl_problem.cap

Questions # 87:

An LTM Specialist regularly provides analytics reports that show that traffic generated by different subnets within the organization. The LTM Specialist needs show the associate department names next the IP addresses in the reports.

Which step should the LTM Specialist take to meet this requirement?

Options:

A.

use an iRule to change the output of the report

B.

export the report and add the department names manually

C.

create VLANs for each subnet and set the name accordingly

D.

define active subnetsand assign a name to certain subnets

Questions # 88:

Refer to the exhibit.

Question # 88

Which Pool Members are receiving traffic?

Options:

A.

Serv1, serv2,serv3, serv4

B.

serv1, serv3

C.

serv1, serv3, serv4

D.

serv1

Questions # 89:

A BIG-IP Administrator needs to apply a license to the BIG-IP system to increase the user count from the

base license.

Which steps should the BIG-IP Administrator?

Options:

A.

System License > Re-activate> Add-On Registration> Edit

B.

System > License > Re-activate > Base Registration> Edit

C.

Device Management > Devices > Select BIG-IP System > Update

D.

System > Configuration >Device > General

Questions # 90:

The LTM device is configured for RADIUS authentication. Remote logins are failing and the LTM Specialist must verify the RADIUS configuration.

How should the LTM Specialist check the RADIUS server and shared secret configured on the LTM device?

Options:

A.

tmsh show running-config /auth radius

B.

tmsh show running-config /sys auth radius

C.

tmsh show running-config /auth configuration

D.

tmsh show running-config /sys auth radius-server

Viewing page 6 out of 11 pages
Viewing questions 76-90 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.