Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

301b LTM Specialist: Maintain & Troubleshoot is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

301b Practice Questions

LTM Specialist: Maintain & Troubleshoot

Last Update 1 day ago
Total Questions : 209

Dive into our fully updated and stable 301b practice test platform, featuring all the latest LTM Specialist exam questions added this week. Our preparation tool is more than just a F5 study aid; it's a strategic advantage.

Our free LTM Specialist practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about 301b. Use this test to pinpoint which areas you need to focus your study on.

301b PDF

301b PDF (Printable)
$43.75
$124.99

301b Testing Engine

301b PDF (Printable)
$50.75
$144.99

301b PDF + Testing Engine

301b PDF (Printable)
$63.7
$181.99
Question # 21

There are three servers in the pool: 172.16.20.1, 172.16.20.2, and 172.16.20.3, with the virtual IP address 10.0.20.88.

A user CANNOT connect to an HTTP application. To understand the problem and find a solution, the LTM Specialist runs two concurrent traces on the LTM device, with the following results:

Trace on client side:

tcpdump: verbose output suppressed, use -v or -vv for full protocol decode

listening on 0.0, link-type EN10MB (Ethernet), capture size 96 bytes

22:22:07.423759 IP 172.16.20.100.53875 > 10.0.20.88.80: S 998346084:998346084(0) win 5840

22:22:07.424056 IP 10.0.20.88.80 > 172.16.20.100.53875: S 4671780:4671780(0) ack 998346085 win 4380

22:22:07.424776 IP 172.16.20.100.53875 > 10.0.20.88.80: . ack 1 win 365

22:22:07.424790 IP 172.16.20.100.53875 > 10.0.20.88.80: P 1:149(148) ack 1 win 365

22:22:07.424891 IP 10.0.20.88.80 > 172.16.20.100.53875: . ack 149 win 4528

22:22:12.024850 IP 10.0.20.88.80 > 172.16.20.100.53875: R 1:1(0) ack 149 win 4528

6 packets captured

6 packets received by filter

0 packets dropped by kernel

Trace on server side:

tcpdump: verbose output suppressed, use -v or -vv for full protocol decode

listening on internal, link-type EN10MB (Ethernet), capture size 96 bytes

22:22:07.424881 IP 172.16.20.100.53875 > 172.16.20.2.80: S 51116678:51116678(0) win 4380

22:22:08.424893 IP 172.16.20.100.53875 > 172.16.20.2.80: S 51116678:51116678(0) win 4380

22:22:09.625082 IP 172.16.20.100.53875 > 172.16.20.2.80: S 51116678:51116678(0) win 4380

22:22:10.825194 IP 172.16.20.100.53875 > 172.16.20.2.80: S 51116678:51116678(0) win 4380

4 packets captured

4 packets received by filter

0 packets dropped by kernel

What should the LTM Specialist do to solve the problem?

Options:

A.  

Edit the packet filter rules.

B.  

Modify the monitor of the pool.

C.  

Enable the virtual server.

D.  

Configure the virtual server to use SNAT.

Discussion 0
Question # 22

A device group is made up of four members: LTM-A, LTM-B, LTM-C, and LTM-

D.  

An LTM Specialist makes a configuration change on LTM-

B.  

Later, a different LTM Specialist notices a "changes pending" message on all devices. When logged into LTM-D, the LTM Specialist attempts to config-sync to the device group. The sync operation fails.

Why is the LTM Specialist on LTM-D unable to synchronize the configuration to the group?

Options:

A.  

The changes made on LTM-B are invalid.

B.  

LTM-D has the lowest commit-id of the group.

C.  

NTP is NOT configured on the devices in the group.

D.  

LTM-B is the device eligible to initiate a config-sync.

Discussion 0
Question # 23

Given:

Filesystem Size Used Avail Use% Mounted on

/dev/md11 248M 248M 0 100% /

/dev/md13 3.0G 76M 2.8G 3% /config

/dev/md12 1.7G 1.1G 476M 71% /usr

/dev/md14 3.0G 214M 2.6G 8% /var

/dev/md0 30G 2.2G 26G 8% /shared

/dev/md1 6.9G 288M 6.3G 5% /var/log

none 3.9G 452K 3.9G 1% /dev/shm

none 3.9G 19M 3.9G 1% /var/tmstat

none 3.9G 1.2M 3.9G 1% /var/run

prompt 4.0M 12K 4.0M 1% /var/prompt

/dev/md15 12G 8.3G 3.1G 74% /var/lib/mysql

Which command is used to produce this output?

Options:

A.  

df

B.  

du

C.  

lsof

D.  

ps

E.  

vmstat

Discussion 0
Question # 24

Which iRule statement demotes a virtual server from CMP?

Options:

A.  

set ::foo 123

B.  

set static::foo 123

C.  

persist source_addr 1800

D.  

[ class match $HTTP_CONTENT contains my_data_class ]

Discussion 0
Question # 25

-- Exhibit –

Question # 25

-- Exhibit --

Refer to the exhibit.

A web application is configured to allow sessions to continue even after a user computer is shut down for the night. A new LTM device is configured to load balance the web application to several servers. The application owner reports that application users are logged out of the web application whenever their browser is restarted or computer is rebooted.

What is the problem?

Options:

A.  

The virtual server does NOT have persistence configured.

B.  

The virtual server does NOT have persistence mirroring configured.

C.  

The cookie set by the LTM device does NOT have an "Expires" value.

D.  

The cookie set by the server is NOT being passed to client by the LTM device.

Discussion 0
Question # 26

A client is attempting to log in to a web application that requires authentication. The following HTTP headers are sent by the client:

GET /owa/ HTTP/1.1

Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

User-Agent: curl/7.26.0

Host: 10.0.0.14

Accept: */*

Accept-Encodin

G.  

gzip,deflate

The web server is responding with the following HTTP headers:

HTTP/1.1 401 Unauthorized

Content-Typ

E.  

text/html

Server: Microsoft-IIS/7.5

WWW-Authenticat

E.  

NTLM

Dat

E.  

Wed, 16 Aug 1977 19:12:31 GMT

Content-LengtH. 1293

The client has checked the login credentials and believes the correct details are being entered.

What is the reason the destination web server is sending an HTTP 401 response?

Options:

A.  

The username and password are incorrect.

B.  

The server has an incorrect date configured.

C.  

The client is using the wrong type of browser.

D.  

The wrong authentication mechanism is being used.

Discussion 0
Question # 27

-- Exhibit –

Question # 27

Question # 27

-- Exhibit --

Refer to the exhibits.

When observing the AVR statistics for the HTTPS_VS, an LTM Specialist realizes that HTTP status codes are NOT being recorded.

How should the LTM Specialist modify the configuration to record the HTTP status codes?

Options:

A.  

assign a streaming profile to the virtual server

B.  

assign client SSL and server SSL profiles to the virtual server

C.  

enable Statistics Logging Type, External on the analytics profile

D.  

enable Collected Entities, Response Codes on the analytics profile

Discussion 0
Question # 28

-- Exhibit –

Question # 28

-- Exhibit --

Refer to the exhibit.

The virtual server is listening on port 443.

What is the solution to the problem?

Options:

A.  

Add an SSL Client profile to the existing virtual server.

B.  

Modify the virtual server HTTP Profile to 'Redirect Rewrit

E.  

All'.

C.  

Modify the virtual server TCP profile to disable Nagle's Algorithm.

D.  

Modify the virtual server HTTP Profile to 'Redirect Rewrit

E.  

Matching'.

Discussion 0
Question # 29

-- Exhibit –

Question # 29

Question # 29

-- Exhibit --

Refer to the exhibits.

After upgrading LTM from v10 to v11, users are unable to connect to an application. The virtual server is using a client SSL profile for re-terminating SSL for payload inspection, but a server SSL profile is being used to re-encrypt the request.

A client side ssldump did NOT show any differences between the traffic going directly to the server and the traffic being processed by the LTM device. However, packet capture was done on the server, and differences were noted.

Which modification will allow the LTM device to process the traffic correctly?

Options:

A.  

Enable Strict Resume.

B.  

Change Secure Renegotiation to "Request."

C.  

Enable ProxySSL option in the server SSL profile.

D.  

Change to different ciphers on the server SSL profile.

Discussion 0
Question # 30

-- Exhibit –

Question # 30

-- Exhibit --

Refer to the exhibit.

An LTM Specialist is investigating intermittent page load issues being reported by users.

What should the LTM Specialist do to resolve the issue?

Options:

A.  

Remove HTTP monitor on the pool.

B.  

Assign an HTTP monitor to the pool.

C.  

Select least connections load balancing method on virtual server.

D.  

Remove least connections load balancing method on virtual server.

Discussion 0
Get 301b dumps and pass your exam in 24 hours!

Free Exams Sample Questions