Most of debuging on Cisco ASA can be done with simply entering "debug" in front of command for which we want to do debugging. For example if wanted to see/capture icmp traffic from user enter:
In order to disable debug icmp trace, You can use commands; "no debug icmp trace", or "undebag all" which turn off all debugging. Also to be able to see debugging mesages in the ssh session, "terminal monitor"command is needed:
To turn the debugging output off, use "terminal no monitor".
If want to enable detailed debugging of Ipsec, You can use command "debug crypto isakmp number". Number is 1-255. 1 is default and shows least debuggin messages, 255 shows the most:
Comments
Post a Comment