cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3672
Views
5
Helpful
30
Replies

IPSEC VPN : failed to etablish a connection on 2nd WAN interface

ilyasseelmengad
Level 1
Level 1

hey There !!

i Am using three cisco routers ISR 4331, 1 central router and 2 branch routers, each branch router is connected on a serial interface with the central router 

my goal is to enable IPSecs between the branch routers and the central router, so normally i should create 2 tunnels 

when i configure the first tunnel and i apply the crypto map on the ports it works just fine 

when i try to configure the second tunnel it says that the procedure stopped MM_KEY_EXCHANGE and that the session is the deleted

------------------------------------------------------------------------------------------------

Branch Router B config 

 access-list 110 permit ip any any
crypto isakmp policy 10
encr aes 128
authentication pre-share
group 2
lifetime 3600
exit
crypto isakmp key admin address 172.28.21.1
crypto ipsec transform-set VPN esp-aes 128 esp-sha-hmac
crypto map VPN 40 ipsec-isakmp
set peer 172.28.21.1
set transform-set VPN
match address 110
exit
int s0/2/1
encapsulation ppp
crypto map VPN
no sh
exit

------------------------------------------------------------------------------------------------------------

Central router config : 

access-list 110 permit ip any any
crypto isakmp policy 10
encr aes 128
authentication pre-share
group 2
lifetime 3600
exit
crypto isakmp key admin address 172.28.21.2
crypto ipsec transform-set VPN esp-aes 128 esp-sha-hmac
crypto map VPN 40 ipsec-isakmp
set peer 172.28.21.2
set transform-set VPN
match address 110
exit
int s0/2/1
encapsulation ppp
crypto map VPN
no sh
exit

-----------------------------------------------------------------------------------------------------

note that i used the same config for the working tunnel, the only change is the use of the S0/2/0 port, another crypto map, and different addressing 

thank you !!!

 

 

30 Replies 30

all answer select as solve except my...LOL 
I waste my time here
have a nice day 
MHM