Skip to main content

Fixing Cisco SD-WAN Blackholes with OMP Send-Backup-Paths

 Fixing Cisco SD-WAN Blackholes with OMP Send-Backup-Paths

The Problem: SD-WAN Blackholes During Link Failures

In Cisco SD-WAN, the Overlay Management Protocol (OMP) is responsible for advertising routes between vEdges. However, by default, vSmart only advertises the best routes based on the OMP best-path selection algorithm.

Let’s take a real-world example:



📍 Scenario:

  • vEdge-1 has two Transport Locators (TLOCs): MPLS (T11) and Biz-Internet (T12).
  • When the MPLS TLOC on vEdge-1 fails, it stops advertising the OMP route to 10.1.1.0/24.
  • vSmart selects the best available route, which still goes via vEdge-1 but over Biz-Internet.
  • Problem? vEdge-3 doesn’t have an overlay tunnel to the Biz-Internet TLOC of vEdge-1.

🔻 Result:

  • The route to 10.1.1.0/24 becomes invalid and unresolved.
  • vEdge-3 completely loses connectivity to the data center despite having a valid tunnel to vEdge-2.
  • Traceroute and ping fail to reach 10.1.1.1.

The Solution: Enabling OMP Send-Backup-Paths



By default, vSmart acts like a BGP Route Reflector, advertising only the best route. However, in SD-WAN environments where full IP reachability between TLOCs is not guaranteed, this behavior can create routing blackholes.

🔧 Fix: Enable Send-Backup-Paths on vSmart to ensure it also advertises the first set of non-best routes.


Configuration on vSmart:


vSmart(config)# omp send-backup-paths vSmart(config-omp)# commit


📈 What Changes?
vSmart now advertises routes via vEdge-2, alongside the best route via vEdge-1.
vEdge-3 learns an alternative path to 10.1.1.0/24 via vEdge-2.
IP reachability is restored, and remote sites can reach the data center again.

Validating the Fix:

1️⃣ Check OMP Routes on vEdge-3:


show omp routes 10.1.1.0/24

Now, we see both primary and backup routes advertised.

2️⃣ Run a Traceroute:



traceroute 10.1.1.1

Traffic now flows via vEdge-2 → Data Center.

Key Takeaways

🔹 vSmart hides backup routes by default under the OMP best-path algorithm.
🔹 In networks with limited TLOC reachability, this can lead to blackholes.
🔹 The OMP Send-Backup-Paths option ensures that remote vEdges receive alternative routes.
🔹 Using the Send-Backup-Paths command, vSmart behaves more like a traditional IGP rather than a strict route-reflector.

Final Thoughts

Enabling OMP Send-Backup-Paths is a simple yet powerful fix to prevent blackholes in Cisco SD-WAN. If you're deploying SD-WAN in a multi-transport environment, this feature is critical to maintaining full reachability during failures.

🔔 Subscribe for more SD-WAN insights!

#CiscoSDWAN #Networking #CCNP #CCIE #Routing #OMP #NetworkTroubleshooting #IT #vSmart #TLOC #BGP #OSPF

https://youtu.be/m4mLsvQNvmw

Comments

Popular posts from this blog

Cyber Attack Countermeasures : Module 4

 Cyber Attack Countermeasures :  Module 4 Quiz #cyber #quiz #coursera #exam #module #answers 1 . Question 1 CBC mode cryptography involves which of the following? 1 / 1  point Mediation of overt channels Mediation of covert channels Auditing of overt channels Auditing of covert channels None of the above Correct Correct! CBC mode is specifically designed to close covert communication channels in block encryption algorithms. 2 . Question 2 Which is a true statement? 1 / 1  point Conventional crypto scales perfectly well Conventional crypto scales poorly to large groups Conventional crypto does not need to scale All of the above Correct Correct! The symmetric key based method inherent in conventional cryptography does not scale well to large groups. 3 . Question 3 Public Key Cryptography involves which of the following? 1 / 1  point Publicly known secret keys Publicly known private keys Publicly known public keys All of the above ...

Cyber Attack Countermeasures : Module 2 Quiz

Cyber Attack Countermeasures: Module 2 Quiz #cyber #quiz #course #era #answer #module 1 . Question 1 “Identification” in the process of authentication involves which of the following? 1 / 1  point Typing a password Keying in a passphrase Typing in User ID and password Typing in User ID None of the above Correct Correct! The definition of identification involves providing a user’s ID (identification). 2 . Question 2 Which of the following statements is true? 1 / 1  point Identifiers are secret Identifiers are not secret Identifiers are the secret part of authentication All of the above Correct Correct! Identifiers for users are generally not viewed by security experts as being secret. 3 . Question 3 Which of the following is not a good candidate for use as a proof factor in the authentication process? 1 / 1  point Making sure the User ID is correct Typing in a correct password Confirming location, regardless of the country you are in The move...

Prepare Data for Exploration : weekly challenge 1

Prepare Data for Exploration : weekly challenge 1 #coursera #exploration #weekly #challenge 1 #cybersecurity #coursera #quiz #solution #network Are you prepared to increase your data exploration abilities? The goal of Coursera's Week 1 challenge, "Prepare Data for Exploration," is to provide you the skills and resources you need to turn unprocessed data into insightful information. With the knowledge you'll gain from this course, you can ensure that your data is organised, clean, and ready for analysis. Data preparation is one of the most important processes in any data analysis effort. Inaccurate results and flawed conclusions might emerge from poorly prepared data. You may prepare your data for exploration with Coursera's Weekly Challenge 1. You'll discover industry best practises and insider advice. #answers #questions #flashcard 1 . Question 1 What is the most likely reason that a data analyst would use historical data instead of gathering new data? 1 / 1...