• In the previous course, you learned the five fabric roles.
    Now you need to see how they work together when a user actually sends traffic.

    Everything starts with one simple question: how does the fabric know where every user is?

    The Topology You Will Follow

    Throughout this lesson, you will follow a small fabric with three Fabric Edges.

    PC1 sits behind Edge 1 on Floor 1.
    You want it to reach PC3, which sits behind Edge 3 on Floor 3.

    SD-Access fabric topology with three Fabric Edges, Control Plane Node, underlay, PC1 and PC3 endpoints

    Figure 1 – The fabric topology

    • PC1 has the IP address 10.1.1.10.

    • PC3 has 10.3.3.30.

    In LISP terms, these user IPs are called EIDs (Endpoint Identifiers).
    Each Fabric Edge also has a routable IP, the RLOC (Routing Locator).

    You already saw both terms in the LISP Fundamentals lesson.
    SD-Access uses LISP for its control plane: every user is identified by its EID and reached through its Edge's RLOC.

    RLOCs reach each other through the underlay, a routed Layer 3 network.
    Catalyst Center provisions it for you, so you do not have to worry about it in this lesson.

    Answer the question below

    You have the topology in mind: PC1 wants to reach PC3 across the fabric. Ready to see how it works?

    Map-Register

    When PC1 connects to Edge 1, the switch learns its MAC and IP address through ARP.

    But that knowledge stays local to Edge 1.
    The rest of the fabric does not know PC1 exists.

    To fix this, Edge 1 sends a Map-Register message to the Control Plane Node.
    It declares: "PC1 (10.1.1.10) is reachable through my RLOC (1.1.1.1)."

    LISP Map-Register message sent by Fabric Edge to Control Plane Node to register PC1 EID and RLOC binding

    Figure 2 – Edge 1 registers PC1

    The Control Plane Node stores this binding in its mapping database.

    Map-Registers are sent every time a new endpoint connects.
    They are also refreshed periodically to keep the entry alive.

    Answer the question below

    Which fabric component receives the Map-Register from Edge 1?

    The Mapping Database

    Every Fabric Edge does the same thing for its own users.

    Once they have all registered, the Control Plane Node holds a complete picture of the fabric.

    LISP mapping database on Control Plane Node showing EID-to-RLOC mappings for all registered fabric users

    Figure 3 – The mapping database after registration

    This mapping database is the foundation of SD-Access.
    The Control Plane Node is the single source of truth for endpoint location.

    When a user moves from one floor to another, only the mapping database entry is updated.

    If you have read the LISP Fundamentals lesson, the Fabric Edge plays the role of an xTR (ITR + ETR), and the Control Plane Node plays the role of MS/MR.

    Answer the question below

    Which message does a Fabric Edge send to register a connected user with the Control Plane Node?