cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
312
Views
0
Helpful
3
Replies

2nd VPN on ASA

mohammedrafiq
Level 1
Level 1

Hi,

I have one vpn created on my ASA5510,I have to create 2nd vpn now, but when I am trying to enable it on interface it overwrite the previous command, any suggestion,

existing command for vpn A

"crypto map A interface internet"

How can I enable vpn B for same interface?

Regards,

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Hi

You use sequence numbers in your crypto map as you can only apply one crypto map to an interface eg.

crypto map vpnset 1 ipsec-isakmp

crypto map vpnset 1 set peer x.x.x.x

crypto map vpnset 1 match-address "access-list"

etc...

To define second vpn just use a different sequence number eg.

crypto map vpnset 2 ipsec-isakmp

crypto map vpnset 2 set peer y.y.y.y

crypto map vpnset 2 match-address "access-list"

etc...

Note your sequence numbers do not have to be 1,2,3 etc, you could for example use 10,20,30 etc. It's up to you

HTH

Jon

Make sure you use the same name for the crypto map. Since you can only apply a single crypto map to an interface, it has to be the same.

Hi,

Thanks, now I have configured it, its looks no acticve tunnel on the ASA, please can you tell me few troubleshooting tips.

Regards,