301a Dumps with Practice Exam Questions Answers [Q53-Q69]

Share

301a Dumps with Practice Exam Questions Answers

301a by LTM Specialist Actual Free Exam Practice Test


The F5 301a exam is intended for individuals who have experience with networking technologies and are familiar with BIG-IP LTM. 301a exam is ideal for network administrators, network engineers, and IT professionals who want to enhance their skills and knowledge of BIG-IP LTM.

 

NEW QUESTION # 53
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 it pool http_pool members {10.10.10.101:80}
  • C. # tmsh create pool http_pool members add {10.10.10.101:80}
  • D. # tmsh create pool http_pool members {10.10.10.101:80}

Answer: B

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 # 54
A Web Server Administrator uses a manual process to display a page when the service is down.
Which feature on the LTM device should be used to automate the service down page? :

  • A. Enable Request Queueing
  • B. Action on Service Down
  • C. Fallback Host
  • D. Redirect Rewrite

Answer: C


NEW QUESTION # 55
An LTM device receives a response string containing "error"
Which monitor type and parameter will mark the HTTP server as down?

  • A. HTTP monitor, Receive String "error", and set the Reverse option to Yes
  • B. HTTP monitor and Receive String "error'' ... flag is up
  • C. HTTP monitor. Receive String "down", and set the Reverse option to Yes .... flag is
  • D. HTTP monitor and Receive Disable String "error'' .... flag is disable

Answer: A


NEW QUESTION # 56
An LTM Administrator receives an email from the NOC stating that the switch connected to the backend server was shut down for maintenance. The BIG-IP device handles only UDP traffic. The BIG IP device did not fail over to a DR location when no pool members were available.
When the LTM Administrator checks the pool, it confirms that the monitor is still marking UP the pool member.
A tcpdump of the traffic shows the following output:

A list of the monitor configuration shows the following:

Which two modifications to the LTM configuration will mark this pool member down, when the switch is down? (Choose two.)

  • A. increase the timeout to three times the interval
  • B. enable reverse and wait for the next connection
  • C. also assign a gatewayjcmp monitor to the pool
  • D. add a reverse string to the game monitor
  • E. enable manuai-resume on the same monitor

Answer: C,D


NEW QUESTION # 57
An LTM Specialist configures a new virtual server with a single pool member. The LTM Specialist has NOT defined a health monitor for the pool, pool member or node.
What is the status of the virtual server?

  • A. Unavailable (Enabled)
  • B. Offline (Disabled)
  • C. Unknown (Enabled)
  • D. Available (Enabled)

Answer: C


NEW QUESTION # 58
An LTM Specialist needs to create a virtual server to pass TCP traffic to three pool members.
Which two virtual server types should be used to meet the requirements? (Choose two)

  • A. Forwarding (Layer 2)
  • B. Forwarding (IP)
  • C. Standard
  • D. Performance (Layer A)
  • E. Stateless

Answer: C,D


NEW QUESTION # 59
A node is assigned two monitors as seen in this configuration.

What is the status of a member that runs on that node and listens on port 443?

  • A. UP
  • B. DOWN
  • C. UNKNOWN
  • D. UNAVAILABLE

Answer: D


NEW QUESTION # 60
set payload {CACHE :: payload}
}
Which two profiles should be used on the virtual server? (Choose two.)

  • A. http-transparent
  • B. webacceleration
  • C. http compression
  • D. http
  • E. stream

Answer: B,D


NEW QUESTION # 61
An LTM Specialist has noticed in the audit log that there are numerous attempts to log into the Admin account. Theses attempts are sourced from a suspicious IP address range to the Configuration Utility of the LTM device.
How should the LTM Specialist block these attempts?

  • A. add the suspicious source IP addresses to the httpd deny list via tmsh
  • B. add the permitted source IP addresses to the httpd allow list via tmsh
  • C. add the suspicious source IP addresses to the httpd deny list via Configuration Utility
  • D. add the permitted source IP addresses to the allow list via Configuration Utility

Answer: B


NEW QUESTION # 62
A virtual server is experiencing intermittent port exhaustion. What should be done to fix this issue?

  • A. enable advanced routing
  • B. add more SNAT addresses
  • C. add more pool members
  • D. enable SNAT automap

Answer: B


NEW QUESTION # 63
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 OneConnect profile to mirror connections
  • B. configure a VLAN and primary mirroring address for mirror traffic
  • C. enable Clone Pools for a virtual server and a persistence profile
  • D. enable Mirroring for a virtual server and persistence profile
  • E. configure a serial failover cable for mirror traffic

Answer: B,D


NEW QUESTION # 64
An LTM Specialist regularly provides analytics reports that show that traffic generated by different subnets within the organization. The LTM Specialist needs show the associate department names next the IP addresses in the reports.
Which step should the LTM Specialist take to meet this requirement?

  • A. create VLANs for each subnet and set the name accordingly
  • B. export the report and add the department names manually
  • C. use an iRule to change the output of the report
  • D. define active subnets and assign a name to certain subnets

Answer: A


NEW QUESTION # 65
An LTM Specialist needs to terminate client SSL traffic and based on the cookie presented by client.
Which set of profiles should the LTM Specialist use?

  • A. HTTP, Client SSL, Cookie Persistence Profile,
  • B. HTTPS, Server SSL, SSL Cookie Profile
  • C. HTTPS, Client SSL, Cookie Persistence Profile
  • D. HTTP, Server SSL, SSL Cookie Profile

Answer: A


NEW QUESTION # 66
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. Connection mirroring
  • C. Port exhaustion
  • D. Memory load
  • E. CPU load

Answer: D,E


NEW QUESTION # 67
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 DB auto last hop
  • B. VS_HTTP snat auto map
  • C. VS.HTTP auto last hop
  • D. VS_DB snat auto map

Answer: A


NEW QUESTION # 68
An HA pair of LTM devices that load balance multiple HTTPS applications utilizes highly customized RAM Cache and compression profiles on each virtual server. The LTM Specialist who is administering the HA pair regularly observes entines in the log similar to the following:
tmm tmm I708S1 011e0002.4. sweeper_update: aggressive mode activated (117504/138240 pages) No DoS attacks arc occurring. No user problems have been reported. Which step should the LTM Specialist take to help mitigate the issue?

  • A. allocate less memory to the RAM cache feature
  • B. change the Adaptive Reaping Low watermark
  • C. change the Adaptive Reaping High watermark
  • D. use a OneConnect profile

Answer: B


NEW QUESTION # 69
......


F5 301a certification exam is intended for IT professionals who have a deep understanding of network protocols, virtualization, and security. 301a exam covers a range of topics, including BIG-IP LTM architecture, application delivery, virtual server management, and high availability. IT professionals who pass 301a exam have proven their ability to design, implement, and manage complex BIG-IP LTM solutions.

 

Free LTM Specialist 301a Exam Question: https://www.freecram.com/F5-certification/301a-exam-dumps.html

301a dumps & LTM Specialist sure practice dumps: https://drive.google.com/open?id=1PzuzKwyEShBvw2H0Hdli2IuNAvOXvliw

0
0
0
10