Online Questions - Valid Practice To your 301b Exam (Updated 210 Questions)
Practice To 301b - Remarkable Practice On your LTM Specialist: Maintain & Troubleshoot Exam
NEW QUESTION 90
-- Exhibit- -- Exhibit -
Refer to the exhibit.
A user is unable to access a secure application via a virtual server.
What is the cause of the issue?
- A. The virtual server does NOT have a pool configured.
- B. The virtual server does NOT have a client SSL profile configured.
- C. The client and server CANNOT agree on a common cipher.
- D. The client authentication failed.
Answer: D
NEW QUESTION 91
Users in a branch office are reporting a website is always slow. No other users are experiencing the problem. The LTM Specialist tests the website from the external VLAN along with testing the servers directly. All tests indicate normal behavior. The environment is a single HTTP virtual server on the external VLAN with a single pool containing three HTTP pool members on the internal VLAN.
Which two locations are most appropriate to collect additional protocol analyzer data? (Choose two.)
- A. the switch local to the user
- B. the LTM device's external VLAN
- C. a user's Active Directory authentication
- D. the LTM device's internal VLAN
- E. a user's machine
Answer: A,E
NEW QUESTION 92
An LTM Specialist has a single HTTPS virtual server doing SSL termination. No server SSL profile is defined. The pool members are on the internal VLAN answering on HTTP port 80. Users with certain browsers are experiencing issues.
Which two locations are most appropriate to gather packets needed to determine the SSL issue? (Choose two.)
- A. LTM device's management interface
- B. user's computer
- C. server interface
- D. LTM device's external VLAN
- E. LTM device's internal VLAN
Answer: B,D
NEW QUESTION 93
A virtual server for a set of web services is constructed on an LTM device. The LTM Specialist has created an iRule and applied this iRule to the virtual server:
when HTTP_REQUEST {
switch [HTTP::uri] {
"/ws1/ws.jsp" {
log local0. "[HTTP::uri]-Redirected to JSP Pool"
pool JSP
}
default { log local0. "[HTTP::uri]-Redirected to Non-JSP Pool"
pool NonJSP
}
}
}
However, the iRule is NOT behaving as expected. Below is a snapshot of the log:
/WS1/ws.jsp-Redirected to JSP Pool
/WS1/ws.jsp-Redirected to JSP Pool /WS1/ws.jsp-Redirected to JSP Pool /WS1/WS.jsp-Redirected to Non-JSP Pool /ws1/WS.jsp-Redirected to Non-JSP Pool /WS1/ws.jsp-Redirected to JSP Pool /ws1/ws.jsp-Redirected to Non-JSP Pool
What should the LTM Specialist do to resolve this?
- A. Use the followinG.switch -lc [HTTP::uri]
- B. Use the followinG.switch [string tolower [HTTP::uri]]
- C. Select the "Process Case-Insensitivity" option for the virtual server.
- D. Set the "Case Sensitivity" option of each member to "None".
Answer: B
NEW QUESTION 94
A virtual server for a set of web services is constructed on an LTM device. The LTM Specialist has created an iRule and applied this iRule to the virtual server:
when HTTP_REQUEST {
switch [HTTP::uri] {
"/ws1/ws.jsp" {
log local0. "[HTTP::uri]-Redirected to JSP Pool"
pool JSP
}
default { log local0. "[HTTP::uri]-Redirected to Non-JSP Pool"
pool NonJSP
} } } However, the iRule is NOT behaving as expected. Below is a snapshot of the log: /WS1/ws.jsp-Redirected to JSP Pool /WS1/ws.jsp-Redirected to JSP Pool /WS1/ws.jsp-Redirected to JSP Pool /WS1/WS.jsp-Redirected to Non-JSP Pool /ws1/WS.jsp-Redirected to Non-JSP Pool /WS1/ws.jsp-Redirected to JSP Pool /ws1/ws.jsp-Redirected to Non-JSP Pool
What should the LTM Specialist do to resolve this?
- A. Use the followinG.switch -lc [HTTP::uri]
- B. Use the followinG.switch [string tolower [HTTP::uri]]
- C. Select the "Process Case-Insensitivity" option for the virtual server.
- D. Set the "Case Sensitivity" option of each member to "None".
Answer: B
NEW QUESTION 95
-- Exhibit -





-- Exhibit --
Refer to the exhibits.
An LTM Specialist is troubleshooting an application configured on an LTM device on a one-armed configuration. The application is NOT working through the LTM device but does work when accessed directly via the application servers. The virtual server 192.168.1.211:443 is configured to SNAT using the address 192.168.1.144 and references a pool with the member 192.168.10.80:443. No Client or Server SSL profiles are associated. The LTM Specialist has collected two traffic captures to help determine the issue.
What is the problem with the configuration on the LTM device?
- A. Pool member is configured for SSL off-loading.
- B. Virtual server is configured without SSL Profiles.
- C. Pool member is configured to use wrong port.
- D. Virtual server is configured to use wrong port.
Answer: C
NEW QUESTION 96
An application owner claims an LTM device is delaying delivery of an HTTP application. The LTM device has two VLANs, an internal and an external. The application servers reside on the internal VLAN. The virtual server and clients reside on the external VLAN.
With appropriate filters applied, which solution is most efficient for obtaining packet captures in order to investigate the claim of delayed delivery?
- A. one capture on the external interface
- B. one capture on the management interface
- C. one capture on the internal interface
- D. one capture on interface 0.0
Answer: D
NEW QUESTION 97
An LTM Specialist is customizing local traffic logging.
Which traffic management OS alert level provides the most detail?
- A. Alert
- B. Emergency
- C. Informational
- D. Notice
- E. Critical
Answer: C
NEW QUESTION 98
-- Exhibit -
-- Exhibit --
Refer to the exhibit.
Which pool can be removed without affecting client traffic?
- A. server_pool
- B. ftp_pool
- C. http_pool
- D. server1_80
Answer: A
NEW QUESTION 99
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?
- A. Enable HTTP monitoring on the pool.
- B. Add a ClientSSL profile to the virtual server.
- C. Remove the HTTP profile from the virtual server.
- D. Disable SNAT Automap on the virtual server.
Answer: C
NEW QUESTION 100
An LTM Specialist is troubleshooting an issue where one LTM device in a three LTM device group is failing to synchronize after a synchronize to group command is issued. The LTM Specialist verifies there are no packet filters, port lock down, or network issues preventing the connection.
What are two reasons the synchronization group is having issues? (Choose two.)
- A. Certificates expired on all of the peer LTM devices.
- B. Certificates stored for the device trusts on the LTM device NOT receiving the configuration are corrupted.
- C. Admin password changed on the LTM device NOT receiving the synchronized configurations.
- D. Certificates stored for the device trusts on all of the peer LTM devices are corrupted.
- E. Admin passwords changed on one of the peer LTM devices that are able to synchronize.
Answer: B,C
NEW QUESTION 101
-- Exhibit -

-- Exhibit -
Refer to the exhibits.
An LTM Specialist is reconfiguring a virtual server to redirect all clients to HTTPS. Testing reveals that the redirect is functioning incorrectly. As part of the troubleshooting process, the LTM Specialist performs a packet capture.
What is the issue?
- A. The virtual server is incorrectly processing the HTTP request.
- B. The redirect is causing an infinite loop.
- C. The virtual server is missing a clientssl profile.
- D. The redirect is sending the client to the incorrect location.
Answer: D
NEW QUESTION 102
An LTM Specialist configures an HTTP monitor as follows:
ltm monitor http stats_http_monitor { defaults-from http destination *:*
interval 5
recv "Health check: OK"
send "GET /stats/stats.html HTTP/1.1\\r\\nHost: www.example.com\\r\\nAccept-EncodinG. gzip,
deflate\\r\\nConnection: close\\r\\n\\r\\n"
time-until-up 0
timeout 16
}
The monitor is marking all nodes as down. A trace of the HTTP conversation shows the following:
GET /stats/stats.html HTTP/1.1
Host: www.example.com
Accept-EncodinG. gzip, deflate
Connection: close
HTTP/1.1 401 Authorization Required
DatE. Tue, 23 Oct 2012 19:38:56 GMT
Server: Apache/2.2.15 (Unix)
WWW-AuthenticatE. Basic realm="Please enter your credentials"
Content-LengtH. 480
Connection: close
Content-TypE. text/html; charset=iso-8859-1
Which action will resolve the problem?
- A. Use an HTTPS monitor with a valid certificate instead.
- B. Add an NTLM profile to the virtual server.
- C. Add a valid username and password to the monitor.
- D. Add a backslash before the colon in the receive string.
Answer: C
NEW QUESTION 103
-- Exhibit- -- Exhibit -Refer to the exhibit.
An LTM device is used to load balance web content over a secure channel.
The developers of the web content have done a trace using an HTTP profiler application.
They believe that allowing the LTM device to compress traffic to the client will improve
performance. The client can utilize GZIP or deflate compression algorithms.
An LTM Specialist must implement the compression.
The LTM Specialist has completed the following actions:
1.Create the relevant profile.
2.Apply the relevant profile to the virtual server (VS).
After applying the relevant profile, the LTM device is failing to compress the traffic. Instead,
the traffic is being served with an error.
What is the problem?
- A. The LTM device CANNOT SSL offload the traffic in order to read and compress it.
- B. The Protocol Profile (Server) option of "Allow Compression" needs to be enabled.
- C. The incorrect compression algorithm is applied to the compression profile.
- D. The Protocol Profile (Client) option of "Allow Compression" needs to be enabled.
Answer: A
NEW QUESTION 104
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?
- A. The host at the other end terminated the TCP connection.
- B. The LTM device has reached the maximum number of allowed attempts to send the data segment to the affected TCP connection.
- C. The LTM device reset the connection because no pool members are available.
- D. A virtual server connection limit has been reached.
Answer: A
NEW QUESTION 105
What is the effect of an iRule error such as referencing an undefined variable?
- A. The iRule execution will be terminated, and both the client and server side connections will be reset.
- B. The execution of the current event within the iRule will be terminated.
- C. The connection will continue, but the iRule will NOT be executed again for the lifetime of the connection.
- D. The iRule execution will continue with the next statement.
Answer: A
NEW QUESTION 106
An LTM Specialist connects to an LTM device via the serial console cable and receives unreadable output. The LTM Specialist is using the appropriate cable and connecting it to the correct serial port.
Which command should the LTM Specialist run through ssh to verify that the baud rate settings for the serial port are correct on the LTM device?
- A. tmsh show /ltm console
- B. tmsh list /sys console
- C. tmsh show /sys console
- D. tmsh edit /sys console
Answer: C
NEW QUESTION 107
......
True 301b Exam Extraordinary Practice For the Exam: https://www.examslabs.com/F5/F5Networks/best-301b-exam-dumps.html