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!

changing vpn between a pix & router 1

Status
Not open for further replies.

bladeka

IS-IT--Management
Joined
Sep 23, 2004
Messages
51
Location
EG
Dear All, i have a problem !!

Am doing a vpn between a pix & a router ...
am connected to this router throught 2 different connection from two diff ISPs, incase if one goes down the other comes up instead of it ...
on the router there are 2 serial interfaces attaching the 2 connections...
my problem is that on the pix vpn settings i set my peer to only 1 of two serial interfaces of the router...

i want to automate the removal of the peer & adding the new one once i lose the coonection on the default interface!!

can any one help??
 
You just add another cry map 'mapname' 'sequence' 'host' statement

as in
crypto map mymap 10 ipsec-isakmp

crypto map mymap 10 match address 101

crypto map mymap 10 set transform-set my_t_set1

crypto map mymap 10 set peer 10.0.0.1

crypto map mymap 10 set peer 10.0.0.2

crypto map mymap 20 ipsec-isakmp

crypto map mymap 10 match address 102


(scroll down a bit)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top