cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1024
Views
4
Helpful
8
Replies

L2L VPN: 1 router fails, will remote router know to change routing?

MicJameson1
VIP Alumni
VIP Alumni

Hello.

If 2 enterprises have a basic vanilla ISAKMP L2L primary VPN, and enterprise ABC's router fails, will the enterprise XYZ router have any ability to alert its enterprise routers (whatever the routing protocol) that the routing should be changed to the backup VPN?

Thank you.

 

1 Accepted Solution

Accepted Solutions

@MicJameson1 yes, dead peer detection (DPD) keepalives are used to determine whether a VPN tunnel is down.

Combine that with a routing protocol or reverse route injection (RRI).

View solution in original post

8 Replies 8

Thank you MHM, your links are always so valuable.

and you are so welcome any time

balaji.bandi
Hall of Fame
Hall of Fame

Clarify the question here -  ABC and XYZ have 2 VPNs - if one Primary go down you get alerts, yes you can make alerts of SNMP Traps (if you have any Syslog server)

its all depends on what routing protocol you use, and sure it will generate alerts in the syslog peer went down.

or you can setup an EEM Script to send emails also.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thank you for your reply.

Yes humans will get notified.

(this topic is relevant to a strategic discussion I had with a vendor, I'm confirming that I was correct or not.)

If a link fails within a network, any routing protocol will adjust the network to instantly recover-- (super easy / simple).

This link is different because the 2 AS only have a vanilla L2L ISAKMP VPN connecting them. So...

...Without using a BGP peering within the VPNs, and also without using an SLA, is there any other technology / strategy that, during a VPN router failure, will allow the remote network to instantly failover to the backup VPN?

Thank you.

...Without using a BGP peering within the VPNs, and also without using an SLA, is there any other technology / strategy that, during a VPN router failure, will allow the remote network to instantly failover to the backup VPN?

- without any Monitor or failover config (like any IGP / BGP )  or without any scripting/automation -  personally, I do not believe (until any manual intervention to change the config of routing manually)

- happy to hear that anyone invented magic auto failover (without any config ?)

- Only case I can think of both the Links are Active / Active (one fails other still pass the traffic)  ( like we do in the SD-WAN)

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

To play the other side of the argument-- Is there some simple way through something like basic keepalives, that the remote router could tell its network that the tunnel is down, so don't send packets through it, but instead use another route?

(or is "something like basic keepalives" what is meant by a SLA. The point is , SLAs require a few elements, such as ACL's , route maps, policy maps, etc. I would think you could enter 1 simple command like "#alert peer down" that would tell the routing protocol to declare the route down. Is the complicated SLA (or BGP) the only available technology?

Hey Cisco, please create the command #alert peer down   !

@MicJameson1 yes, dead peer detection (DPD) keepalives are used to determine whether a VPN tunnel is down.

Combine that with a routing protocol or reverse route injection (RRI).