Forum Discussion
viks_96432
Nimbostratus
Sep 20, 2012Debugging/logging connections to a VIP
Hi, We want to isolate if F5 LTM is inducing any delay when servicing user connections, What kind of logging options are available for VIP's ( we are running code 9.4.5 )
Thanks.
What_Lies_Bene1
Cirrostratus
Sep 20, 2012Assuming you are testing with a single client IP that you know and that isn't SNATted then the CLI syntax would be something like;
tcpdump -i 'internal-vlan-name' -nn -vv host x.x.x.x
If you wanted to see the actual content of the packets at the CLI too then;
tcpdump -i 'internal-vlan-name' -nn -vv -s 0 -X host x.x.x.x
To write it to a file instead;
tcpdump -i 'internal-vlan-name' -nn -vv -s 0 -w /dir/filename 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
