F5 Troubleshooting Commands
F5 Troubleshooting Commands
Below are the important F5 Command set for troubleshooting purpose, this document is only for internal user and
based on below troubleshooting scenarios we can follow this document as cheat sheet.
To check the routing for specific : show net route lookup 10.119.251.1
To check the logs on the F5 (Default retention period is 9 days)
NOTE: DON’T CUT /COPY OR DELETE THESE FILES FROM F5 AS THESE ARE ALL SYSTEM FILES
To see the logs on console use this command: zcat ltm.1.gz | more | grep 10.118.144.32
To check the live connection on the F5: show sys connection | grep -i 10.119.16.60
Another method to check the connections : show sys connection cs-server-addr 10.119.16.60
Details of different options:
To check the interface status: show net interface all-properties (can use this command to get the
interfaces on chassis as well)
Curl command to check the health monitor status: curl -vk http://10.118.192.74/Probe/HealthMonitor
Different sets of commands to take the tcpdump.
tcpdump -s0 -nni 0.0:nnn host 10.114.192.29 and host 10.114.192.35 -w /var/tmp/test.pcap
In bash CLI
Note : Make sure to copy p12 format file to /var/tmp folder after conversion new pem file will be
available in /var/tmp folder
Copy required files to your machine and delete the files from F5.