cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
693
Views
0
Helpful
7
Replies

Need debug decryption

m.sobolev
Level 1
Level 1

Hello! Please help me to understand debug output (file attached). Interface Virtual-ppp1 gets up for 1 minute, no traffic can pass through and then interfaces goes down. I am trying to investigate the cause.

1 Accepted Solution

Accepted Solutions

Under virtual interface, "no peer neighbor-route".

View solution in original post

7 Replies 7

andrew.prince
Level 10
Level 10

You have an issue on line 31 (nice and early in the debug):-

000558: *May 1 19:15:30.602: %CRYPTO-5-IKMP_AG_MODE_DISABLED: Unable to initiate or respond to Aggressive Mode while disabled

Enable aggresive mode ISAKMP and re-test (crypto isakmp aggressive-mode)

HTH>

No, you can ignore CRYPTO errors. This message belongs to ipsec lan-to-lan that should be installed over l2tp tunnel. But as I said tunnel is not working and disconnects after 1 minute.

m.sobolev
Level 1
Level 1

While investigating disconnect cause I wander about this debug output:

000527: *May 1 19:15:07.141: Vp1 IPCP: Install route to 83.102.254.234

Is it possible to disable route installation by IPCP?

In response to both your posts - without understanding the full topology, and configurations - to find the issue you would have more luck looking for a needle in a haystack.

My router (871) is connected to provider ethernet, and gets its Fe4 ip address by DHCP. To connect to the internet router needs to establish L2TP tunnel to provider equipment. Connection goes well (interface virtual-ppp1 - up) but no traffic can pass it and connection drops in one minute. I suppose that IPCP installs route to provider L2TP gateway via L2TP tunnel so this gateway becomes unreachable. I want to disable IPCP route installation.

Under virtual interface, "no peer neighbor-route".

Yes! Thats it! Thank you!