Forum Discussion
Sameer_Srivasta
Nimbostratus
Mar 23, 2018Command for packet capture
i want to do packet capture between 2 IPs. need command on tmsh and bash
- Village_Idiot
Nimbostratus
Sameer,
Here is the command to run that will output to a file to read from WireShark
tcpdump -s0 -nni 0.0:nnn host and host -vw /var/tmp/
Also, here are a few article's to help with the use of tcpdump
https://support.f5.com/csp/article/K6546 https://support.f5.com/csp/article/K411
- Misa_222415
Cirrus
Hi!
try this tcpdump to produce a file to futher analysis in wireshark:
tcpdump -nni 0.0:nnnp host and host -s0 -vw /shared/tmp/name_of_the_file.pcap
or just print the return on screen:
tcpdump -nni 0.0:nnnp host and host -s0
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