cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
918
Views
0
Helpful
1
Replies

Site to Site VPN Redundancy

raghavendra.pn
Level 1
Level 1

Hi,

I have two ASA 5510 configured with site to site tunnel. on the both side of the ASA 5510 i have configured Redundancy links (terminated 2 ISP links) which is working fine.

Now i need to configure Site to site vpn for the backup link.

Please suggest me how to configure the site to site redundancy on both locations.

Regards,

Raghavendra

1 Accepted Solution

Accepted Solutions

rohaverm
Level 1
Level 1

I am not exactly sure of your network topology but there is the option to define two peers for site to site VPN connection. You can do this by

crypto map toSanJose 20 ipsec-isakmp

crypto map toSanJose 20 match address 90

crypto map toSanJose 20 set transform-set strong

crypto map toSanJose 20 set peer 209.165.200.229 125.126.127.22

The first peer is always given the priority,in case if it is not available it failovers to second peer.

Hope it helps.

Regards,

Rohan

View solution in original post

1 Reply 1

rohaverm
Level 1
Level 1

I am not exactly sure of your network topology but there is the option to define two peers for site to site VPN connection. You can do this by

crypto map toSanJose 20 ipsec-isakmp

crypto map toSanJose 20 match address 90

crypto map toSanJose 20 set transform-set strong

crypto map toSanJose 20 set peer 209.165.200.229 125.126.127.22

The first peer is always given the priority,in case if it is not available it failovers to second peer.

Hope it helps.

Regards,

Rohan