cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1319
Views
0
Helpful
2
Replies

debug crypto isakmp

I have a router which has around 20 Site to Site VPN sessions . The problem is only with one of the VPN session and I want to debug it . If i turn the debug of isakmp I will surely get all the debug messages of all VPN ( phase 1 ) . If I make an acl which says permit udp source destination eq 500 , and then put this in the debug ip packet command will I be able to achieve my result ?

2 Accepted Solutions

Accepted Solutions

Kelvin Willacey
Level 4
Level 4

Yes that should work as I have done it before with the chattiest of all debugs, debug ip packet, so you should be fine.

View solution in original post

Todd Pula
Level 7
Level 7

Depending on the version of code on your router, you can also try to configure a conditional filter for your crypto debugs so that you can focus on a particular peer IP address.

debug crypto condition peer ipv4 x.x.x.x

deb cry isa

deb cry ipsec

sh crypto debug-condition

Todd

View solution in original post

2 Replies 2

Kelvin Willacey
Level 4
Level 4

Yes that should work as I have done it before with the chattiest of all debugs, debug ip packet, so you should be fine.

Todd Pula
Level 7
Level 7

Depending on the version of code on your router, you can also try to configure a conditional filter for your crypto debugs so that you can focus on a particular peer IP address.

debug crypto condition peer ipv4 x.x.x.x

deb cry isa

deb cry ipsec

sh crypto debug-condition

Todd