Objective For a long time, I have wanted to automate the physical part of my lab. My goal was being able to wipe the devices and then bootstrap them with different configs to match the solution I am researching without manual intervention. Even my surface level thinking on this process made me realize there is…
Month: May 2024
Demystifying NAT DIA in Cisco SD-WAN on IOS-XE
Everyone knows how to do NAT on vanilla IOS-XE, but what happens when you put IOS-XE in SD-WAN mode?
OSPF Filtering Lab
The below diagram shows different methods of filtering different types of OSPF routes. You can also download the YAML file of the topology with OSPF and IP addressing configured, ready for you to practice filtering.
Controlling Traffic Flows using TLOC Preference in Cisco SD-WAN
One of the major reasons Viptela decided to build their own routing protocol for their SD-WAN is the introduction of TLOCs. TLOCs or Transport Locators are a tuple of information that acts as the next hop of a route within the SD-WAN fabric. A TLOC simply describes the WAN interface of an edge router. TLOCs…
Route Summarization with Cisco SD-WAN(Viptela)
Overview A lot of normal routing concepts change when they are incorporated into an SD-WAN solution. Cisco’s OMP, or Overlay Management Protocol, uses a similar method of summarization to MP-BGP. Since OMP is VRF(or VPN) aware, summarization must be done per VRF/VPN. Taking on a similar configuration to MP-BGP we can see the normal SD-WAN…