Gery_32377
Jan 16, 2012Nimbostratus
Tcpdump
Hi,
dones anyone know, how to run a tcpdump on persistance prifile? i need to check if a user connection is getting to the correct persistance profile.
thanking you
dones anyone know, how to run a tcpdump on persistance prifile? i need to check if a user connection is getting to the correct persistance profile.
thanking you
tcpdump doesn't have access to the persistence records on LTM. What type of persistence are you using? Do you want to check this for troubleshooting once or all of the time?
For persistence types which are stored on LTM, you can use tmsh to list the records:
tmsh show ltm persistence persist-records
Or you could use an iRule to log the persistence record using the persist command:
http://devcentral.f5.com/wiki/iRules.persist.ashx
Aaron
Aaron