cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
809
Views
0
Helpful
2
Replies

VPN's on 2nd ISP

cuchara61
Level 1
Level 1

ASA5505 with 2 ISP's. Want General Internet on default ISP (outside). Want site to site VPN's on 2nd ISP. Base license, so I'm using a "no forward". I think i am close but I can't get my test VPN to negotiate -  don't see any attempts even when I am pinging to generate interesting traffic from either side. The failover for "surfing" from ISP1 to ISP2 is working fine. Config attached. Thanks in advance.

1 Accepted Solution

Accepted Solutions

Jennifer Halim
Cisco Employee
Cisco Employee

You would also need the following route:

route VPN 10.10.1.0 255.255.255.0 yy.yy.yy.1 1

route VPN 10.13.1.0 255.255.255.0 yy.yy.yy.1 1

route VPN 10.14.1.0 255.255.255.0 yy.yy.yy.1 1

route VPN 10.15.1.0 255.255.255.0 yy.yy.yy.1 1

View solution in original post

2 Replies 2

Jennifer Halim
Cisco Employee
Cisco Employee

You would also need the following route:

route VPN 10.10.1.0 255.255.255.0 yy.yy.yy.1 1

route VPN 10.13.1.0 255.255.255.0 yy.yy.yy.1 1

route VPN 10.14.1.0 255.255.255.0 yy.yy.yy.1 1

route VPN 10.15.1.0 255.255.255.0 yy.yy.yy.1 1

Duh, feelin' silly.

Thanks, that was it.