無料F5 201プレミアム試験エンジンPDFをダウンロード 更新された255問があります [Q37-Q55]

Share

無料F5 201プレミアム試験エンジンPDFをダウンロード 更新された255問があります

検証済み201リアル試験問題集PDF豪華お試しセット


F5 201(BIG-IP管理者)認定試験に備えるには、候補者はネットワーキングの概念とテクノロジーを強く理解し、F5製品とソリューションでの作業経験が必要です。この試験は、80の複数選択の質問で構成されており、完了するのに90分かかります。候補者は、認定を獲得するために69%の合格スコアを達成する必要があります。認定されると、個人はF5ソリューションの管理と管理に関する専門知識を実証でき、新しい雇用機会とキャリアの進歩につながる可能性があります。


F5 201(BIG-IP Administrator)認定試験は、F5製品とソリューションの管理と管理のスキルを検証したいIT専門家にとって重要な認定です。この認定を取得することにより、個人は潜在的な雇用主に自分の知識と専門知識を実証し、IT業界でのキャリアを促進することができます。


F5 201認定を獲得することは、F5 Big-IP LTM製品を扱うIT専門家にとって貴重な成果です。これは、Big-IP LTMデバイスの管理とトラブルシューティングにおける候補者のスキルと知識を検証するグローバルに認められた認定です。アプリケーション配信ネットワーキング(ADN)ソリューションの需要が増え続けているため、F5 201認定を取得することで、競争力のある雇用市場で専門家が際立ってキャリアを促進するのに役立ちます。

 

質問 # 37
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 have self-IP configured in the same subnet of servers
  • B. Disable Address Translation
  • C. Set Address Translation to SNAT and configure a specific translation address
  • D. Set Address Translation to Auto Map, configure a SNAT pool, and have pool members in the same subnet of the servers

正解:C

解説:
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.


質問 # 38
A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it:
when CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool
ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }
If a user connects to 10.10.1.100 and port 22, which pool will receive the request?

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

正解:A


質問 # 39
A virtual server at 10.10.1.100:80 has the
rule listed below applied. when HTTP_REQUEST { if {[HTTP::uri] ends_with "htm" } { pool pool1 } elseif {[HTTP::uri] ends_with "xt" } { pool pool2 } If a user connects to http://10.10.1.100/foo.txt which pool will receive the request.

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

正解:C


質問 # 40
Refer to the exhibit.

A BIG-IP Administrator needs to fall over the active device. The administrator logs into the Configuration Unity and navigates to Device Management > Traffic Group. However, Force to Standby is greyed out What is causing this issue?

  • A. The BIG-IP Administrator is logged in as root
  • B. The BIG-IP Administrator is logged in as administrator
  • C. The BIG-IP Administrator is on the Standby Device
  • D. The BIG-IP Administrator is NOT logged into command line to tail over

正解:C


質問 # 41
A new BIG-IP VE is deployed with default settings. The BIG-IP Administrator completes the setup utility in the Configuration Utility. The internal self IP address fails to respond to a ping request. What is a possible cause of this issue?

  • A. Internal interface VLAN is set to untagged
  • B. Port lockdown on internal self IP is set to Allow None
  • C. Route is NOT assigned to internal self IP.
  • D. Internal interface VLAN is set to tagged

正解:D


質問 # 42
Refer to the exhibit.

A user notifies the BIG-IP Administrator that http://remote company.com is NOT accessible. Remote access to company resources must be encrypted.
What should the BIG-IP Administrator do to fix the issue?

  • A. Change the Listening Port on remote.company.com_vs to Port 80
  • B. Add a Pool to the Virtual Server remote.company.com_VS
  • C. Add an iRule to remote.company.com_vs to redirect Traffic to HTTPS
  • D. Change the Type of the Virtual Server remote.company.com_vs to Forwarding Requiring all traffic to be HTTPS access requires HTTP requests to be redirected directly to HTTPS.

正解:C


質問 # 43
Refer to the exhibit.


A BIG-IP Administrator creates a new Virtual Server to load balance SSH traffic. Users are unable to log on to the servers.
What should the BIG-IP Administrator do to resolve the issue?

  • A. Set Protocol to UDP
  • B. Set Destination Addresses/Mask to 0.0.0.0/0
  • C. Set Source Address to 10.1.1.2
  • D. Set HTTP Profile to None

正解:D


質問 # 44
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. Unknown. The pool cannot be determined from the information provided.
  • B. pool1
  • C. pool2
  • D. None. The request will be dropped.

正解:A


質問 # 45
All pool members are online. All other virtual server settings are at default What might after the load balancing behavior?

  • A. enabing a falback host in the http profile
  • B. adding a oneconnect profile
  • C. adding a persistence profile
  • D. enabing SNAT automap

正解:C


質問 # 46
Assuming that systems are synchronized, which action could take place if the fail over cable is connected correctly and working properly, but the systems cannot communicate over the network due to external network problems?

  • A. If network failover is enabled, the standby system will assume the active mode.
  • B. Whether or not network failover is enabled, the standby system will stay in standby mode.
  • C. If network failover is enabled, the standby system will go into active mode but only until the network recovers.
  • D. Whether or not network failover is enabled, the standby system will assume the active mode.

正解:B


質問 # 47
Where is the loadbalancing mode specified?

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

正解:D


質問 # 48
When configuring a pool member's monitor, which three association options are available? (Choose three.)

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

正解:B、C、D


質問 # 49
Assuming other failElover settings are at their default state, what would occur if the failElover cable were to be disconnected for five seconds and then reconnected.

  • A. Nothing. FailElover due to loss of voltage will not occur if the voltage is lost for less than ten seconds.
  • B. When the cable is disconnected, both systems will become active. When the voltage is restored, unit two will revert to standby mode.
  • C. When the cable is disconnected, both systems will become active. When the voltage is restored, both systems will maintain active mode.
  • D. As long as network communication is not lost, no change will occur.

正解:B


質問 # 50
Which two statements are true about SNATs. (Choose two.)

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

正解:B、D


質問 # 51
The incoming client IP address is 195.64.45.52 and the last five connections have been sent to members A, C, E, D and B.
The incoming client IP address is 195.64.45.52 and the last five connections have been sent to members A, C, E, D and B.
Given the virtual server, pool, and persistence definitions and statistics shown in the above graphic, which member will be used for the next connection.

  • A. 10.10.20.1:80
  • B. It cannot be determined with the information given.
  • C. 10.10.20.2:8010.10.20.2:80
  • D. 10.10.20.4:8010.10.20.4:80
  • E. 10.10.20.3:8010.10.20.3:80
  • F. 10.10.20.5:8010.10.20.5:80

正解:E


質問 # 52
A BIG-IP Administrator receives an RMA replacement for a failed F5 device. The BIG-IP Administrator tries to restore a UCS taken from the previous device, but the restore fails. The following error appears inthe/var/log/itm.
mcpd [****J: ******;0; License is not operational (expired or digital signature does not match contents.) What should the BIG-IP Administrator do to avoid this error?

  • A. Reactivate the license on the new device using the manual activation method
  • B. Revoke the license prior to restoring
  • C. Remove the license information from the UCS archive
  • D. Use the appropriate tmsh command with the no-license option

正解:D


質問 # 53
A virtual server at 10.10.1.100:80 has the rule listed below applied. when HTTP_REQUEST { if {[HTTP::uri] ends_with "htm" } { pool pool1 } else if {[HTTP::uri] ends_with "xt" } { pool pool2 } If a user connects to http://10.10.1.100/foo.txt which pool will receive the request?

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

正解:C


質問 # 54
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.10.15.2.80
  • D. 172.16.15.9.80
  • E. 172.16.15.7.80

正解:A、E


質問 # 55
......

あなたを合格させるF5試験に201試験問題集:https://jp.fast2test.com/201-premium-file.html

201問題集PDF最新 [2025年最新] 究極の学習ガイド:https://drive.google.com/open?id=1vMszc3k1eCmbWGsGmosHHM-0pC4UmNO4


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어