[Q11-Q32] Excellent 301b PDF Dumps With 100% PassReview Exam Passing Guaranted [Oct-2021]

Share

Excellent 301b PDF Dumps With 100% PassReview Exam Passing Guaranted [Oct-2021]

100% Pass Your 301b LTM Specialist: Maintain & Troubleshoot at First Attempt with PassReview

NEW QUESTION 11
-- Exhibit-

-- Exhibit -
Refer to the exhibit.
A pair of LTM devices are deployed in a high-availability (HA) pair as the diagram shows. After inserting a new rule on the firewalls, the LTM devices become Standby. The rule drops alloutbound sessions to the Internet. Only inbound connections are allowed from the Internet. There are no other changes to the environment.
What triggered the LTM device failover?

  • A. Auto Failback
  • B. HA Group
  • C. VLAN Failsafe
  • D. Gateway Failsafe

Answer: D

 

NEW 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?

  • 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

Explanation:
Explanation

 

NEW QUESTION 13
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 14
-- Exhibit- -- Exhibit -

Refer to the exhibit.
An LTM Specialist is troubleshooting a new HTTP monitor on a pool. The pool member is functioning correctly when accessed directly through a browser, although the monitor is marking the member as down. As part of the troubleshooting, the LTM Specialist has captured the monitor traffic via tcpdump.
How should the LTM Specialist resolve this issue?

  • A. Modify the receive string to valid content.
  • B. Correct the firewall rules on the pool member.
  • C. Add the 'icmp' monitor to the node.
  • D. Add the 'http' monitor to the pool.

Answer: A

 

NEW QUESTION 15
An LTM Specialist configured a virtual server to load balance a custom application. The application works when it is tested from within the firewall but it fails when tested externally. The pool member address is 192.168.200.10:80. A capture from an external client shows:
GET /index.jsp HTTP/1.1 Host: 207.206.201.100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101
Firefox/15.0.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Connection: keep-alive HTTP/1.1 302 Found DatE.Wed, 17 Oct 2012 23:09:55 GMT Server: Apache/2.2.15 (CentOS) Location: http://192.168.200.10/user/home.jsp Content-LengtH.304 Connection: close
What is the solution to this issue?

  • A. Configure redirect rewrite option in the HTTP profile.
  • B. Configure a content filter on the backend web server.
  • C. Add a Web Acceleration Profile to the virtual server.
  • D. Assign a SNAT pool to the virtual server.

Answer: A

 

NEW QUESTION 16
An LTM Specialist is troubleshooting a problem on an eCommerce website. The user browses the online store using port 80, adding items to the shopping cart. The user then clicks the "Checkout" button on the site, which redirects the user to port 443 for the checkout process. Suddenly, the user's shopping cart is shown as empty. The shopping cart data is stored in memory on the server, and the default source address persistence profile is used on both virtual servers.
What is the issue?

  • A. The port 80 and port 443 connections are balanced to the same node.
  • B. The port 443 pool member is deleting the user's session cookie.
  • C. The port 80 pool member is deleting the user's session cookie.
  • D. The port 80 and port 443 connections are balanced to different nodes.

Answer: D

 

NEW QUESTION 17
In preparation for a maintenance task, an LTM Specialist performs a "Force to Standby" on LTM device Unit 1. LTM device Unit 2 becomes active as expected. The maintenance task requires the reboot of Unit
1. Shortly after the reboot is complete, the LTM Specialist discovers that Unit 1 has become active and Unit 2 has returned to standby.
What would cause this behavior?

  • A. A device group is configured with Auto Failback, and Unit 1 is the default device.
  • B. A traffic group is configured with Auto Failback, and Unit 1 is the default device.
  • C. Unit 1 is set with the redundancy state preference of active in high availability.
  • D. Unit 1 is set with the redundancy state preference of active in devices groups.

Answer: B

 

NEW QUESTION 18
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-EncodinG. gzip,deflate
The web server is responding with the following HTTP headers:
HTTP/1.1 401 Unauthorized
Content-TypE. text/html
Server: Microsoft-IIS/7.5
WWW-AuthenticatE. NTLM
DatE. 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?

  • A. The wrong authentication mechanism is being used.
  • B. The server has an incorrect date configured.
  • C. The client is using the wrong type of browser.
  • D. The username and password are incorrect.

Answer: A

Explanation:
Explanation/Reference:

 

NEW QUESTION 19
-- 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 20
An LTM Specialist is receiving reports from customers about multiple applications failing to work properly.
The LTM Specialist looks at the services running and notices that the bigd process has NOT started.
How are monitored LTM device objects marked when the bigd process is stopped?

  • A. blue or unchecked
  • B. unchanged until bigd is restarted
  • C. green or available
  • D. red or offline

Answer: B

 

NEW QUESTION 21
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
An LTM Specialist is upgrading the LTM devices.
Which device should be upgraded first?

  • A. Device A
  • B. Device C
  • C. Device D
  • D. Device B

Answer: B

 

NEW QUESTION 22
The output of a tmsh command is: ------------------------------------------------------------ Net::Interface Name Status Bits Bits Errs Errs Drops Drops Colli In Out In Out In Out sions
------------------------------------------------------------ 1.1 down 0 0 0 0 0 0 0 1.2 up 191.4K 0 0 0 374 0 0 1.3 down
0 0 0 0 0 0 0 1.4 up 22.5K 0 0 0 44 0 0 2.1 miss 0 0 0 0 0 0 0 2.2 miss 0 0 0 0 0 0 0 mgmt up 43.2G
160.0G 0 0 0 0 0
Which command was executed on the LTM device to show the output?

  • A. tmsh /net show interface status
  • B. tmsh show /net interface status
  • C. tmsh /net show interface
  • D. tmsh show /net interface

Answer: D

 

NEW QUESTION 23
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?

  • A. tmsh run /util get-dossier
  • B. tmsh install /sys license registration-key
  • C. tmsh generate /sys dossier
  • D. tmsh list /sys registration-key

Answer: A

 

NEW QUESTION 24
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. Select the "Process Case-Insensitivity" option for the virtual server.
  • B. Use the followinG. switch -lc [HTTP::uri]
  • C. Use the followinG. switch [string tolower [HTTP::uri]]
  • D. Set the "Case Sensitivity" option of each member to "None".

Answer: C

 

NEW QUESTION 25
A OneConnect profile is applied to a virtual server. The LTM Specialist would like the client source IP addresses within the 10.10.10.0/25 range to reuse an existing server side connection.
Which OneConnect profile source mask should the LTM Specialist use?

  • A. 0.0.0.0
  • B. 255.255.255.128
  • C. 255.255.255.255
  • D. 255.255.255.224
  • E. 255.255.255.0

Answer: B

 

NEW QUESTION 26
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.)

  • A. any network interface of the Internet firewall
  • B. external VLAN interface of LTM device
  • C. network interface of client machine
  • D. internal VLAN interface of LTM device
  • E. network interface of web server

Answer: C,E

 

NEW QUESTION 27
-- Exhibit -

-- Exhibit -Refer to the exhibit.
An LTM Specialist is troubleshooting a new HTTP monitor on a pool. The pool member is functioning correctly when accessed directly through a browser. However, the monitor is marking the member as down. The LTM Specialist captures the monitor traffic via tcpdump.
What is the issue?

  • A. The pool member is rejecting the monitor request.
  • B. The 'time-until-up' setting on the monitor is incorrect.
  • C. The monitor request is NOT returning the page body.
  • D. The server is marking the connection as closed.

Answer: C

 

NEW QUESTION 28
Given this as the first packet displayed of an ssldump:
2 2 1296947622.6313 (0.0001) S>CV3.1(74) Handshake ServerHello Version 3.1 random[32]= 19 21 d7 55 c1 14 65 63 54 23 62 b7 c4 30 a2 f0 b8 c4 20 06 86 ed 9c 1f 9e 46 0f 42 79 45 8a 29 session_id[32]= c4 44 ea 86 e2 ba f5 40 4b 44 b4 c2 3a d8 b4 ad 4c dc 13 0d 6c 48 f2 70 19 c3 05 f4 06 e5 ab a9 cipherSuite TLS_RSA_WITH_RC4_128_SHA compressionMethod NULL
In reviewing the rest of the ssldump, the application data is NOT being decrypted.
Why is ssldump failing to decrypt the application data?

  • A. The BigDB Key Log.Tcpdump.Level needs to be adjusted.
  • B. The application data is encrypted with SSLv3.
  • C. The data is contained within a resumed TLS session.
  • D. The application data is encrypted with TLSv1.

Answer: C

 

NEW QUESTION 29
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 30
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
An LTM Specialist is troubleshooting a sync-failover group of three BIG-IP LTM devices. The command used is "tmsh run cm watch-devicegroup-device."
What does the output mean?

  • A. Configuration is not synchronized. Some modifications have been done on bigipA.
  • B. Configuration is not synchronized. Some modifications have been done on bigipB.
  • C. Configuration is synchronized between all the devices.
  • D. Configuration is not synchronized. Some modifications have been done on bigipC.

Answer: B

 

NEW QUESTION 31
-- Exhibit- -- Exhibit -

Refer to the exhibit.
Which URL should be reported to the server/application team as getting user-visible errors?

  • A. /page14.cgi
  • B. /env.cgi
  • C. /browserspecific.html
  • D. /reflector.php

Answer: A

 

NEW QUESTION 32
......

Trend for 301b pdf dumps before actual exam: https://www.passreview.com/301b_exam-braindumps.html

Real Exam Questions & Answers - F5 301b Dump is Ready: https://drive.google.com/open?id=1FfbTM_NR11cbKTh2bsyk9R6GoHX1OKC0