Forum Discussion
khansafdarali1_
Nimbostratus
Oct 18, 2016TCPDUMP command to check for traffic from the client to the VIP and from VIP to the backend server?
I am looking for one TCPDUMP command to check for traffic from the client to the VIP and from VIP to the backend pool members? client ip is 192.168.2.32 VIP - 192.168.200.122 backend members 1- 192.1...
- Oct 18, 2016
HI khansafdarali1.
You could try this one:
tcpdump -nni 0.0:nnnp -s 0 host 192.168.2.32 and host 192.168.200.122 -w /shared/tmp/tcpdump-Khansaf.pcap
By appling the 0.0:nnnp parameter you can cover both client and server sides.
Vijay_E
Cirrus
Oct 18, 2016You can do a tcpdump on the VLANs for client and server side. If that is too much information, you can try and utilize the key word "net" with CIDR notation for source and destination traffic in tcpdump.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects