Forum Discussion
alok_sinha_1336
Jan 21, 2014Nimbostratus
how to capture logs using TCPDUMP
Hi guys, I'm new to F5 so could someone please guide me how to use tcpdump command to capture and view the logs on bigIP 3900 LTM.
Thanks in advance :-)
Kevin_Stewart
Mar 05, 2014Employee
[c18444@g] ~ /var/log/ltm bash: /var/log/ltm: Permission denied
/var/log/ltm is a file. You need to perform some action on that file to be useful. At a minimum you could simply 'cat' the file:
cat /var/log/ltm
But what most find the best option is to 'tail' the log - which produces an active running output of the log data:
tail -f /var/log/ltm
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