Link to home
Start Free TrialLog in
Avatar of trojan81
trojan81

asked on

debugging on a 2811 router

Experts,

Need help with some syntax.
Site A and Site B have an ipsec tunnel between each other and crypto map is applied to their outside interfaces.

I want to debug traffic on site A as it enters the tunnel to get encrypted to go to site B.

Don't have much experience doing this on a router.

Site A: 10.1.1.1 needs to access site B 20.1.1.1 via port 25

Need to debug on the inside interface. What is the best way to do it? Debug ip packet? please provide syntax if possible.
Avatar of trojan81
trojan81

ASKER

anyone?
Avatar of harbor235


debug crypto ipsec sa
debug crypto isakmp
debug crypto engine


harbor235 ;}
To be clear, you want to see the traffic before it's encrypted, but only the traffic that's going to be encrypted?

So you have an ACL that defines interesting traffic . . . say ACL 150

debug ip packet 150 detail dump

harbor235 gave you commands to debug IPSEC traffic, but it sounds like you want to see the actual traffic (payload). The command I gave you will display a mess.

Good luck,
SteveJ
I just want to see the traffic as it comes into the inside interface about to get encrypted and sent out the outside interface where the crypto map is applied.

In short, I just want to say "yes the traffic is at least making it to the VPN router". I dont care of it enters the tunnel or not. Just want to see it arrive at the doorstep.
ASKER CERTIFIED SOLUTION
Avatar of harbor235
harbor235
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial