Difference between revisions of "F5 Troubleshooting"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
sudo tcpdump -ilo -nni any -v host <host/ip> and 'tcp[tcpflags] & (tcp-rst) != 0' | sudo tcpdump -ilo -nni any -v host <host/ip> and 'tcp[tcpflags] & (tcp-rst) != 0' | ||
+ | |||
+ | tmsh delete /sys connection cs-client-addr 10.x.x.x cs-server-addr 10.x.x.y cs-server-port 443 | ||
``` | ``` |
Revision as of 00:45, 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 <ipaddr> sudo tcpdump -ilo -nni any -v host <host/ip> and 'tcp[tcpflags] & (tcp-rst) != 0' tmsh delete /sys connection cs-client-addr 10.x.x.x cs-server-addr 10.x.x.y cs-server-port 443