Explain
1.2 Explain the working principles of the Cisco Catalyst SD-WAN solution
Aligned to Cisco's 350-401 ENCOR v1.2 exam topics.
On this page
What this section tests
Catalyst Software-Defined WAN (SD-WAN) is a WAN overlay architecture. WAN Edge routers build encrypted tunnels across transports like MPLS, broadband Internet, and LTE. Central controllers handle onboarding, control-plane exchange, management, and policy.
Note: Do not reduce SD-WAN to "uses the Internet." The exam tests centralized policy and transport-independent forwarding.
The four planes
| Plane | Component | Job | Proof command |
|---|---|---|---|
| Management | SD-WAN Manager | Templates, monitoring, software, certificates | show sdwan control connections |
| Orchestration | SD-WAN Validator | Device authentication and discovery | show sdwan control connections |
| Control | SD-WAN Controller | Routes, TLOCs, and policy through Overlay Management Protocol (OMP) | show sdwan omp peers |
| Data | WAN Edge routers | IPsec tunnels; BFD measures path quality | show sdwan bfd sessions |
Branch WAN Edge Controllers (cloud or on-prem)
+------------------+ +---------------------------+
| Service VPN | | Manager: templates/monitor|
| (user traffic) | | Validator: onboarding |
| | | control (OMP) | Controller: routes/policy |
| Transport VPN |<---------------->| |
| MPLS + Internet | data tunnels +---------------------------+
+------------------+ BFD measures tunnel healthTerms that matter
- TLOC: a transport locator. It is the system IP, color, and encapsulation that reach a WAN Edge on one transport.
- OMP: the control protocol between WAN Edges and Controllers. It carries routes, TLOCs, and policy.
- BFD: Bidirectional Forwarding Detection. It measures tunnel liveliness, loss, latency, and jitter.
- VPN: a segmentation container. VPN 0 is the transport side. Service VPNs carry user networks.
Recognition commands
show sdwan control connections
show sdwan omp peers
show sdwan omp routes
show sdwan bfd sessions
show sdwan app-route stats
show sdwan tunnel statisticsLab: explain the overlay
Draw two branches. Give each branch two transports: MPLS and Internet. Put one subnet behind each branch.
Answer these questions before you type commands:
- Which interface belongs to the transport VPN?
- Which routes are local service-side routes?
- Which controller distributes reachability?
- Which tunnels carry user traffic?
- What changes when the Internet circuit has high loss and MPLS is clean?
Then verify with the control, route, and tunnel commands. The goal is to connect each show output to one plane.
Pass check
You are ready when you can do these things:
- Name the component for templates, onboarding, OMP routes, and encrypted tunnels.
- Explain what still works when each controller is unreachable.
- Connect each
show sdwancommand to one plane.