Forum Discussion
vvskaladhar_488
Nimbostratus
Apr 21, 2015Connection list
HI All,
we are in the phase of decommissioning one of the OLD f5 running with 9.3.0 version. We have already moved all the VIPs to our new load balancer and most of the users are accessing New V...
Hannes_Rapp_162
Nacreous
Apr 21, 2015Why not use the good old Linux TCPdump? 🙂
tcpdump -nn -i VLANext host 1.1.1.1 -C 200M -w /var/tmp/capture.f5.pcap &
As a background process, this will keep writing 200M size capture files named "capture.f5.pcap" to /var/tmp folder. Replace VLANext with your actual external VLAN; replace 1.1.1.1 with your actual VIP, (or use the "net" flag instead of "host" to specify your VIP range with prefix).
Use the SCP/PSCP/WinSCP to copy files to your PC and open with WireShark. Stopping the background capture:
1.ps | grep capture.f5.pcap
2. kill (as found in the output of 1st command)Hannes_Rapp_162
Nacreous
Apr 21, 2015With TCPdump you can also write the output to a file (the same command I've posted will do that). Letting the TCPdump collector run for 7 days will get you the information you're looking for. In fact, I don't think there's a good alternative for your case.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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