Difference between revisions of "F5 Troubleshooting"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
https://support.f5.com/csp/article/K9812 | https://support.f5.com/csp/article/K9812 | ||
− | tmsh show /sys connection cs-client-addr | + | tmsh show /sys connection cs-client-addr <ipaddr> |
+ | |||
+ | sudo tcpdump -ilo -nni any -v host <host/ip> and 'tcp[tcpflags] & (tcp-rst) != 0' |
Revision as of 00:42, 24 February 2022
https://support.f5.com/csp/article/K13223?sr=56047771
tmsh show /net rst-cause > /tmp/3
diff /tmp/1 /tmp/3 | grep '^>' | sed 's/^>\ //'
https://support.f5.com/csp/article/K9812
tmsh show /sys connection cs-client-addr
sudo tcpdump -ilo -nni any -v host <host/ip> and 'tcp[tcpflags] & (tcp-rst) != 0'