WOLF-LAB沃尔夫网络实验室中国网络精英的发源地!
24小时咨询热线:173-1636-2402

新闻资讯

News

您当前位置: 新闻资讯 > 常见问题 > 详情

CCIE EI核心笔试350-401,SD-Access原理与对应真题

发布日期:2025-09-09 浏览次数:17 来源:WOLF-LAB

CCIE EI核心笔试(重认证)350-401,SD-Access原理与对应真题

WOLF-LAB网络技术实验室

CCIE EI培训、考试咨询联系WOLF-LAB

WOLFLAB官方微信:17316362402

WOLFLAB官方QQ:2569790740


What is the function of the fabric control plane node in a Cisco SD - Access deployment?

A It performs traffic encapsulation and security profiles enforcement in the fabric.

B It is responsible for policy application and network segmentation in the fabric.

C It provides integration with legacy non fabric - enabled environments.

D It holds a comprehensive database that tracks endpoints and networks in the fabric.

Answer:D


Which technology is the Cisco SD - Access fabric control plane based on?

A IS-IS

B VXLAN

C LISP

D Cisco TrustSec

Answer:C


How does the Cisco SD - Access control plane simplify traditional routing environments?

A Full routing tables are shared and ensure that all routers know all paths within the underlay fabric and overlay.

B Routers query all routes to the map server.

C Routing adjacencies are no longer required.

D Separation of EID and RLOC reduces the size of routing tables.

Answer:D


What is a characteristic of the overlay network in the Cisco SD - Access architecture?

A It uses a traditional routed access design to provide performance and high availability to the network.

B It provides isolation among the virtual networks and independence from the physical network.

C It consists of a group of physical routers and switches that are used to maintain the network.

D It provides multicast support to enable Layer 2 flooding capability in the underlay network.

Answer:B


序号

项目

原理/理解

1

Control plane: LISP

控制平面与控制平面节点

The Cisco SD-Access fabric control plane is based on LISP, which separates endpoint IDs (EIDs) from routing locators (RLOCs) to reduce routing table size.”——SD-Access Design Guide

#理解: SD-Access控制平面基于 LISP(Locator/ID Separation Protocol), 分离终端标识(EID)与路由位置(RLOC);

“Control plane nodes maintain a comprehensive database that tracks endpoints and networks in the fabric.”——SD-Access Design Guide

#理解: 控制平面节点负责维护LISP映射数据库, 跟踪Fabric内端点位置;

2

Data Plane: VXLAN

数据平面

“The SD-Access data plane uses VXLAN encapsulation to transport traffic within the fabric.”——SD-Access Design Guide

#理解: 数据平面基于VXLAN封装Fabric内流量以实现虚拟网络隔离;

3

Underlay & Overlay

“The underlay switches provide endpoint physical connectivity as part of the fabric’s physical infrastructure.”——SD-Access Design Guide

#理解: underlay network提供终端物理连接, 设计聚焦可靠IP连通性;

“The overlay network provides isolation among virtual networks and operates independently of the physical underlay.”——SD-Access Design Guide

#理解: overlay network提供虚拟网络隔离, 独立于物理网络, 承载L2/L3逻辑网络;

4

Intermediate Node

中间节点

“Intermediate nodes route packets within the fabric based on Layer 3 information in the packet header (e.g., RLOCs), enabling connectivity between edge and border nodes.”——SD-Access Design Guide

#理解: Fabric内基于三层头部信息( RLOC)路由数据包; (类似H3C ADDC中的spine)

5

Fabric Border Node

边界节点

“Fabric border nodes connect the SD-Access fabric to external Layer 3 networks or other fabrics, and support VXLAN encapsulation/decapsulation for traffic entering/exiting the fabric.”——SD-Access Design Guide

#理解: 连接Fabric到外部L3网络或其他Fabric, 支持VXLAN封装/解封装; (类似H3C ADDC中的border-leaf)

6

Fabric Edge Node

边缘节点

“Fabric edge nodes connect endpoints to the SD-Access fabric, forward traffic, and provide Anycast Gateway services for endpoints in their assigned virtual networks.”——SD-Access Design Guide

#理解: 连接终端到Fabric, 转发流量, 提供Anycast Gateway服务; (类似H3C ADDC中的server-leaf)

7

Extended Node

扩展节点

“Extended nodes extend the fabric by connecting to downstream non-fabric-enabled Layer 2 switches, using 802.1Q VLAN tagging for traffic segmentation.”——SD-Access Deployment Guide

#理解: 连接下游非Fabric纯二层交换机, 通过802.1Q(VLAN)实现流量分段;  (类似H3C ADDC中的access)

8

Fabric AP

“In a fabric-enabled SSID, the AP converts 802.11 frames to 802.3 and encapsulates them into VXLAN with VNI and SGT.”——Implementing and Operating Cisco Enterprise Network Core Technologies

#理解: AP 802.11 帧 转换为以太网帧, 并封装为VXLAN(添加 VNI, 外层IP)SGT标签(若启用TrustSec);

“Wireless clients send traffic to APs, which encapsulate the traffic in VXLAN and forward it to fabric edge switches. The edge switches enforce policies and route the traffic to border nodes for external connectivity.”——SD-Access Solution Overview

#理解: AP作为VTEP, 封装的VXLAN帧必须先发给egde node, 如果访问外网的话也是先发给edge, 再由edge发给border; 不太理解为什么要这样做, 是因为控制平面上AP通过CAPWAPWLC通信而不具有ITR的能力吗? 如果不是直接把AP作为wireless endpointedge不是更好吗?

“For fabric-enabled wireless, control plane traffic uses CAPWAP between APs and WLCs, while data plane traffic is encapsulated in VXLAN and sent from APs to fabric edge switches.”——SD-Access Wireless Guide

#理解: AP控制平面通过CAPWAPWLC通信, 数据平面把所有流量封装成VXLAN帧发给edge;

9

其他补充

“SD-Access uses Plug-and-Play (PnP) to automatically discover and provision border and access switches, streamlining deployment.”——SD-Access Provisioning Guide
#
理解: PnP(Plug-and-Play) 自动发现并配置边界/接入交换机;

“The recommended MTU for a Cisco SD-Access fabric is 9100 bytes to accommodate VXLAN encapsulation overhead and prevent packet fragmentation.”——SD-Access Deployment Guide

#理解: 推荐 9100 字节(容纳 VXLAN 头部开销, 避免分片);

Routed access design facilitates migration from traditional campus networks to SD-Access by leveraging Layer 3 connectivity at the access layer.”——SD-Access Migration Guide

#理解: Routed Access(三层接入设计)简化传统园区到SD-Access的迁移;

“Cisco Identity Services Engine (ISE) enforces access policies to determine if a client has permission to access the network.”——SD-Access Security Guide

#理解: Cisco ISE 决定终端网络访问权限;

“Legacy VLANs can be mapped to virtual networks, allowing devices to join VNs based on their VLAN membership during migration to SD-Access.”——Cisco SD-Access Migration Guide

#理解: SD-Access支持VLAN-to-VN映射, 传统VLAN可关联到虚拟网络, 设备通过VLAN归属自动分配到对应VN;

“For the underlay network, access layer switches should connect to both upstream distribution and core devices to ensure redundancy and optimal path selection.”——Cisco SD-Access Design Guide

#理解: 接入层交换机双上联到分布层和核心层, 通过IGP实现多路径冗余(ECMP), 提升Underlay网络的可靠性和故障恢复能力;


https://www.wolf-lab.com/

WOLFLAB官方微信:17316362402

WOLFLAB官方QQ:2569790740

返回目录
在线咨询