質問 1:Given the iRule:
when HTTP_REQUEST {
if {([HTTP::username] ne "") and ([HTTP::password] ne "") } {
log local0. "client ip [IP::remote_addr] credentials provided [HTTP::username] [HTTP::password]"}
else {
pool old_application_pool
}
}
The associated virtual server has a default pool named new_application_pool.
Which functionality does the iRule provide?
A. Allows clients with credentials to access the old_application_pool and logs the attempted access of clients with credentials to the new_application_pool.
B. Allows clients without credentials to access the old_application_pool and logs the attempted access of clients without credentials to the new_application_pool.
C. Allows clients with credentials to access the old_application_pool and logs the access of clients without credentials to the new_application_pool.
D. Allows clients without credentials to access the old_application_pool and logs the access of clients with credentials to the new_application_pool.
正解:D
質問 2:A failover event is recorded in the following log messages:
Jan 01 00:56:56 BIG-IP notice mcpd[5318]: 01070727:5: Pool /Common/my-pool member /Common/10.0.0.10:80 monitor status down.
Jan 01 00:56:56 BIG-IP notice sod[5855]: 010c0045:5: Leaving active, group score 10 peer group score 20.
Jan 01 00:56:56 BIG-IP notice sod[5855]: 010c0052:5: Standby for traffic group /Common/traffic-group-1.
Jan 01 00:56:56 BIG-IP notice sod[5855]: 010c0018:5: Standby
Jan 01 00:57:06 BIG-IP notice logger: /usr/bin/tmipsecd --tmmcount 4 ==> /usr/bin/bigstart stop racoon
What is the cause of the failover?
A. The HA group score changed.
B. The peer device left the traffic group.
C. The racoon service stopped responding.
D. No traffic is seen on traffic-group-1.
正解:A
質問 3:-- Exhibit-

-- Exhibit -
Refer to the exhibit.
Which profile could be removed or changed on this virtual server to reduce CPU load on the LTM device without increasing server side bandwidth usage?
A. http
B. httpcompression
C. tcp
D. optimized-caching
正解:B
質問 4:-- Exhibit-

-- Exhibit --
Refer to the exhibit.
The virtual server is listening on port 443.
What is the solution to the problem?
A. Add an SSL Client profile to the existing virtual server.
B. Modify the virtual server HTTP Profile to 'Redirect RewritE.All'.
C. Modify the virtual server HTTP Profile to 'Redirect RewritE.Matching'.
D. Modify the virtual server TCP profile to disable Nagle's Algorithm.
正解:B
質問 5:An LTM Specialist is troubleshooting virtual server 10.0.0.1:443 residing on VLAN vlan301. The web application is accessed via www.example.com. The LTM Specialist wants to save a packet capture with complete decrypted payload for external analysis.
Which command should the LTM Specialist execute on the LTM device command line interface?
A. ssldump -Aed -ni vlan301 -k /config/filestore/files_d/Common_d/certificate_key_d/:Common:www.example.com.key_1 > /var/tmp/trace.cap
B. ssldump -Aed -k /config/filestore/files_d/Common_d/certificate_key_d/:Common:www.example.com.key_1 > /var/tmp/trace.cap
C. tcpdump -vvv -s 0 -ni vlan301 'host 10.0.0.1 and port 443' -w /var/tmp/trace.cap
D. tcpdump -vvv -s 0 'host 10.0.0.1 and port 443' -w /var/tmp/trace.cap
正解:A
質問 6:An LTM Specialist receives a request to monitor the network path through a member, but NOT the member itself.
Which monitor option should the LTM Specialist enable or configure?
A. Alias address
B. Reverse
C. Transparent
D. Time until up
E. Up interval
正解:C
質問 7:Which iRule will reject any connection originating from a 10.0.0.0/8 network?
A. when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::client_addr] mask 255.0.0.0]
switch $remote_ip {
"10.0.0.0" { reject }
"11.0.0.0" { pool pool_http1}
default { pool http_pool }
}
}
B. when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::local_addr] mask 255.0.0.0]
switch $remote_ip {
"10.0.0.0" { reject }
"11.0.0.0" { pool pool_http1}
default { pool http_pool }
}
}
C. when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::local_addr] mask 8]
switch $remote_ip {
"10.0.0.0" { reject }
"11.0.0.0" { pool pool_http1}
default { pool http_pool }
}
}
D. when CLIENT_ACCEPTED {
set remote_ip [IP::addr [IP::remote_addr] mask 8]
switch $remote_ip {
"10.0.0.0" { reject }
"11.0.0.0" { pool pool_http1}
default { pool http_pool }
}
}
正解:A
質問 8:Users in a branch office are reporting a website is always slow. No other users are experiencing the problem. The LTM Specialist tests the website from the external VLAN along with testing the servers directly. All tests indicate normal behavior. The environment is a single HTTP virtual server on the external VLAN with a single pool containing three HTTP pool members on the internal VLAN.
Which two locations are most appropriate to collect additional protocol analyzer data? (Choose two.)
A. the LTM device's external VLAN
B. the LTM device's internal VLAN
C. a user's Active Directory authentication
D. the switch local to the user
E. a user's machine
正解:D,E
質問 9:An F5 LTM Specialist needs to perform an LTM device configuration backup prior to RMA swap.
Which command should be executed on the command line interface to create a backup?
A. bigpipe config save /var/tmp/backup.ucs
B. tmsh save /sys config ucs /var/tmp/backup.ucs
C. tmsh save /sys config /var/tmp/backup.ucs
D. tmsh save /sys ucs /var/tmp/backup.ucs
正解:D
TopExamは君に301bの問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
F5 301b 認定試験の出題範囲:
トピック | 出題範囲 |
---|
トピック 1 | - Determine the appropriate upgrade and recovery steps required to restore functionality to LTM devices
- Troubleshoot Basic Virtual Server Connectivity Issues
|
トピック 2 | - Determine the appropriate upgrade steps required to minimize application
- Determine from where the protocol analyzer data should be collected
|
トピック 3 | - Identify the appropriate command to use to determine the cause of an LTM device problem
- determine which objects to remove or consolidate to simplify the LTM configuration
|
トピック 4 | - Describe the benefits of custom alerting within an LTM environment
- Interpret AVR information to identify performance issues or application attacks
|
トピック 5 | - Describe how to set up custom alerting for an LTM device
- Determine the root cause of an application problem
|
トピック 6 | - Determine the appropriate profile setting modifications
- Determine a solution to an application problem
|
参照:https://techdocs.f5.com/dam/f5/kb/global/solutions/k29900360/301b_-_BIG-IP_LTM_Specialist_Maintain_and_Troubleshoot.pdf
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社の301b問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
弊社のF5 301bを利用すれば試験に合格できます
弊社のF5 301bは専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社は301b問題集の質問と答えが間違いないのを保証いたします。

この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のF5 301bを利用すれば、君は一回で試験に合格できます。
弊社は無料F5 301bサンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料301bサンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこの301b問題集は自分に適するかどうか判断して購入を決めることができます。
301b試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社は失敗したら全額で返金することを承諾します
我々は弊社の301b問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のF5 301bを利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
一年間の無料更新サービスを提供します
君が弊社のF5 301bをご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたF5 301bをお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のF5 301bを持っていることを保証します。