Explain
1.3 Explain the working principles of the Cisco SD-Access solution
Aligned to Cisco's 350-401 ENCOR v1.2 exam topics.
On this page
What this section tests
Cisco Software-Defined Access (SD-Access) is a campus fabric architecture. It separates endpoint identity and policy from the physical port. The idea is direct: build a routed underlay, run an overlay for endpoint reachability, and apply policy by identity and group membership.
The pieces
| Component | Job | Proof command |
|---|---|---|
| Catalyst Center | Automates and manages the fabric | Inventory and assurance views |
| Cisco Identity Services Engine (ISE) | Supplies identity and policy | show cts role-based sgt-map all |
| Fabric edge node | Connects endpoints to the fabric | show lisp instance-id <id> ipv4 database |
| Control plane node | Tracks endpoint locations with LISP | show lisp site summary |
| Border node | Connects the fabric to outside networks | show ip route |
| VXLAN overlay | Carries user traffic across the fabric | show lisp instance-id <id> ipv4 map-cache |
| SGT policy | Controls which groups can communicate | show cts role-based permissions |
User -> Fabric Edge -> VXLAN overlay -> Fabric Edge -> Server
| ^ |
+-- LISP registers location ------+
+-- ISE assigns SGT --+-- SGACL enforces policy
Border node only when traffic leaves the fabricThe packet story
A user plugs into a fabric edge. The edge learns the endpoint and registers its location with the control plane node. Another edge asks the control plane node where the endpoint lives. Traffic crosses the fabric inside Virtual Extensible LAN (VXLAN). Policy follows the endpoint because the policy binds to identity, not to a switch port.
LISP is the Locator/ID Separation Protocol. It maps an endpoint identifier to a location. SGT is the Scalable Group Tag. It carries the group identity inside the fabric.
Recognition commands
show lisp site summary
show lisp instance-id <id> ipv4 database
show lisp instance-id <id> ipv4 map-cache
show cts role-based permissions
show cts role-based sgt-map all
show ip routeLab: draw the fabric
Draw one fabric with two edge nodes, one control plane node, one border node, ISE, and Catalyst Center. Put a user on Edge1 and a printer on Edge2.
Explain each step:
- How does the fabric learn the user location?
- How does Edge1 find the printer location?
- How is the packet encapsulated?
- Where is policy applied?
- How does traffic exit to a traditional network?
The lab passes when each answer names a node and a command.
Pass check
You do not pass this topic with product names alone. You pass when you can name the job of each node and the command that proves it.