301b問題集PDFで301bリアル試験問題解答 [Q72-Q90]

Share

301b問題集PDFで301bリアル試験問題解答

時間限定!今すぐ試そう301b試験 [2023] 問題集でF5のPDF問題


F5 301b試験は、トラフィック管理の概念、ネットワークプロトコル、負荷分散アルゴリズム、SSLオフロード、iRules、およびトラブルシューティング技術に関連する幅広いトピックをカバーしています。試験に合格した候補者は、実践的な知識とハンズオンの経験を組み合わせて、BIG-IP LTMに関連する問題を診断および解決する能力を示したことになります。この認定は、世界中の組織に認められており、F5ネットワーク技術の分野でキャリアを進めたいITプロフェッショナルにとって貴重な資産です。


F5 301b試験は、F5ソリューションのメンテナンスとトラブルシューティングに専門知識を持つF5 LTMスペシャリストになりたいと考えているプロフェッショナルを対象に設計されています。この試験は、F5認定試験の一部であり、F5ソリューションのメンテナンスとトラブルシューティングに必要なスキルをテストするために設計されています。試験は常に最新のF5ソリューションの変更に対応するように更新されます。

 

質問 # 72
-- Exhibit-

-- Exhibit -
Refer to the exhibit.
An LTM Specialist is performing an HTTP trace on the client side of the LTM device and notices there are many undesired headers being sent by the server in the response. The LTM Specialist wants to remove all response headers except "Set-Cookie" and "Location."
How should the LTM Specialist modify the HTTP profile to remove undesired headers from the HTTP response?

  • A. Enter the desired header names in the 'Response Headers Allowed' field.
  • B. Enter the desired header names in the 'Request Header Insert' field.
  • C. Enter the undesired header names in the 'Response Header Erase' field.
  • D. Enter the undesired header names in the 'Request Header Erase' field.

正解:A


質問 # 73
-- Exhibit -


-- Exhibit -
Refer to the exhibits.
An LTM device has been configured for load balancing a number of different application servers. Configuration changes need to be made to the LTM device to allow administrative management of the servers in 172.16.10/24, 172.16.20/24, and 172.16.30/24 networks. The servers require outbound access to numerous destinations for operations.
Which solution has the simplest configuration changes while maintaining functionality and basic security?

  • A. Remove 172.16.10.0:0/24, 172.16.20.0:0/24, and 172.16.30.0:0/24, and keep 0.0.0.0:0/0.0.0.0 enabled on all VLANs.
  • B. Enable 172.16.10.0:0/24, 172.16.20.0:0/24, and 172.16.30.0:0/24 on egress VLAN(s), and enable 0.0.0.0:0/0.0.0.0 on ingress VLAN(s).
  • C. Enable 172.16.10.0:0/24, 172.16.20.0:0/24, and 172.16.30.0:0/24 on ingress VLAN(s), and enable 0.0.0.0:0/0.0.0.0 on egress VLAN(s).
  • D. Replace 172.16.10.0:0/24, 172.16.20.0:0/24, and 172.16.30.0:0/24, with 172.16.0.0:0/16, and keep 0.0.0.0:0/0.0.0.0.

正解:C


質問 # 74
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
An LTM Specialist is troubleshooting a new HTTP monitor on a pool. The pool member is functioning correctly when accessed directly through a browser. However, the monitor is marking the member as down. The LTM Specialist captures the monitor traffic via tcpdump.
What is the issue?

  • A. The server is marking the connection as closed.
  • B. The monitor request is NOT returning the page body.
  • C. The pool member is rejecting the monitor request.
  • D. The 'time-until-up' setting on the monitor is incorrect.

正解:B


質問 # 75
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
An LTM Specialist configures a virtual server that balances HTTP connections to a pool of three application servers. Approximately one out of every three connections to the virtual server fails.
Which two actions will resolve the problem? (Choose two.)

  • A. Increase the TCP timeout value in the default TCP profile.
  • B. Enable SNAT automap on the virtual server.
  • C. Verify the default gateway on the application servers.
  • D. Verify that port lockdown is set to allow port 80.
  • E. Assign a custom HTTP monitor to the pool.

正解:B、C


質問 # 76
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
An LTM Specialist has created a virtual server to balance connections to a pool of application servers and offload SSL decryption. Clients connect to the application at https://www.example.com/. The virtual server is configured with a clientssl profile but no serverssl profile. The application servers are listening on ports
80 and 443. Users are unable to connect to the application through the virtual server but are able to connect directly to the application server.
What is the root cause of the error?

  • A. The pool members are configured with the wrong port.
  • B. The application servers are redirecting users to HTTPS.
  • C. The LTM device is chunking responses.
  • D. The LTM device is redirecting users to HTTPS.

正解:B


質問 # 77
What is the recommended procedure for upgrading a major TMOS release on a BIG-IP platform?

  • A. 1. Take a configuration backup.
    2.Reboot the device to the non-active volume.
    3.Renew the device license.
    4.Upload the device code.
    5. Install device code to the current volume.
  • B. 1. Renew the device license.
    2.Take a configuration backup.
    3.Reboot the device to the non-active volume.
    4.Upload the device code.
    5.Install device code to the current volume.
  • C. 1. Take a configuration backup.
    2.Upload the device code.
    3.Install device code to the non-active volume.
    4.Reboot the device to the non-active volume.
    5.Renew the device license.
  • D. 1. Renew the device license.
    2.Take a configuration backup.
    3.Upload the device code.
    4.Install device code to the non-active volume.
    5.Reboot the device to the non-active volume.

正解:D


質問 # 78
Which iRule statement demotes a virtual server from CMP?

  • A. set ::foo 123
  • B. persist source_addr 1800
  • C. set static::foo 123
  • D. [ class match $HTTP_CONTENT contains my_data_class ]

正解:A


質問 # 79
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
A company uses a complex piece of client software that connects to one or more virtual servers (VS) hosted on an LTM device. The client software is experiencing issues. An LTM Specialist is tasked with finding the cause of the problem.
The LTM Specialist has the tcpdump extract and knows the client software has at least one connection to a VS on port 1990. However, when a tcpdump runs on the internal VLAN, there is no record of port 1990 in the tcpdump.
Why is there no record of port 1990 in the tcpdump?

  • A. Port 1990 is a well-known port, so its use is restricted.
  • B. The LTM device drops the connection.
  • C. The LTM device performs a Port Address Translation (PAT).
  • D. The LTM device performs a Network Address Translation (NAT).

正解:C


質問 # 80
An LTM Specialist has just manually failed the active LTM device over to the standby LTM device. The LTM Specialist notices the newly active LTM device is NOT currently receiving traffic. The LTM Specialist verifies the newly active device is responding to ARP but still no traffic is hitting the virtual servers. The LTM Specialist also notices that the virtual servers eventually start responding.
What should be added to the configuration to resolve the problem?

  • A. vlan failsafe
  • B. floating self IP
  • C. MAC masquerading
  • D. network failover
  • E. connection mirroring

正解:C


質問 # 81
-- Exhibit-



-- Exhibit -
Refer to the exhibits.
An LTM Specialist is troubleshooting an application configured on an LTM device on a one-armed configuration. The application is NOT working through the LTM device but does work when accessed directly via the application servers. The virtual server
192.168.1.211:443 is configured to SNAT using the address 192.168.1.144 and references a pool with the member 192.168.10.80:443. No Client or Server SSL profiles are associated. The LTM Specialist has collected two traffic captures to help determine the issue.
What is the problem with the configuration on the LTM device?

  • A. Pool member is configured for SSL off-loading.
  • B. Pool member is configured to use wrong port.
  • C. Virtual server is configured without SSL Profiles.
  • D. Virtual server is configured to use wrong port.

正解:B


質問 # 82
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
An LTM Specialist is upgrading the LTM devices.
Which device should be upgraded first?

  • A. Device D
  • B. Device A
  • C. Device B
  • D. Device C

正解:D


質問 # 83
Which command should an LTM Specialist use on the command line interface to show the health of RAID array hard drives?

  • A. tmsh show /ltm disk status
  • B. tmsh show /sys raid status
  • C. tmsh show /sys raid disk
  • D. tmsh show /ltm raid disk

正解:C


質問 # 84
Given a tcpdump on an LTM device from both sides of a connection on the External and Internal VLANs, how should an LTM Specialist determine if SNAT is enabled for a particular pool?

  • A. by checking to see if the Source port is carried through from the External Vlan to the Internal Vlan
  • B. by checking to see if the Destination IP is carried through from the External Vlan to the Internal Vlan
  • C. by checking to see if the Destination port is carried through from the External Vlan to the Internal Vlan
  • D. by checking to see if the Source IP is carried through from the External Vlan to the Internal Vlan

正解:D


質問 # 85
An LTM device has a virtual server configured as a Performance Layer 4 virtual listening on 0.0.0.0:0 to perform routing of packets to an upstream router. The client machine at IP address 192.168.0.4 is attempting to contact a host upstream of the LTM device on IP address 10.0.0.99.
The network flow is asymmetrical, and the following TCP capture displays:
# tcpdump -nnni 0.0 'host 192.168.0.4 and host 10.0.0.99'
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on 0.0, link-type EN10MB (Ethernet), capture size 96 bytes
05:07:55.499954 IP 192.168.0.4.35345 > 10.0.0.99.443: S 3205656213:3205656213(0) ack 3267995082 win 1480
05:07:55.499983 IP 10.0.0.99.443 > 192.168.0.4.35345: R 1:1(0) ack 1 win 0
05:07:56.499960 IP 192.168.0.4.35345 > 10.0.0.99.443: S 3205656213:3205656213(0) ack 3267995082 win 1480
05:07:56.499990 IP 10.0.0.99.443 > 192.168.0.4.35345: R 1:1(0) ack 1 win 0
4 packets captured
Which option within the fastL4 profile needs to be enabled by the LTM Specialist to prevent the LTM device from rejecting the flow?

  • A. Reset on Timeout
  • B. Generate Initial Sequence Number
  • C. Loose Close
  • D. Loose Initiation

正解:D


質問 # 86
An LTM HTTP pool has an associated monitor that sends a string equal to 'GET /test.html'.
Which two configurations could an LTM Specialist implement to allow server administrators to disable their pool member servers without logging into the LTM device? (Choose two.)

  • A. Set monitor to transparent and ask the server team to set string 'TRANSPARENT' in test.html.
  • B. Set 'disable pool member' equal to 'SERVER UP' and ask the server team to set string 'SERVER DOWN' in test.html.
  • C. Set 'alias' equal to 'SERVER DOWN' and ask the server team to set string 'SERVER DOWN' in test.html.
  • D. Set 'receive string' equal to 'SERVER UP and ask the server team to set string 'SERVER DOWN' in test.html.
  • E. Set 'receive disable string' equal to 'SERVER DOWN' and ask the server team to set string 'SERVER DOWN' in test.html.

正解:D、E


質問 # 87
An LTM Specialist defines a receive string in the HTTP monitor and then assigns it to the HTTP pool. The monitor has an interval of 5 seconds and a timeout of 16 seconds.
If the receive string is NOT seen in the the HTTP payload after 20 seconds, how does the LTM device mark the monitor status?

  • A. unavailable
  • B. offline
  • C. forced offline
  • D. unknown
  • E. available

正解:B


質問 # 88
An LTM HTTP pool has an associated monitor that sends a string equal to 'GET /test.html'.
Which two configurations could an LTM Specialist implement to allow server administrators to disable their pool member servers without logging into the LTM device? (Choose two.)

  • A. Set monitor to transparent and ask the server team to set string 'TRANSPARENT' in test.html.
  • B. Set 'disable pool member' equal to 'SERVER UP' and ask the server team to set string 'SERVER DOWN' in test.html.
  • C. Set 'alias' equal to 'SERVER DOWN' and ask the server team to set string 'SERVER DOWN' in test.html.
  • D. Set 'receive string' equal to 'SERVER UP and ask the server team to set string 'SERVER DOWN' in test.html.
  • E. Set 'receive disable string' equal to 'SERVER DOWN' and ask the server team to set string 'SERVER DOWN' in test.html.

正解:D、E


質問 # 89
An application is configured on an LTM device:
Virtual server: 10.0.0.1:80 (VLAN vlan301)
SNAT IP: 10.0.0.1
Pool members: 10.0.1.1:8080, 10.0.1.2:8080, 10.0.1.3:8080 (VLAN vlan302)
Which packet capture should the LTM Specialist perform on the LTM device command line interface to capture only server traffic specifically for this application?

  • A. tcpdump -ni vlan301 -s 0 'port 80 and host 10.0.0.1' -w /var/tmp/trace.cap
  • B. tcpdump -ni vlan302 -s 0 'port 8080 and (host 10.0.1.1 or host 10.0.1.2 or host 10.0.1.3)' -w /var/tmp/trace.cap
  • C. tcpdump -ni 0.0:nnn -s 0 '(port 80 and host 10.0.0.1) or (port 8080 and host 10.0.1.1 or host 10.0.1.2 or host 10.0.1.3)' -w /var/tmp/trace.cap
  • D. tcpdump -ni 0.0:nnn -s 0 'host 10.0.0.1' -w /var/tmp/trace.cap

正解:B


質問 # 90
......


F5 301b(LTM Specialist:Maintain&Troubleshoot)認定試験は、F5 Networksのローカルトラフィックマネージャ(LTM)プラットフォームのメンテナンスとトラブルシューティングに焦点を当てたプロフェッショナル認定試験です。 LTMプラットフォームは、F5のアプリケーション配信ネットワーキング(ADN)ソリューションの中核コンポーネントであり、すべてのサイズの組織がアプリケーション配信インフラストラクチャを管理および最適化するために使用しています。

 

301bプレミアム試験エンジンとPDFダウンロード:https://www.jpntest.com/shiken/301b-mondaishu

検証済みの301b豪華お試しセット リアル試験問題集PDF:https://drive.google.com/open?id=14pGj5XsVIQkHYRtm4608Ytil_v4eXlB8

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡