F5 301b Exam (page: 8)
F5 BIG-IP Local Traffic Manager (LTM) Specialist: Maintain & Troubleshoot
Updated on: 01-Aug-2025

Viewing Page 8 of 43

A new VLAN vlan301 has been configured on a highly available LTM device in partition Application A. A new directly connected backend server has been placed on vlan301. However, there are connectivity issues pinging the default gateway. The VLAN self IPs configured on the LTM devices are 192.168.0.251 and 192.168.0.252 with floating IP 192.168.0.253. The LTM Specialist needs to perform a packet capture to assist with troubleshooting the connectivity.
Which command should the LTM Specialist execute on the LTM device command line interface to capture the attempted pings to the LTM device default gateway on VLAN vlan301?

  1. tcpdump -ni /ApplicationA/vlan301 'host 192.168.0.253'
  2. tcpdump -ni vlan301 'host 192.168.0.253'
  3. tcpdump -ni /ApplicationA/vlan301 'host 192.168.0.251 or host 192.168.0.252'
  4. tcpdump -ni vlan301 'host 192.168.0.251 or host 192.168.0.252'

Answer(s): A



An LTM device pool has suddenly been marked down by a monitor. The pool consists of members 10.0.1.1:443 and 10.0.1.2:443 and are verified to be listening. The affected virtual server is 10.0.0.1:80.
Which two tools should the LTM Specialist use to troubleshoot the associated HTTPS pool monitor via the command line interface? (Choose two.)

  1. curl
  2. telnet
  3. ssldump
  4. tcpdump

Answer(s): A,C



An LTM Specialist needs to modify the logging level for tcpdump execution events. Checking the BigDB Key, the following is currently configured:
sys db log.tcpdump.level {
value "Notice"
}
Which command should the LTM Specialist execute on the LTM device to change the logging level to informational?

  1. tmsh set /sys db log.tcpdump.level value informational
  2. tmsh set /sys db log.tcpdump.level status informational
  3. tmsh modify /sys db log.tcpdump.level value informational
  4. tmsh modify /sys db log.tcpdump.level status informational

Answer(s): C



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 client traffic specifically for this virtual server?

  1. tcpdump -ni 0.0:nnn -s 0 'host 10.0.0.1' -w /var/tmp/trace.cap
  2. tcpdump -ni vlan301 -s 0 'port 80 and host 10.0.0.1' -w /var/tmp/trace.cap
  3. tcpdump -ni vlan301 -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
  4. 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
  5. 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

Answer(s): B



An LTM Specialist is running the following packet capture on an LTM device:
ssldump -Aed -ni vlan301 'port 443'
Which two SSL record message details will the ssldump utility display by default? (Choose two.)

  1. HTTP Version
  2. User-Agent
  3. ClientHello
  4. ServerHello
  5. Issuer

Answer(s): C,D



Viewing Page 8 of 43



Share your comments for F5 301b exam with other users:

ethan 9/24/2023 12:38:00 PM

could you please upload practice questions for scr exam ?
HONG KONG