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.
Misa_222415
Cirrus
Oct 18, 2016HI 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.
khansafdarali1_
Nimbostratus
Oct 18, 2016Great Thanks. This is the command I was looking for a long time.
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