Exam Questions Answers Braindumps 201 Exam Dumps PDF Questions [Q101-Q119]

Share

Exam Questions Answers Braindumps 201 Exam Dumps PDF Questions

Download Free F5 201 Real Exam Questions


Understanding of functional and technical aspects of Troubleshooting basic hardware issues

The following will be discussed in this section:

  • How to correlate the LCD message to message in the corresponding log file
  • How to download output from the unit an EUD was run on
  • Given a log file, determine the nature of a hardware issue
  • Given a possible issue, determine which log file entries to review
  • Understand the relationship between interfaces, trunks, VLANs and their status/statistics
  • How to reboot an F5 platform into the EUD
  • How to identify which tasks the buttons on the LCD perform
  • Indicate which logs would contain debugging information
  • How to locate the LCD on an F5 Platform
  • How to interpret the output from an EUD and determine if the test passed or failed

How to book the F5-201: TMOS Administration Exam

Register or log in on F5 Network website, or visit the Candidate Portal, or contact F5 Certification for more information.

NEW QUESTION 101
The interface 1.1 of the BIG-IP device has been connected to a link dedicated to traffic on VLAN 120. What should the BIG-IP Administrator do to receive traffic from the VLAN?

  • A. Create a new VLAN object and assign the interface 1.1 untagged
  • B. Create a new VLAN object and set Customer Tag to 120
  • C. Create a new trunk object with interface 1.1 assigned
  • D. Create a new trunk object and assign it to the VLAN

Answer: A

 

NEW QUESTION 102
A Standard Virtual Server configured for an application reports poor network performance. This application is accessed mainly from computers on the Internet.
What should the BIG-IP Administrator configure on the Virtual Server to achieve better network performance?

  • A. Protocol Profile (Client) with f5-tcp-wan and Protocol Profile (Server) with f5-tcp-lan
  • B. Protocol Profile (Client) with f5-tcp-optimized
  • C. Protocol Profile (Client) with f5-tcp-lan
  • D. Protocol Profile (Client) with fS-tcp-lan and Protocol Profile (Server) with f5-tcp-wan

Answer: A

 

NEW QUESTION 103
Which log file should the BIG-IP Administrator check to determine if a specific user tried to log in to the
8IG-IP Configuration by utility?

  • A. /ver/log/secure
  • B. /var/log/http.d
  • C. /var/log/trn
  • D. /var/log/pam/tally/log

Answer: A

 

NEW QUESTION 104
A BIG-IP Administrator applied the latest hotfix to an inactive boot location by mistake, and needs to downgrade back to the previous hotfix.
What should the BIG-IP Administrator do to change the boot location to the previous hotfix?

  • A. Reinstall the base version and install the previous hotfix
  • B. Uninstall the newest hotfix and reinstall the previous hotfix
  • C. Reinstall the previous hotfix and re-activate the license
  • D. Uninstall the base version and restore the UCS

Answer: A

 

NEW QUESTION 105
A BIG-IP Administrator is conducting maintenance on one BIG-IP appliance in an HA Pair. Why should the BIG-IP Administrator put the appliance into FORCED_OFFLINE state?

  • A. To preserve existing connections to Virtual Servers and reduce the CPU load
  • B. To terminate existing connections to Virtual Servers and prevent the appliance from becoming active
  • C. To allow new connections to Virtual Servers and ensure the appliance becomes active
  • D. To terminate connections to the management IP and decrease persistent connections

Answer: B

 

NEW QUESTION 106
Which two statements are true about SNATs. (Choose two.)

  • A. SNATs are enabled on all VLANs, by default.
  • B. SNATs can be configured within a Profile definition.
  • C. SNAT's are enabled only on the VLAN where origin traffic arrives, by default
  • D. SNATs can be configured within a Virtual Server definition.

Answer: A,D

 

NEW QUESTION 107
A BIG-IP Administrator configures a Virtual Server. Users report that they always receive a TCP RST packet to the BIG-IP system when attempting to connect to it. What is the possible reason for this issue?

  • A. The virtual server Type is set to Drop
  • B. The virtual server Type is set to Internal
  • C. The virtual server Type is set to Stateless
  • D. The virtual server Type is set to Reject

Answer: D

 

NEW QUESTION 108
When upgrading a BIGElIP redundant pair, what happens when one system has been updated but the other has not.

  • A. The first system to be updated will assume the Active role.
  • B. Synching should not be performed.
  • C. The older system will issue SNMP traps indicating a communication error with the partner.
  • D. This is not possible since both systems are updated simultaneously.

Answer: B

 

NEW QUESTION 109
How is persistence configured.

  • A. Persistence is an option within each pool's definition.
  • B. Persistence is a profile type; an appropriate profile is created and associated with virtual server.
  • C. Persistence is an option for each pool member. When a pool is defined, each member's definition includes the option for persistence.
  • D. Persistence is a global setting; once enabled, loadElbalancing choices are superceded by the persistence method that is specified.

Answer: B

 

NEW QUESTION 110
The owner of a web application asks the 8IG-IP Administrator to change the port that the BIG-IP device sends traffic to. This change must be made for each member in the server pool named app_pool for their Virtual Server named app_vs. In which area of the BIG-IP Configuration Utility should the BIG-P Administrator make this change?

  • A. Network > Interfaces
  • B. Local Traffic > Pools
  • C. Local Traffic > Virtual Servers
  • D. Local Traffic > Nodes

Answer: B

 

NEW QUESTION 111
When configuring a pool member's monitor, which three association options are available. (Choose three.)

  • A. assign a monitor to the specific member
  • B. do not assign any monitor to the specific member
  • C. configure a default monitor
  • D. inherit the pool's monitor
  • E. inherit the node's monitor

Answer: A,B,D

 

NEW QUESTION 112
A virtual server is listening at 10.10.1.100:80 and has the following
iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::uri] ends_with "php" } { pool pool2 } If a user connects to http://10.10.1.100/foo.html, which pool will receive the request.

  • A. pool1
  • B. None. The request will be dropped.
  • C. Unknown. The pool cannot be determined from the information provided.
  • D. pool2

Answer: C

 

NEW QUESTION 113
A custom HTTP monitor is failing to a pool member 10.10.3.75:8080 that serves up www.example.com.
A ping works to the pool member address.
The SEND string that the monitor is using is: GET/HTTP/l.l/r/n/Host.www.example.com/r/n/Connection Close/r/n/r/n Which CLI tool syntax will show that the web server returns the correct HTTP response?

  • A. curlhttp://10.10.10.3.75:8080/www.example.com/index.html
  • B. tracepath 'http://www.example.com:80
  • C. curl-header 'Host:www.example.com'
    http://10.10.3.75:8080/
  • D. tracepath 10.10.3.75:8080 GET /index

Answer: C

 

NEW QUESTION 114
Refer of the exhibit.

The 816-IP Administrator runs the command shown and observes a device trust issue between BIG-IP devices in a device group. The issue prevents config sync on device bigip3.local.
What is preventing the config sync?

  • A. Both devices are standby
  • B. Time Delta to local system is 12
  • C. Next Active Load factor is 1 on bigip1.local
  • D. Next Active Load factor is 0 on bigip1.local

Answer: D

Explanation:
Explanation
Option A should be bioip3.local?. if choose bigip3.local, you should choose A.

 

NEW QUESTION 115
Refer to the exhibit.

Why is the virtual server responsive to incoming connections?

  • A. The node monitor failed
  • B. The pool member is disabled
  • C. The node is disabled.
  • D. The pool member monitor failed

Answer: D

 

NEW QUESTION 116
What is the status of a pool member when manual resume is enabled and a health check first fails and then passes?

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

Answer: D

 

NEW QUESTION 117
Given that VLAN failElsafe is enabled on the external VLAN and the network that the active BIGIP's external VLAN is connected to has failed, which statement is always true about the results.

  • A. The active system will failElover and the standby system will go into active mode.
  • B. The active system will reboot and the standby system will go into active mode.
  • C. The active system will note the failure in the HA table.
  • D. The active system will restart the traffic management module to eliminate the possibility that BIGElIP is the cause for the network failure.

Answer: C

 

NEW QUESTION 118
Assume a client's traffic is being processed only by a NAT; no SNAT or virtual
server processing takes place. Also assume that the NAT definition specifies a
NAT address and an origin address while all other settings are left at their defaults.
If the origin server were to initiate traffic via the BIGElIP, what changes, if any,
would take place when the BIGElIP processes such packets.

  • A. The BIGElIP would drop the re quest since the traffic didn arrive destined to the NAT address.The BIGElIP would drop the request since the traffic didn. arrive destined to the NAT address.
  • B. The source address would not change, but the destination address would be changed to a seEllIfP of the BIGElIP.
  • C. The source address would not change, but the destination address would be changed to the NAT address.
  • D. The source address would be changed to the NAT address and destination address would be left unchanged.

Answer: D

 

NEW QUESTION 119
......


Understanding of functional and technical aspects of Troubleshooting basic device management connectivity issues

The following will be discussed in this section:

  • Determine whether a filter is enabled
  • Interpret a packet filter rule list in a given situation
  • Check and interpret port lockdown settings and packet filters in order to determine the cause of a management connectivity issue to a Self-IP
  • Given the use of a remote authentication server, verify proper DNS and NTP settings in order to diagnose a connectivity issue
  • Isolate potential causes of basic network connectivity issues, given scenarios related to: client configuration, client network access, device network access, network topologies
  • Apply connectivity troubleshooting tools (i.e. ping, traceroute, http/https availability, remote shell access, network based console access) in the appropriate situation

Latest F5 201 Real Exam Dumps PDF: https://www.lead2passexam.com/F5/valid-201-exam-dumps.html

201 Exam Dumps, 201 Practice Test Questions: https://drive.google.com/open?id=1xIbNp-cF8UHJQc6Heg5lk8-92ZViRhes