Question 1,707 of 2,015
SD-Access ArchitecturemediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is LISP, or the Locator/ID Separation Protocol, because it decouples a wireless endpoint’s identity (EID) from its location (RLOC), allowing seamless roaming across fabric edge nodes in an SD-Access campus. In the fabric, LISP maintains a centralized mapping database that tracks where each wireless client is attached, so traffic is forwarded to the correct edge node without requiring re-anchoring or tunnel reconfiguration as the client moves between access points. On the ENCOR 350-401 exam, this question tests your understanding of how SD-Access handles wireless mobility without traditional controllers—a common trap is confusing LISP with VXLAN or OTV, but remember that VXLAN handles data-plane encapsulation while LISP manages the control-plane mapping for endpoint mobility. A helpful memory tip: think of LISP as the “phonebook” for wireless clients—it looks up where they are (RLOC) by their name (EID), so they can roam freely without losing their connection.

CCNP SD-Access Architecture Practice Question

This 350-401 practice question tests your understanding of sd-access architecture. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

An architect is designing an SD-Access fabric for a campus with multiple buildings. The design must support wireless clients seamlessly roaming across fabric edge nodes. Which technology is used in the fabric to provide mobility for wireless endpoints?

Question 1mediummultiple choice
Read the full wireless explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

LISP

LISP (Locator/ID Separation Protocol) is the correct technology because it decouples the endpoint identifier (EID) from its routing locator (RLOC), enabling seamless roaming across fabric edge nodes. In SD-Access, LISP maintains a mapping database that tracks wireless endpoint locations, allowing traffic to be forwarded to the correct fabric edge without re-anchoring or tunneling changes as clients move between access points.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • LISP

    Why this is correct

    LISP handles endpoint mobility by updating the EID-to-RLOC mapping when a client roams.

    Related concept

    Read the scenario before looking for a memorised answer.

  • VXLAN

    Why it's wrong here

    VXLAN is the data plane encapsulation but does not handle mobility control.

  • OTV

    Why it's wrong here

    OTV is used for Layer 2 extension between data centers, not for fabric mobility.

  • MPLS

    Why it's wrong here

    MPLS is not used for endpoint mobility in SD-Access.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the misconception that VXLAN alone handles mobility, but the trap here is that VXLAN is only the data-plane encapsulation; LISP is the control-plane protocol that actually enables endpoint tracking and seamless roaming in SD-Access.

Detailed technical explanation

How to think about this question

LISP uses a mapping system with Map-Server (MS) and Map-Resolver (MR) to maintain EID-to-RLOC bindings; when a wireless client roams to a new fabric edge, the edge sends a Map-Register update to the MS, and the MS notifies other edges via Map-Notify, ensuring traffic is redirected without flooding. In real-world deployments, this allows sub-second roaming convergence because the control plane updates occur before the client’s traffic is disrupted, avoiding the need for traditional ARP or MAC learning across the fabric.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the 350-401 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related 350-401 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 350-401 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 350-401 question test?

SD-Access Architecture — This question tests SD-Access Architecture — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: LISP — LISP (Locator/ID Separation Protocol) is the correct technology because it decouples the endpoint identifier (EID) from its routing locator (RLOC), enabling seamless roaming across fabric edge nodes. In SD-Access, LISP maintains a mapping database that tracks wireless endpoint locations, allowing traffic to be forwarded to the correct fabric edge without re-anchoring or tunneling changes as clients move between access points.

What should I do if I get this 350-401 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on 350-401

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Which two statements about LISP in Cisco SD-Access are true? (Choose two.)

medium
  • A.The LISP Map Server stores the mapping between endpoint identifiers (EIDs) and routing locators (RLOCs).
  • B.LISP encapsulation is used to forward data traffic between fabric edge nodes.
  • C.The LISP Map Resolver processes Map-Request messages and responds with the RLOC of the destination EID.
  • D.LISP uses TCP port 4342 for control plane communication.
  • E.The EID in LISP represents the MAC address of the endpoint device.

Why A: LISP (Locator/ID Separation Protocol) is the control plane in SD-Access. The Map Server (MS) maintains the EID-to-RLOC mapping database, and the Map Resolver (MR) handles Map-Request queries. The EID represents the endpoint identity (IP address), while the RLOC is the routing locator (IP address of the fabric node). LISP does not perform encapsulation; VXLAN does. LISP uses UDP ports 4342 (data plane) and 4341 (control plane), not TCP. The EID is typically the host IP, not the MAC address.

Variation 2. An architect is planning a Cisco SD-Access fabric deployment. The design must support host mobility across multiple fabric edge nodes while ensuring consistent policy enforcement. Which fabric component is responsible for tracking endpoint locations and mapping them to the fabric?

medium
  • A.Fabric control plane node
  • B.Fabric border node
  • C.Fabric edge node
  • D.Fabric wireless controller

Why A: In Cisco SD-Access, the fabric control plane node (based on LISP) is responsible for maintaining the endpoint database (EID-to-RLOC mappings). When a host moves between fabric edge nodes, the control plane node updates the mapping, ensuring consistent policy enforcement by providing the correct location information to all edge nodes.

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 350-401 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-401 exam.