This section describes ICMP failover probes.

In order to address a failure in zones #1 or #2 of the SD-WAN Gateway topology diagram, the SD-WAN Gateway supports the optional ability to send failover probes. These probes will ping a single destination IP address at the specified frequency. If the threshold for successive missed ping replies is exceeded, the VMware SD-WAN Gateway will mark the SD-WAN Gateway’s routes as unreachable. While the routes are marked as unreachable due to this probe failure state, probes continue to be sent. If the same threshold is exceeded for successive successful pings replies, the SD-WAN Gateway will mark the routes as reachable again.

Example Scenario

For example, consider the case in which a user has configured a frequency of two seconds and a threshold of three.

  1. VMware SD-WAN Edges connect to the primary SD-WAN Gateway. The primary SD-WAN Gateway marks routes as reachable.
  2. The Primary SD-WAN Gateway fails to receive a reply for three successive probes (~6 seconds).
  3. The Primary SD-WAN Gateway marks routes as unreachable and communicates this to all connected SD-WAN Edges.
  4. SD-WAN Edges begin routing SD-WAN Gateway traffic via the alternate SD-WAN Gateway.
  5. Connectivity is restored and the primary SD-WAN Gateway receives three successive replies from probes.
  6. The Primary SD-WAN Gateway marks routes as reachable and communicates this to all connected SD-WAN Edges.
  7. SD-WAN Edges route traffic back through the primary SD-WAN Gateway.

This could be used in failure scenario #1 to ping an IP address on the Provider Edge router itself. This could be used in failure scenario #2 to ping the actual Call Controller.

Stateful Ping Responder

To address a failure in zone #2 or #3 of the Partner SD-WAN Gateway topology diagram, the SD-WAN Gateway supports an optional stateful ping responder. This allows the configuration of a virtual IP address (which must be different from the interface IP address) within the SD-WAN Gateway that will, based on configuration, either respond to pings always (SD-WAN Gateway service is running) or conditionally based on WAN connectivity (the SD-WAN Gateway has VPN tunnels connected).

This can be used in failure scenario #1 by having the Provider Edge router ping the ping responder, as the SD-WAN Gateway becoming unreachable would cause the IP SLA on the Provider Edge router to fail. This could also be used in failure scenario #3 by having the SD-WAN Gateway only respond if VPN tunnels are connected - this is similar to the behavior with BGP (no clients connected means no client routes).

The Partner SD-WAN Gateway will respond back to the Provider Edge (PE) router ICMP request based on the IP SLA configured in the PE router. The Stateful Ping Responder PE router should be configured as shown below with proper VLAN tag information.

!IP-SLA configuration to send ICMP request to gateway virtual IP
ip sla 1 
icmp-echo 192.168.10.10 source-ip 192.168.10.1
vrf CUSTOMER1
threshold 1000
timeout 1000
frequency 2
ip sla schedule 1 life forever start-time now
         
!tracking the IP SLA for its reachability
track 1 ip sla 1 reachability 
         
!all the routes will reachable only when SLA probe succeeds
ip route vrf CUSTOMER1 0.0.0.0 0.0.0.0 192.168.11.101 track 1
ip route vrf CUSTOMER2 0.0.0.0 0.0.0.0 192.168.12.101 track 1
ip route vrf CUSTOMER1 10.0.0.0 255.0.0.0 192.168.10.10 track 1
ip route vrf CUSTOMER2 10.0.0.0 255.0.0.0 192.168.10.10 track 1
ip route vrf CUSTOMER1 192.168.100.0 255.255.255.0 192.168.10.10 track 1

Caveats When Using NAT Hand-off Mode

When using NAT hand-off mode, consider the following caveats:

  • For VLAN hand-off mode, the Partner SD-WAN Gateway can listen on any IP if it is reachable to the PE router (including its interface IP). For NAT hand-off mode, the Partner SD-WAN Gateway will not respond if the ICMP request comes to its own interface (WAN) IP address.
  • Reverse flow is not supported in the NAT hand-off mode.