Forum Discussion
TCPDUMP 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.168.210.133 2- 192.168.210.134.
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.
3 Replies
- Vijay_E
Cirrus
You 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.
- Misa_222415
Cirrus
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.
- khansafdarali1_
Nimbostratus
Great Thanks. This is the command I was looking for a long time.
Recent Discussions
Related Content
* 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