[Sep-2021] Updated LTM Specialist 301a Exam Questions BUNDLE PACK [Q76-Q95]

Share

[Sep-2021] Updated LTM Specialist 301a Exam Questions BUNDLE PACK

Master The F5 Content 301a EXAM DUMPS WITH GUARANTEED SUCCESS!

NEW QUESTION 76
Exhibit.

An LTM Specialist needs to configure VS^HTTP and VS_DB for an online shopping site. The VS HTTP passes the client requests to the webservers. The webservers query the database servers through the VS_DB. Initially, the LTM Specialist finds the database servers directly return the packets to the webservers.
which setting must be enabled for the configuration to function correctly?

  • A. VS_HTTP snat auto map
  • B. VS_DB snat auto map
  • C. VS DB auto last hop
  • D. VS.HTTP auto last hop

Answer: C

 

NEW QUESTION 77
When importing a PEM formatted SSL certificate, which text needs to appear first in the file?

  • A. ...SECURITY CERTIFICATE....
  • B. --START CERTIFICATE....
  • C. ...SSL CERTIFICATE....
  • D. ...BEGIN CERTIFICATE....

Answer: D

 

NEW QUESTION 78
An LTM device provides load balancing to a web application? The LTM device has two dual-core processors and a licensed SSL Transactions Per Second (TPS) limit of 500 CMP is enabled.
TLS connections are used between client systems and virtual servers on the LTM device, as well as from the LTM device to servers used as part of LTM pool.
TLS enabled virtual servers utilize certificates based on 2048-bit keys During a peak period. 2560 new TLS transactions per second are attempted to the web application via the LTM device.
What will happen in this scenario?

  • A. Nothing: 2560 TLS transactions per second is within the SSI TPS license limit.
  • B. 2060 new TLS transactions will be silently discarded due to the SSL TPS license limit
  • C. Nothing: TLS transactions per second are NOT affected by an SSL TPS license limit
  • D. 560 new TLS transactions will be silently discarded due to the SSL TPS license limit

Answer: D

 

NEW QUESTION 79
A virtual server is configured to handle https traffic. The clientssl profile is configured to use a2048-bit RSA key. Due to security requirements, is the LTM Specialist needs to use a 4096-bit RSA key in the future.
What two effects will this change have on the BIG-IP device? (Choose two)

  • A. Increase of TLS Renegotiation
  • B. Increase of CPU usage on the BIG-IP device
  • C. Decrease to 90% of licensed TPS
  • D. Decrease to 20% of licensed TPS
  • E. Increased of concurrent connection on client-side

Answer: B,D

 

NEW QUESTION 80
Exhibit.

The server team has recently configured the three new DNS servers shown for the data center. No current DNS servers are currently configured on the LTM device.
Which command should be used to configure the LTM device to use the new DNS servers?

  • A. tmsh change /sysdns name-servers add {192.168.1.2.192.168.100.100.192.168.200.200}
  • B. tmsh create/systins name-servers add {192 168.1.2.192.168.100.1O0.192.168.2O0.2OO}
  • C. tmsh modify/sysdns name-servers add {192.168.1.2.192.168.100.100.192.168.200.200}
  • D. tmsh set/sysdns name-servers add {192.168.2.192.168.100.100.192.168.200.200}

Answer: C

Explanation:
Modify the configuration with modify, and create the configuration with create. Excluding B and D, and the question is to modify the DNS pointer of E5 itself the need to use is modify.

 

NEW QUESTION 81
An LTM device is configure with the wildcard virtual servers displayed below.
A client connection is made to 172.24.31.14:443.

  • A. VS_172_24_1_WILDCARD
  • B. VS_172_24_WILDCARD
  • C. VS_HTTP_WILDCARD
  • D. VS_HTTPS_WILDCARD

Answer: B

Explanation:
Match the network segment first and then port.

 

NEW QUESTION 82
An LTM Specialist decides to offload SSL traffic on the LTM device instead of just passing it through. The LTM Specialist needs to change the configure from a Performance (Layer 40 virtual server to a Standard virtual server with SSL offload.
Which two element the LTM Specialist consider when performance this task? (Choose two.)

  • A. Sensitive connections
  • B. CPU load
  • C. Connection mirroring
  • D. Memory load
  • E. Port exhaustion

Answer: B,D

 

NEW QUESTION 83
A virtual server is using a TCP profile based on the top-wan-optimized profile for a streaming application Users report videos are loading slowly.
Which setting should be modified in the TCP profile to optimize the application?

  • A. Disable Nagle's Algorithm
  • B. Disable Selective ACKs
  • C. Disable Slow Start
  • D. Disable Reset on Timeout

Answer: C

 

NEW QUESTION 84
A VCMP guest has the following characteristics:
* Resources allocated for CPU memory, network interfaces, and disk space
* Virtual disk created
* The guest is NOT running
The guest is NOT running in which state is the VCMP guest

  • A. Provisioned
  • B. Configured
  • C. Deployed
  • D. Offline

Answer: A

 

NEW QUESTION 85
An LTM Specialist needs to deploy a virtual server that will load balance traffic targeting https://register.example.com to a set of three web servers. Persistence needs to be ensured. No persistence mirroring is allowed SSL offloading is required.
A fourth web server with fewer resources will be used to handle requests from engine bots to https://register.example.comvrobots.txt by an iRule. The (Rule will use the HTTP_REQUEST event. .
What are the required profile and persistence settings to implement this

  • A. tcp, clientssl, serverssl, ssl persistence
  • B. tcp. dientssl, hup, source address persistence
  • C. tcp, clientssl, http. cookie persistence
  • D. tcp, clientssl, http, serverssl cookie persistence

Answer: C

Explanation:
The option is wrong, it should be clientssl and serverssl. If the title requires ssl offload instead of encryption, you need clientssl instead of serverssl. irule needs HTTP profile to enable HTTP_REQUEST. If the session cannot be mirrored, the cookie session remains to meet the demand.

 

NEW QUESTION 86
An LTM Specialist is experiencing issues in a failover event. Certain long-lasting FTP event. Certain long-lasting FTP connections using a single node pool are forced to reconnect. The bigip.conf extract is shown:

What does the LTM Specialist need to change in the configuration to avoid this issue?

  • A. snatpool
  • B. persistence mirroring
  • C. connection mirroring
  • D. ftp profile

Answer: C

Explanation:
The stem mentions that it is a single server node, so there is no need to consider the factors of session maintenance. The actual requirement is to maintain the original connection status during failover. You need to configure connection mirroring to synchronize the connection status between the devices in the cluster in real time.

 

NEW QUESTION 87
Exhibit.

Webserver_pool consists of 6 members. phpAuction_80_pool consists of 2 members LTM1 is the current Active member.
LTM1 loses connectivity to 3 of the 6 members in the webserver_pool LTM2 still has connectivity to all servers.
What is the expected failover behavior?

  • A. LTM1 Standby / LTM2 Active
  • B. LTM1 Active / LTM2 Standby
  • C. LTM1 Active /LTM2 Active
  • D. LTM1 Standby / LTM2 Standby

Answer: B

 

NEW QUESTION 88
Which Standard Virtual Server settings should an LTM Specialist use to load balance across routed path of two different ISPs?

  • A. both address and port translation enabled
  • B. address translation enabled and port translation disabled
  • C. both address and port translation disabled
  • D. address translation disabled and port translation enabled

Answer: A

 

NEW QUESTION 89
An LTM Specialist must reconfigure a BIG-IP system that load balances traffic to a web application. The security department has informed the LTM Specialist that the following cipher string must be used for TLS connections from BIG-IP to the web application.
NATIVE:IMDS:EXPORT:IDHE:EDH@SPEED
In which virtual server profile should the cipher string be configured?

  • A. Server SSL
    CB. Client SSL
  • B. SPDY profile
  • C. Rewrite profile

Answer: A

Explanation:
Require SSL and flow F5 to server, server ssl

 

NEW QUESTION 90
An LTM Specialist needs to use the tmsh command to create a pool named http_pool with member
10.10.101:80 on an LTM device.
Which expression should the LTM Specialist use?

  • A. # tmsh create itm pool http_pool member {10.10.10.101:80}
  • B. # tmsh create pool http_pool members add {10.10.10.101:80}
  • C. # tmsh create pool http_pool members {10.10.10.101:80}
  • D. # tmsh create it pool http_pool members {10.10.10.101:80}

Answer: D

Explanation:
The option should be wrong, it should ne itm instead of it, the correct command is:tmsh create itm pool http_pool members add (10.10.10.101:80}

 

NEW QUESTION 91
An application is sensitive to packet loss and unexpected session termination. A pair of LTM devices is configured in an Active/Standby high availability configuration. SNATS are NOT used and the virtual server contains a Universal Persistence profile.
which two actions must an LTM Specialist take to ensure the sessions are maintained between the client and server during an LTM device failover event while maintaining maximum uptime? (Choose two.)

  • A. configure a VLAN and primary mirroring address for mirror traffic
  • B. configure a OneConnect profile to mirror connections
  • C. enable Clone Pools for a virtual server and a persistence profile
  • D. configure a serial failover cable for mirror traffic
  • E. enable Mirroring for a virtual server and persistence profile

Answer: A,E

 

NEW QUESTION 92
An LTM Specialist plans to enable connection mirroring for a virtual server in an HA environment.
What must the LTM Specialist consider before implementing the configuration change?

  • A. Impact on system performance that might be noticeable
  • B. Decreased number of possible concurrent connections to that virtual server
  • C. The add-on license that is required for this feature to be available
  • D. Creating the required separate interface for connection mirroring

Answer: A

Explanation:
Connection mirroring will bring performance consumption

 

NEW QUESTION 93
TWO BIG-IP appliances need to be configured to load balance multiple firewall in a firewall sandwich, Which health monitor setting should be used to verify that the firewalls are able to forward traffic?

  • A. Adaptive
  • B. Reverse
  • C. Up internal
  • D. Transparent

Answer: D

Explanation:
Sandwich architect firewalls are generally deployed transparently. You can enable Transparent to point to the next-hop address of the firewall and associate it with the firewall pool member for detection.

 

NEW QUESTION 94
A customer wants to select the pool for an application based on information found in the path of the URL.
For example:
http://www.example.com/app 1 should be sent to the app 1 pool
http.//www.exampie.com/app 2 should be sent to the app2 pool
Which two profiles need to be assigned to the virtual server? (Choose two.)

  • A. TCP
  • B. HTTP
  • C. Persistence
  • D. Client SSL
  • E. TTP Compression

Answer: A,B

 

NEW QUESTION 95
......

Pass F5 301a Exam – Experts Are Here To Help You: https://www.passexamdumps.com/301a-valid-exam-dumps.html

Get Latest LTM Specialist 301a Practice Test For Quick Preparation: https://drive.google.com/open?id=1VAehrvtNxHFRbodC_jueBVXwpSc-j2SW