cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1028
Views
5
Helpful
1
Replies

Creating Multiple Crypto Maps on the same physical interface on a Cisco Router

eng.khaled.omar
Level 1
Level 1

Hi Everyone,

 

I have 1 HQ and 3 BOs and need to configure 3 VPNs between the HQ and the 3 remote BOs, I created 3 crypto isakmp policies (1, 2, and 3) and 3 crypto ipsec transform-set (SET1, SET2, and SET3) and 3 crypto maps (VPN-1, VPN-2, and VPN-3) ipsec-isakmp.

 

When i issue the commands "crypto map VPN-1", "crypto map VPN-2" and "crypto map VPN-3" on the physical interface, it accepts only the last one.

 

I need to setup 3 VPNs on this one physical interface, Can anyone help with this issue?

 

Thanks in advance,

 

Khaled

1 Reply 1

Create a single crypto map with 3 sequence numbers

crypto map vpn 10
crypto map vpn 20
crypto map vpn 30

Each sequence number can point to different peer. You can't create their
crypto map names. You can have one name with multiple sequence numbers.