Valid F5 Networks Certification Study Materials 201 Dumps Ensure Your Passing [Q77-Q100]

Share

Valid F5 Networks Certification Study Materials 201 Dumps Ensure Your Passing

201 Dumps Real Exam Questions Test Engine Dumps Training

NEW QUESTION # 77
Which IP address will the client address be changed to when SNAT automap is specified within a Virtual Server configuration?

  • A. It will alternate between the floating and non floating self-IP address on the VLAN where the packet leaves the system so that port exhaustion is avoided.
  • B. It will alternate between the floating and non floating self-IP address on the VLAN where the packet arrives on the system so that port exhaustion is avoided.
  • C. The floating self-IP address on the VLAN where the packet leaves the system.
  • D. The floating self-IP address on the VLAN where the packet arrives on the system.

Answer: C


NEW QUESTION # 78
Refer to the exhibit.

An LTM device has a virtual server mapped to www.f5.com. Users report that when they connect to
/resources/201.1.2h.l_l.com they are unable to receive content.
What is the likely cause of the issue?

  • A. The pool associated with the virtual server is falling its health check.
  • B. The virtual address does not have ARP enabled.
  • C. The pool associated with the virtual server does not have priority group activation enabled.
  • D. The virtual address does not have route advertising enabled.

Answer: B


NEW QUESTION # 79
Refer to the exhibit.

A BIG-IP Administrator creates a new Virtual Server. The end user is unable to access the page. During troubleshooting, the administrator learns that the connection between the BIG-IP system and server is NOT set up correctly.
What should the administrator do to solve this issue?

  • A. Set Address Translation to SNAT and configure a specific translation address
  • B. Set Address Translation to Auto Map, configure a SNAT pool, and have pool members in the same subnet of the servers
  • C. Set Address Translation to SNAT and have self-IP configured in the same subnet of servers
  • D. Disable Address Translation

Answer: A

Explanation:
The status of the pool can be seen that the members are all up, indicating that the network from F5 to the server is no problem, so there is no need to configure selfip on the same subnet. The monitor is normal but the access is not normal, you have to consider the problem of snat, you can configure automap or configure snat and specify snat ip.


NEW QUESTION # 80
Refer to the exhibit.

How many nodes are represented on the network map shown?

  • A. One
  • B. Three
  • C. Two
  • D. Four

Answer: B


NEW QUESTION # 81
An IT support engineer needs to access and modify Virtual Servers in three partitions (Common /Banking and Dev) daily on a BIG-IP device. The company operates a Least Privilege access policy. What level of access does the IT support engineer need to ensure completion of daily roles?

  • A. Application Editor in /Common, /Banking, and /Dev partitions
  • B. Manager in /common/Banking, and /Dev partitions
  • C. Manager in all partitions
  • D. Application Editor in all partitions

Answer: B


NEW QUESTION # 82
Refer to the exhibit.

According to the shown Configuration Utility stings What is the setting of the User Directory configuration under the Authentication submenu?

  • A. Managed
  • B. Remote-TACACS+
  • C. Default system configuration
  • D. Local

Answer: B


NEW QUESTION # 83
During a high-demand traffic event, the BIG-IP Administrator needs to limit the number of new connections per second allowed to a Virtual Server.
What should the administrator apply to accomplish this task?

  • A. A connection rate limit to the Virtual Server
  • B. A connection limit to the Virtual Server
  • C. An HTTP Compression profile to the Virtual Server
  • D. A OneConnect profile to the Virtual Server

Answer: A


NEW QUESTION # 84
Where is the loadElbalancing mode specified.

  • A. within the pool member definition
  • B. within the virtual server definition
  • C. within the pool definition
  • D. within the node definition

Answer: C


NEW QUESTION # 85
A virtual server is listening at 10.10.1.100:80 and has the following
iRule associated with it: when HTTP_REQUEST { if { [HTTP::header UserElAgent] contains "MSIE" } { pool MSIE_pool } else { pool Mozilla_pool } If a user connects to http://10.10.1.100/foo.html and their browser does not specify a UserElAgent, which pool will receive the request.

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

Answer: D


NEW QUESTION # 86
A BIG-IP device sends out the following SNMP trap:
big-ipo.f5.com - bigipExternalLinkChange Link: 1.0 is DOWN
Where in the BIG-IP Configuration utility should the BIG-IP Administrator verify the current status of Link
1.0?

  • A. System > Platform
  • B. Network > Interfaces > Interface List
    1.0 is a physical interface, you can see the interface status from the physical interface in the network.
  • C. Network > Trunks > Trunk List
  • D. Statistics > Performance > System

Answer: B


NEW QUESTION # 87
A BIGJP Administrator needs to load a UCS file but must exclude the license file. How should the administrator perform this task?

  • A. From the CLI with command U tmsh load /$ys ucs <ucs filename> no-license
  • B. From the CLI with command(tmos)< tmsh load /sys ucs <ucs filename> no-license
  • C. From the GUI, select the UCS file and click restore
  • D. From the GUI, select the UCS file, unchcck the license box, and click restore

Answer: A


NEW QUESTION # 88
Refer to the exhibit.

Why is the virtual server responsive to incoming connections?

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

Answer: A


NEW QUESTION # 89
An application is configured so that the same pool member must be used for an entire session, as well as for HTTP and FTP traffic.
A user reports that a session has terminated, and the user must restart the session. The BIG-IP Administrator determines that the active BIG-IP device failed over to the standby BIG-IP device. Which configuration settings should the BIG-IP Administrator verify to ensure proper behaviour when BIG-IP failover occurs?

  • A. cookie persistence and session timeout
  • B. syn-cookie insertion threshold and connection low-water mark
  • C. Stateful failover and Network Failover detection
  • D. Persistence mirroring and Match Across Services

Answer: D


NEW QUESTION # 90
A BIG-IP Administrator explicitly creates a traffic group on a BIG-IP device.
Which two types of configuration objects can be associated with this traffic group? (Choose two.)

  • A. iRules
  • B. Virtual Addresses
  • C. Application Instances
  • D. VLANS
  • E. Pool Members

Answer: B,C


NEW QUESTION # 91
A BIG-IP Administrator is configuring an SSH Pool with five members.
Which Health Monitor should be applied to ensure that available pool members are monitored accordingly?

  • A. https
  • B. http
  • C. udp
  • D. tcp

Answer: D


NEW QUESTION # 92
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 # 93
Refer to the exhibit.

Which two pool members should be chosen for a new connection? (Choose two.)

  • A. 172.16.15.4.80
  • B. 172.16.15.1.80
  • C. 172.16.15.9.80
  • D. 172.10.15.2.80
  • E. 172.16.15.7.80

Answer: A,E


NEW QUESTION # 94
DNS queries from two internal DNS servers are being load balanced to external DNS Servers via a Virtual Server on a BIG-P device. The DNS queries originate from 192.168.101.100 and 192.168.101.200 and target 192.168.21.50 All DNS queries destined for the external DNS Servers fail Which property change should the BIG-IP Administrator make in the Virtual Server to resolve this issue?

  • A. Protocol to UDP
  • B. Protocol Profile (Client) to DNS-OPTIMZED
  • C. Source Address to 192.168.101.0/24
  • D. Type to Performance (HTTP)

Answer: A


NEW QUESTION # 95
Users are unable to reach an application. The BIG-IP Administrator checks the Configuration Utility and observes that the Virtual Server has a red diamond in front of the status. What is causing this issue?

  • A. All pool members have been disabled.
  • B. The Virtual Server is receiving HTTPS traffic over HTTP virtual.
  • C. All pool members are down.
  • D. The Virtual Server is disabled.

Answer: C


NEW QUESTION # 96
A site wishes to perform source address translation on packets from some clients but not others. The determination is not based on the client's IP address, but on the virtual servers their packets arrive on. What could best accomplish this goal?

  • A. A SNAT for all addresses could be defined, and then disable the SNAT processing for select VLANs.
  • B. The decision to perform source address translation is always based on VLAN. Thus, the goal cannot be achieved.
  • C. Some virtual servers could be associated with SNAT pools and others not associated with SNAT pools.
  • D. The decision to perform source address translation is always based on a client's address (or network). Thus, this goal cannot be achieved.

Answer: C


NEW QUESTION # 97
A BIG-IP Administrator finds the following log entry:
tnm tmm[7141]: 011e0002:4: sweeperjjpdate: aggressive mode activated.
Which action should the BIG-IP Administrator to mitigate this memory issue?

  • A. Configure the serve to use Connection Mirroring
  • B. Configure the redundant par to be active-active
  • C. increase the TCP profile ide Timeout value
  • D. Decrease the TCP profile ide Timeout value

Answer: A


NEW QUESTION # 98
Which process or system can be monitored by the BIG-IP system and used as a failover trigger in a redundant pair configuration?

  • A. CPU utilization percentage
  • B. bandwidth utilization
  • C. duplicate IP address
  • D. VLAN communication ability

Answer: D


NEW QUESTION # 99
Assume a virtual
server
has a ServerSSL
profile.
What
SSL certificates are required on the pool members.

  • A. The pool members.SSL certificates must be issued from a certificate authority.
  • B. No SSL certificates are required on the pool members.
  • C. The pool members.SSL certificates must be created within the company hosting the BIGElIPs.
  • D. The pool members.SSL certificates must only exist.

Answer: D


NEW QUESTION # 100
......

F5 201: Selling F5 Networks Certification Study Materials Products and Solutions: https://torrentpdf.vceengine.com/201-vce-test-engine.html