07-02-2023 04:45 AM
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 !!!
Solved! Go to Solution.
07-05-2023 06:07 AM - edited 07-05-2023 06:11 AM
all answer select as solve except my...LOL
I waste my time here
have a nice day
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide