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

An LTM Specialist configures two LTM devices in a high-availability pair with trusts established and device groups configured properly using network failover. After several months, the LTM Specialist notices that changes made to one LTM device do NOT cause the synchronization status to update to "changes pending," and this device does NOT synchronize with the device group.

Which two steps should the LTM Specialist take to identify the issue? (Choose two.)

Options:

A.  

Verify that NTP is synchronized.

B.  

Verify the network connectivity between the devices.

C.  

Verify that the devices are not using self-signed certificates.

D.  

Verify that ConfigSync is using the management IP address.

E.  

Verify that port lockdown on the ConfigSync interface is set to allow port 1026.

Discussion 0
Question # 12

An LTM device has been configured to log the reasons for generating TCP RST packets.

The following log entry occurs:

"01230140:3: RST sent from 192.168.1.100:80 to 192.168.1.124:39272, [0x112d82a:1721] {peer} TCP RST from remote system."

Which condition will trigger this log entry?

Options:

A.  

A virtual server connection limit has been reached.

B.  

The host at the other end terminated the TCP connection.

C.  

The LTM device reset the connection because no pool members are available.

D.  

The LTM device has reached the maximum number of allowed attempts to send the data segment to the affected TCP connection.

Discussion 0
Question # 13

A device on the network is configured with the same IP address as the management address of the active LTM device, causing the management GUI to be inaccessible.

Which two methods should the LTM Specialist use to access the LTM device in order to change the management IP address? (Choose two.)

Options:

A.  

Connect via ssh to the AOM IP address.

B.  

Connect via ssh to the management address.

C.  

Connect to the LTM device via serial connection.

D.  

Connect a monitor and keyboard to the LTM device.

E.  

Connect via ssh to the standby unit and connect via ssh across the serial link between the devices.

Discussion 0
Question # 14

Given the log entry:

011f0005:3: HTTP header (32800) exceeded maximum allowed size of 32768 (Client sid

E.  

vip=/Common/VS_web profile=http pool=/Common/POOL_web client_ip=10.0.0.1)

Which HTTP profile setting can be modified temporarily to resolve the issue?

Options:

A.  

Increase Maximum Requests

B.  

Decrease Maximum Requests

C.  

Increase Maximum Header Count

D.  

Decrease Maximum Header Count

E.  

Increase Maximum Header size

F.  

Decrease Maximum Header size

Discussion 0
Question # 15

An LTM device is deployed in a one-armed topology. The virtual server, clients, and web servers are connected on the LTM device internal VLAN. A client tries to connect to the virtual server and is unable to establish a connection. A packet capture from the LTM device internal VLAN shows that the HTTP request is being forwarded to the web server.

From which two additional locations should protocol analyzer data be collected? (Choose two.)

Options:

A.  

network interface of web server

B.  

network interface of client machine

C.  

internal VLAN interface of LTM device

D.  

external VLAN interface of LTM device

E.  

any network interface of the Internet firewall

Discussion 0
Question # 16

When re-licensing an LTM device from the command line interface, which tmsh command should the LTM Specialist use to generate the required information to provide on the F5 licensing portal?

Options:

A.  

tmsh run /util get-dossier

B.  

tmsh generate /sys dossier

C.  

tmsh list /sys registration-key

D.  

tmsh install /sys license registration-key

Discussion 0
Question # 17

What is the effect of an iRule error such as referencing an undefined variable?

Options:

A.  

The iRule execution will continue with the next statement.

B.  

The execution of the current event within the iRule will be terminated.

C.  

The iRule execution will be terminated, and both the client and server side connections will be reset.

D.  

The connection will continue, but the iRule will NOT be executed again for the lifetime of the connection.

Discussion 0
Question # 18

What do the following iRule commands do when they are used in the same iRule?

set hsl [HSL::open -proto UDP -pool syslog_server_pool]

HSL::send $hsl "<190> [HTTP::host] from [whereis [IP::client_addr] country continent state city zip] , IP: [IP::client_addr]"

Options:

A.  

The commands set up a high-speed logging connection and then send the geographical database to the server.

B.  

The commands set up a high-speed logging connection and then send the host header and client geographical detail to the connection.

C.  

The commands set up a high-speed logging connection and then send the host header, HTTP payload, and client geographical detail to the connection.

D.  

The commands set up a high-speed logging connection to the LTM device and then send the host header and client geographical detail to the connection.

Discussion 0
Question # 19

An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message "The connection was reset" in the browser, although connections directly to the pool member show the application is functioning correctly.

ltm pool srv1_https_pool {

members {

192.168.2.1:https{

address 192.168.2.1

}

}

}

ltm virtual https_example_vs {

destination 192.168.1.155:https

ip-protocol tcp

mask 255.255.255.255

pool srv1_https_pool

profiles {

http { }

tcp { }

}

snat automap

vlans-disabled

}

How should the LTM Specialist resolve this issue?

Options:

A.  

Enable HTTP monitoring on the pool.

B.  

Add a ClientSSL profile to the virtual server.

C.  

Disable SNAT Automap on the virtual server.

D.  

Remove the HTTP profile from the virtual server.

Discussion 0
Question # 20

An LTM Specialist is setting up a monitor for an HTTP 1.1 server. The response to a GET / is:

HTTP/1.1 302 Moved Temporarily

Location: http://www.example.com/new/location.html

Which send string settings should the LTM Specialist use to force a proper response?

Options:

A.  

GET / HTTP/1.0\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n

B.  

GET /new/location.html HTTP/1.1\r\nHost: www.example.com\r\nConnection: Close\r\n\r\n

C.  

GET / HTTP/1.1\r\nHost: www.example.com/new/location.html\r\nConnection: Close\r\n\r\n

D.  

GET /new/location.html HTTP/1.1\r\nHost: host.domain.com/new/locations.html\r\nConnection: Close\r\n\r\n

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

Free Exams Sample Questions