Forum Discussion
Paul_108843
Apr 02, 2011Nimbostratus
LTM Log Files
I need to be able to see tcp traffic between client and F5 and between F5 and pool memebers. Anybody knows how I can setup and view that? Thanks
NAG_65570
Mar 03, 2016Historic F5 Account
You can capture client side traffic and responding server side traffic using below command::
tcpdump -vvnni 0.0:nnnp -s0 host x.x.x.x and port yy
- where x.x.x.x is Virtual IP and yy is virtual server port number
If you want to traffic for a specific client then::
tcpdump -vvnni 0.0:nnnp -s0 host x.x.x.x
- where x.x.x.x is client IP
If you want write captured traffic to a file to review later in wire shark or some other tool use 'w' option and provide path to the file
tcpdump -vvnni 0.0:nnnp -s0 -w /var/tmp/capture.pcap host x.x.x.x
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