01-31-2014 12:53 PM - edited 03-11-2019 08:38 PM
Hello,
Is there any debug or show command to see when the tcp connections are opened or closed in an FWSM? I know that in the current versions of ASA for this you can do a "debug tcp", but there is any command on the FWSM to do something like this?
Thanks in advance.
02-03-2014 01:06 PM
I think the command is:
debug packet proto tcp
Please be careful when using this command... It could cripple your ASA (depending on the amount of traffic passing through of course.)
http://www.cisco.com/en/US/docs/security/fwsm/fwsm22/command/reference/df.pdf
--
Please remember to rate and select a correct answer
02-03-2014 06:21 PM
Hi Jeramel,
I'm not quite sure what you are looking for. Syslogs are your best bet for tracking when the FWSM creates and tearsdown a connection.
"show conn" will display the current connections passing through the FWSM, along with their state, and what inspections are applied to them.
"debug tcp" on the ASA is really showing some internal checks which the ASA is performing on the TCP packets. It should not be used on a loaded ASA. As it is very verbose.
What exactly are you looking to acheive?
Sincerely,
David.
02-03-2014 09:11 PM
Hello,
You can do this by matching the access-list
debug access-list
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide