DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Free F5 BIG-IP LTM Specialist (301b) Practice Questions & Answers 2026 Part3

Are you preparing for the F5 F5 301b certification exam? SPOTO offers the F5 F5 301b Premium File; all questions are aligned with the latest exam content and come with expert-provided answers. Our question banks cover the latest question types, core concepts, and detailed explanations, helping you familiarize yourself with the exam format and difficulty level. Whether you are reviewing core concepts or simulating a real exam environment, these resources will rapidly boost your confidence and readiness.
For over two decades, SPOTO has successfully helped numerous IT professionals secure their ideal positions at Fortune 500 companies. Download now to start practicing efficiently and ensure a high score on the actual exam. Don't miss this opportunity to pass your certification exam with ease!
Take other online exams

Question #1
There is a fault with an LTM device load balanced trading application that resides on directly connected VLAN vlan-301. The application virtual server is 10.0.0.1:80 with trading application backend servers on subnet 192.168.0.0/25. The LTM Specialist wants to save a packet capture with complete payload for external analysis.Which command should the LTM Specialist execute on the LTM device command line interface?
A. tcpdump -vvv -w /var/tmp/trace
B. tcpdump -vvv -s 0 -w /var/tmp/trace
C. tcpdump -vvv -nni vlan-301 -w /var/tmp/trace
D. tcpdump -vvv -s 0 -nni vlan-301 -w /var/tmp/trace
View answer
Correct Answer: D

View The Updated F5 301b Exam Questions

SPOTO Provides 100% Real F5 301b Exam Questions for You to Pass Your F5 301b Exam!

Question #2
-- Exhibit--- Exhibit -Refer to the exhibit.An LTM Specialist has a virtual server set up on the LTM device as per the exhibit. The LTM Specialist receives reports of intermittent issues. Some clients are connecting fine while others are failing to connect.The LTM Specialist does a tcpdump on the relevant interfaces, with the following results extracted:What is causing the intermittent issues?
A. he firewall is dropping the packets from WS1
B. he load balancing (LB) method is inappropriate
C. he pool members have been set up as an active/standby pair, with WS1 as the standby
D. he default gateway is inaccessible from WS1
View answer
Correct Answer: D
Question #3
-- Exhibit -- -- Exhibit -- Refer to the exhibit. An LTM Specialist is investigating reports that users are unable to perform some commands through an FTP virtual server. The LTM Specialist performs a capture on the server side of the LTM device. What is the issue with the application?
A. Adata connection failing
B. BLIST command disallowed
C. CPORT command disallowed
D. Dcommand connection failing
View answer
Correct Answer: A
Question #4
A customer needs to intercept all of the redirects its application is sending to clients. When a redirect is matched, the customer needs to log a message including the client IP address.Which iRule should be used?
A. when HTTP_RESPONSE {if { [HTTP::is_3xx] } {log local0
B. when HTTP_REQUEST {if { [HTTP::is_301] } {log local0
C. when HTTP_REQUEST {if { [HTTP::is_redirect] } {log local0
D. when HTTP_RESPONSE {if { [HTTP::is_redirect] } {log local0
View answer
Correct Answer: D
Question #5
-- 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 must determine the cause of the problem.The LTM Specialist is seeing a client source IP of 168.210.232.5 in the tcpdump. However, the client source IP is actually 10.123.17.12.Why does the IP address of 10.123.17.12 fail to appear in the tcpdump?
A. he Secure Network Address Translation (SNAT) pool on the virtual server is activated
B. etwork Address Translation (NAT) has occurred in the path between the client and the LTM device
C. he individual's data stream is being routed to the LTM device by a means other than the default route
D. he LTM device performed NAT on the individual's IP address
View answer
Correct Answer: B
Question #6
An IT administrator wants to log which server is being load balanced to by a user with IP address 10.10.10.25.Which iRule should the LTM Specialist use to fulfill the request?
A. when SERVER_CONNECTED {if { [IP::addr [IP::remote_addr]] equals 10
B. when CLIENT_ACCEPTED {if { [IP::addr [clientside [IP::remote_addr]] equals 10
C. when SERVER_CONNECTED {if { [IP::addr [clientside [IP::remote_addr]] equals 10
D. when CLIENT_ACCEPTED {if { [IP::addr [IP::remote_addr] equals 10
View answer
Correct Answer: C
Question #7
A OneConnect profile is applied to a virtual server. The LTM Specialist would like the client source IP addresses within the 10.10.10.0/25 range to reuse an existing server side connection.Which OneConnect profile source mask should the LTM Specialist use?
A.
B. 55
C. 55
D. 55
E. 55
View answer
Correct Answer: C
Question #8
There is a fault with an LTM device load balanced trading application that resides on directly connected VLAN vlan-301. The application virtual server is 10.0.0.1:80 with trading application backend servers on subnet 192.168.0.0/25. The LTM Specialist wants to save a packet capture with complete payload for external analysis.Which command should the LTM Specialist execute on the LTM device command line interface?
A. tcpdump -vvv -w /var/tmp/trace
B. tcpdump -vvv -s 0 -w /var/tmp/trace
C. tcpdump -vvv -nni vlan-301 -w /var/tmp/trace
D. tcpdump -vvv -s 0 -nni vlan-301 -w /var/tmp/trace
View answer
Correct Answer: D
Question #9
An LTM device is load balancing telnet and ssh applications in a client/server environment experiencing significant packet delay.Which setting in the TCP profile should reduce the amount of packet delay?
A. isable Bandwidth Delay
B. isable Nagle's Algorithm
C. nable Proxy Maximum Segment
D. ncrease Maximum Segment Retransmissions
View answer
Correct Answer: B
Question #10
When re-licensing an LTM device from the command line interface, which tmsh command should the LTM Specialist use to generate the required information to provide on the F5 licensing portal?
A. tmsh run /util get-dossier
B. tmsh generate /sys dossier
C. tmsh list /sys registration-key
D. tmsh install /sys license registration-key
View answer
Correct Answer: A
Question #11
A stand-alone LTM device is to be paired with a second LTM device to create an active/standby pair. The current stand-alone LTM device is in production and has several VLANs with floating IP addresses configured. The appropriate device service clustering (DSC) configurations are in place on both LTM devices.Which two non-specific DSC settings should the LTM Specialist configure on the second LTM device to ensure no errors are reported when attempting to synchronize for the first time? (Choose two.)
A. pools
B. VLANs
C. default route
D. self IP addresses
View answer
Correct Answer: BD
Question #12
There is a fault with an LTM device load balanced trading application that resides on directly connected VLAN vlan-301. The application virtual server is 10.0.0.1:80 with trading application backend servers on subnet 192.168.0.0/25. The LTM Specialist wants to save a packet capture with complete payload for external analysis.Which command should the LTM Specialist execute on the LTM device command line interface?
A. tcpdump -vvv -w /var/tmp/trace
B. tcpdump -vvv -s 0 -w /var/tmp/trace
C. tcpdump -vvv -nni vlan-301 -w /var/tmp/trace
D. tcpdump -vvv -s 0 -nni vlan-301 -w /var/tmp/trace
View answer
Correct Answer: D
Question #13
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::remote_addr] mask 8]switch $remote_ip {"10
B. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::local_addr] mask 8]switch $remote_ip {"10
C. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::client_addr] mask 255
D. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::local_addr] mask 255
View answer
Correct Answer: C
Question #14
-- 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 must determine the cause of the problem. The LTM Specialist has the tcpdump extract. The client loses connection with the LTM device.Where is the reset originating?
A. he application server
B. he local switch
C. he device initiating the connection
D. he destination device of the initial connection
View answer
Correct Answer: C
Question #15
There is a fault with an LTM device load balanced trading application that resides on directly connected VLAN vlan-301. The application virtual server is 10.0.0.1:80 with trading application backend servers on subnet 192.168.0.0/25. The LTM Specialist wants to save a packet capture with complete payload for external analysis.Which command should the LTM Specialist execute on the LTM device command line interface?
A. tcpdump -vvv -w /var/tmp/trace
B. tcpdump -vvv -s 0 -w /var/tmp/trace
C. tcpdump -vvv -nni vlan-301 -w /var/tmp/trace
D. tcpdump -vvv -s 0 -nni vlan-301 -w /var/tmp/trace
View answer
Correct Answer: D
Question #16
An LTM Specialist must perform a packet capture on a virtual server with an applied standard FastL4 profile. The virtual server 10.0.0.1:443 resides on vlan301.Which steps should the LTM Specialist take to capture the data payload successfully while ensuring no other virtual servers are affected?
A. The standard FastL4 profile should have PVA acceleration disabled
B. The packet capture tcpdump -ni vlan301 should be executed on the command line interface
C. A new FastL4 profile should be created and applied to the virtual server with PVA acceleration disabled
D. The LTM device is under light load
View answer
Correct Answer: C
Question #17
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::remote_addr] mask 8]switch $remote_ip {"10
B. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::local_addr] mask 8]switch $remote_ip {"10
C. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::client_addr] mask 255
D. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::local_addr] mask 255
View answer
Correct Answer: C
Question #18
Which iRule will instruct the client's browser to avoid caching HTML server responses?
A. when HTTP_REQUEST {if {[HTTP::header Content-Type] equals "html"} {HTTP::header insert Pragma "no-cache"HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }}
B. when HTTP_REQUEST {if {[HTTP::header Content-Type] contains "html"} {HTTP::header insert Pragma "no-cache"HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }}
C. when HTTP_RESPONSE {if {[HTTP::header Content-Type] contains "html"} {HTTP::header insert Pragma "no-cache"HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }}
D. when HTTP_RESPONSE {if {[HTTP::header Content-Type] equals "html"} {HTTP::header insert Pragma "no-cache"HTTP::header insert Expires "Fri, 01 Jan 1990 00:00:00 GMT" HTTP::header replace Cache-Control "no-cache, no-store, must-revalidate" }}
View answer
Correct Answer: C
Question #19
An LTM Specialist has just captured trace /var/tmp/trace.cap for site www.example.com while listening on virtual address 10.0.0.1:443 configured on partition Application A. The data payload being captured is SSL encrypted.Which command should the LTM Specialist execute to decrypt the data payload?
A. ssldump -Aed -nr /var/tmp/trace
B. ssldump -Aed -nr /var/tmp/trace
C. ssldump -Aed -nr /var/tmp/trace
D. ssldump -Aed -nr /var/tmp/trace
View answer
Correct Answer: B
Question #20
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::remote_addr] mask 8]switch $remote_ip {"10
B. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::local_addr] mask 8]switch $remote_ip {"10
C. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::client_addr] mask 255
D. when CLIENT_ACCEPTED {set remote_ip [IP::addr [IP::local_addr] mask 255
View answer
Correct Answer: C
Question #21
There is a fault with an LTM device load balanced trading application that resides on directly connected VLAN vlan-301. The application virtual server is 10.0.0.1:80 with trading application backend servers on subnet 192.168.0.0/25. The LTM Specialist wants to save a packet capture with complete payload for external analysis.Which command should the LTM Specialist execute on the LTM device command line interface?
A. tcpdump -vvv -w /var/tmp/trace
B. tcpdump -vvv -s 0 -w /var/tmp/trace
C. tcpdump -vvv -nni vlan-301 -w /var/tmp/trace
D. tcpdump -vvv -s 0 -nni vlan-301 -w /var/tmp/trace
View answer
Correct Answer: D
Question #22
An LTM Specialist has just captured trace /var/tmp/trace.cap for site www.example.com while listening on virtual address 10.0.0.1:443 configured on partition Application A. The data payload being captured is SSL encrypted.Which command should the LTM Specialist execute to decrypt the data payload?
A. ssldump -Aed -nr /var/tmp/trace
B. ssldump -Aed -nr /var/tmp/trace
C. ssldump -Aed -nr /var/tmp/trace
D. ssldump -Aed -nr /var/tmp/trace
View answer
Correct Answer: B
Question #23
An LTM Specialist must perform a packet capture on a virtual server with an applied standard FastL4 profile. The virtual server 10.0.0.1:443 resides on vlan301.Which steps should the LTM Specialist take to capture the data payload successfully while ensuring no other virtual servers are affected?
A. The standard FastL4 profile should have PVA acceleration disabled
B. The packet capture tcpdump -ni vlan301 should be executed on the command line interface
C. A new FastL4 profile should be created and applied to the virtual server with PVA acceleration disabled
D. The LTM device is under light load
View answer
Correct Answer: C
Question #24
An LTM Specialist has just captured trace /var/tmp/trace.cap for site www.example.com while listening on virtual address 10.0.0.1:443 configured on partition Application A. The data payload being captured is SSL encrypted.Which command should the LTM Specialist execute to decrypt the data payload?
A. ssldump -Aed -nr /var/tmp/trace
B. ssldump -Aed -nr /var/tmp/trace
C. ssldump -Aed -nr /var/tmp/trace
D. ssldump -Aed -nr /var/tmp/trace
View answer
Correct Answer: B
Question #25
An LTM Specialist has just captured trace /var/tmp/trace.cap for site www.example.com while listening on virtual address 10.0.0.1:443 configured on partition Application A. The data payload being captured is SSL encrypted.Which command should the LTM Specialist execute to decrypt the data payload?
A. ssldump -Aed -nr /var/tmp/trace
B. ssldump -Aed -nr /var/tmp/trace
C. ssldump -Aed -nr /var/tmp/trace
D. ssldump -Aed -nr /var/tmp/trace
View answer
Correct Answer: B
Question #26
An LTM device is load balancing SIP traffic. An LTM Specialist notices that sometimes the SIP request is being load balanced to the same server as the initial connection.Which setting in the UDP profile will make the LTM device more evenly distribute the SIP traffic?
A. Enable Datagram LB
B. Disable Datagram LB
C. Set Timeout to Indefinite
D. Set Timeout to Immediate
View answer
Correct Answer: A
Question #27
A web application requires knowledge of the client's true IP address for logging and analysis purposes. Instances of the application that can decode X-Forwarded-For HTTP headers reside in pool_a, while pool_b instances assume the source IP is the true address of the client.Which iRule provides the proper functionality?
A. when HTTP_DATA {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
B. when HTTP_RESPONSE {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
C. when HTTP_REQUEST {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
D. when HTTP_OPEN {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
View answer
Correct Answer: C
Question #28
What is the recommended procedure for upgrading a major TMOS release on a BIG-IP platform?
A. 1
B. 1
C. 1
D. 1
View answer
Correct Answer: C
Question #29
An LTM Specialist uploaded new releases .iso and .md5 files titled "BIGIP-FILENAME" via the GUI.Which commands are run via the command line from the root directory to verify the integrity of the new .iso file?
A. cd /var/shared/imagesmd5sum --check BIGIP-FILENAME
B. cd /shared/imagesmd5sum --check BIGIP-FILENAME
C. cd /var/shared/imagesmd5sum --check BIGIP-FILENAME
D. cd /shared/imagesmd5sum --check BIGIP-FILENAME
View answer
Correct Answer: D
Question #30
A web application requires knowledge of the client's true IP address for logging and analysis purposes. Instances of the application that can decode X-Forwarded-For HTTP headers reside in pool_a, while pool_b instances assume the source IP is the true address of the client.Which iRule provides the proper functionality?
A. when HTTP_DATA {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
B. when HTTP_RESPONSE {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
C. when HTTP_REQUEST {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
D. when HTTP_OPEN {if {[HTTP::header exists X-Forwarded-For]}{pool pool_a} else {pool pool_b}}
View answer
Correct Answer: C
Question #31
There is a fault with an LTM device load balanced trading application that resides on directly connected VLAN vlan-301. The application virtual server is 10.0.0.1:80 with trading application backend servers on subnet 192.168.0.0/25. The LTM Specialist wants to save a packet capture with complete payload for external analysis.Which command should the LTM Specialist execute on the LTM device command line interface?
A. tcpdump -vvv -w /var/tmp/trace
B. tcpdump -vvv -s 0 -w /var/tmp/trace
C. tcpdump -vvv -nni vlan-301 -w /var/tmp/trace
D. tcpdump -vvv -s 0 -nni vlan-301 -w /var/tmp/trace
View answer
Correct Answer: D
Question #32
An LTM Specialist has set up a custom SNMP alert. Which command line tool should the LTM Specialist use to test the alert?
A. Alogger
B. Blogtest
C. Ctestlog
D. Dsnmptest
View answer
Correct Answer: A
Question #33
An LTM Specialist must perform a packet capture on a virtual server with an applied standard FastL4 profile. The virtual server 10.0.0.1:443 resides on vlan301.Which steps should the LTM Specialist take to capture the data payload successfully while ensuring no other virtual servers are affected?
A. The standard FastL4 profile should have PVA acceleration disabled
B. The packet capture tcpdump -ni vlan301 should be executed on the command line interface
C. A new FastL4 profile should be created and applied to the virtual server with PVA acceleration disabled
D. The LTM device is under light load
View answer
Correct Answer: C
Question #34
Given this as the first packet displayed of an ssldump:2 2 1296947622.6313 (0.0001) S>CV3.1(74) Handshake ServerHello Version 3.1 random[32]= 19 21 d7 55 c1 14 65 63 54 23 62 b7 c4 30 a2 f0 b8 c4 20 06 86 ed 9c 1f 9e 46 0f 42 79 45 8a 29 session_id[32]= c4 44 ea 86 e2 ba f5 40 4b 44 b4 c2 3a d8 b4 ad 4c dc 13 0d 6c 48 f2 70 19 c3 05 f4 06 e5 ab a9 cipherSuite TLS_RSA_WITH_RC4_128_SHA compressionMethod NULLIn reviewing the rest of the ssldump, the application data is NOT being decrypted.Why is ssldump failing to decrypt the application data?
A. he BigDB Key Log
B. he application data is encrypted with SSLv3
C. he application data is encrypted with TLSv1
D. he data is contained within a resumed TLS session
View answer
Correct Answer: D
Question #35
An LTM device has a virtual server configured as a Performance Layer 4 virtual listening on0.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 decodelistening on 0.0, link-type EN10MB (Ethernet), capture size 96 bytes05:07:55.499954 IP 192.168.0.4.35345 > 10.0.0.99.443: S 3205656213:3205656213(0) ack 3267995082 win 148005:07:55.499983 IP 10.0.0.99.443 > 192.168.0.4.35345: R 1:1(0) ack 1 win 005:07:56.499960 IP 192.168.0.4.35345 > 10.0.0.99.443: S 3205656213:3205656213(0) ack 3267995082 win 148005:07:56.499990 IP 10.0.0.99.443 > 192.168.0.4.35345: R 1:1(0) ack 1 win 04 packets capturedWhich option within the fastL4 profile needs to be enabled by the LTM Specialist to prevent the LTM device from rejecting the flow?
A. oose Initiation
B. oose Close
C. enerate Initial Sequence Number
D. eset on Timeout
View answer
Correct Answer: A
Question #36
What is a benefit provided by F5 Enterprise Manager?
A. Enterprise Manager allows administrators to analyze traffic flow and create custom application IPS signatures
B. Enterprise Manager allows administrators to establish baseline application usage and generate an alert if an administratively set threshold for the application is exceeded
C. Enterprise Manager allows administrators to identify application vulnerabilities
D. Enterprise Manager allows administrators to monitor all application traffic
View answer
Correct Answer: B
Question #37
Which two items can be logged by the Application Visibility Reporting analytics profile? (Choose two.)
A. User Agent
B. HTTP version
C. HTTP Response Codes
D. Per Virtual Server CPU Utilization
View answer
Correct Answer: AC
Question #38
Internet clients connecting to a virtual server to download a file are experiencing about 150 ms of latency and no packet loss.Which built-in client-side TCP profile provides the highest throughput?
A. tcp
B. tcp-legacy
C. tcp-lan-optimized
D. tcp-wan-optimized
View answer
Correct Answer: D
Question #39
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. Aby checking to see if the Source IP is carried through from the External Vlan to the Internal Vlan
B. Bby checking to see if the Destination port is carried through from the External Vlan to the Internal Vlan
C. Cby checking to see if the Source port is carried through from the External Vlan to the Internal Vlan
D. Dby checking to see if the Destination IP is carried through from the External Vlan to the Internal Vlan
View answer
Correct Answer: A
Question #40
A OneConnect profile is applied to a virtual server. The LTM Specialist would like the client source IP addresses within the 10.10.10.0/25 range to reuse an existing server side connection.Which OneConnect profile source mask should the LTM Specialist use?
A. 0
B. 255
C. 255
D. 255
E. 255
View answer
Correct Answer: C
Question #41
An LTM Specialist must perform a packet capture on a virtual server with an applied standard FastL4 profile. The virtual server 10.0.0.1:443 resides on vlan301.Which steps should the LTM Specialist take to capture the data payload successfully while ensuring no other virtual servers are affected?
A. The standard FastL4 profile should have PVA acceleration disabled
B. The packet capture tcpdump -ni vlan301 should be executed on the command line interface
C. A new FastL4 profile should be created and applied to the virtual server with PVA acceleration disabled
D. The LTM device is under light load
View answer
Correct Answer: C
Question #42
A new web application is hosted at www.example.net, but some clients are still pointing to thelegacy web application at www.example.com.Which iRule will allow clients referencing www.example.com to access the new application?
A. when HTTP_REQUEST {if {[HTTP::host] equals "www
B. when HTTP_REQUEST {if {[HTTP::host] equals "www
C. when HTTP_DATA {if {[HTTP::host] equals "www
D. when HTTP_RESPONSE {if {[HTTP::host] equals "www
View answer
Correct Answer: B
Question #43
Users are experiencing low throughput when downloading large files over a high-speed WAN connection. Extensive packet loss was found to be an issue but CANNOT be eliminated.Which two TCP profile settings should be modified to compensate for the packet loss in the network? (Choose two.)
A. slow start
B. proxy options
C. proxy buffer low
D. proxy buffer high
E. Nagle's algorithm
View answer
Correct Answer: CD
Question #44
An LTM Specialist has just captured trace /var/tmp/trace.cap for site www.example.com while listening on virtual address 10.0.0.1:443 configured on partition Application A. The data payload being captured is SSL encrypted.Which command should the LTM Specialist execute to decrypt the data payload?
A. ssldump -Aed -nr /var/tmp/trace
B. ssldump -Aed -nr /var/tmp/trace
C. ssldump -Aed -nr /var/tmp/trace
D. ssldump -Aed -nr /var/tmp/trace
View answer
Correct Answer: B

View The Updated F5 Exam Questions

SPOTO Provides 100% Real F5 Exam Questions for You to Pass Your F5 Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number:
Contact Us