Forum Discussion
juergen_lampar1
Nimbostratus
Oct 07, 2015show runtime from a packet through a BigIP
Hi Everyone,
is there a possibility to show the runtime from a packet come in the bigip on physical interface 1 to go outside on physical interface 2?
Tcpdump is not running on two interfaces sa...
IheartF5_45022
Nacreous
Oct 08, 2015You can narrow it down to reduce the number of packets captured
tcpdump -i0.0:nnn -s0 -w /var/tmp/pac.cap '(host c.c.c.c and host x.x.x.x and port ww) or port kk'
where c.c.c.c is the IP of the client, x.x.x.x is IP of the virtual server, ww is the port of the vs
kk is port of pool member
Are you using SNAT automap? We can narrow it down even further if so ;-
tcpdump -i0.0:nnn -s0 -w /var/tmp/pac.cap '(host c.c.c.c and host x.x.x.x and port ww) or (host y.y.y.y and port kk)'
where y.y.y.y is address of serverside egress floating IP
or if not using SNAT automap;-
tcpdump -i0.0:nnn -s0 -w /var/tmp/pac.cap '(host c.c.c.c and host x.x.x.x and port ww) or (host c.c.c.c and port kk)'
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