Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can i add a second tunnel

Status
Not open for further replies.

ilpadrino

MIS
Joined
Feb 14, 2001
Messages
416
Location
US
How do I add a second location tunnel to a router that is already running a vpn? Here is the current assignment:

crypto isakmp policy 1
hash md5
authentication pre-share
crypto isakmp key cisco123 address 1.2.3.4
!
!
crypto ipsec transform-set MYVPN esp-des esp-md5-hmac
!
crypto map MYVPN 10 ipsec-isakmp
set peer 1.2.3.4
set transform-set MYVPN
match address 101

Do I just add:
crypto isakmp key cisco123 address 5.6.7.8?

And then under crypto map MYVPN 10:
set peer 5.6.7.8?
 
Just add a new priority to the same crypto-map ID:

crypto map MYVPN 20 ipsec-isakmp
crypto map MYVPN 20 set transform-set MYVPN
crypto map MYVPN 20 match address <acl>
crypto map MYVPN 20 set peer 5.6.7.8
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top