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

新闻资讯

News

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

CCIE EI培训核心笔试题库350-401,LISP原理与对应真题解析

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

CCIE EI培训核心笔试题库350-401,LISP原理与对应真题解析


CCIE EI培训核心笔试题库350-401咨询联系WOLF-LAB!

WOLFLAB官方微信:17316362402

WOLFLAB官方QQ:2569790740


What is the purpose of the LISP routing and addressing architecture?

It creates two entries for each network node, one for its identity and another for its location on the network.

B It allows LISP to be applied as a network virtualization overlay though encapsulation.

C It allows multiple instances of a routing table to co-exist within the same router.

D It creates head-end replication used to deliver broadcast and multicast frames to the entire network.

What is one characteristic of VXLAN?

AnswerA

 

Which action is a LISP ITR responsible for?

A finding EID-to-RLOC mappings
B responding to map-request messages
C accepting registration requests from ETRS
D forwarding user data traffic

AnswerA

 

What is the function of the LISP map resolver?
A to send traffic to non-LISP sites when connected to a service provider that does not accept nonroutable EIDs as packet sources
B to connect a site to the LISP-capabie part of a core network, publish the EID-to-RLOC mappings for the site, and respond to map-request messages
C to decapsulate map-request messages from ITRs and forward the messages to the MS
D to advertise routable non-LISP traffic from one address family to LISP sites in a different address family

AnswerC

 

What are two of benefits of using VXLAN? (Choose two.)

A It allows for an unlimited number of segments.

B It uses a MAC in IP/TCP encapsulation technique

C It allows multi - tenanted segmentation.

D It has fewer devices to manage.

E It uses all available Layer 3 paths in the underlying network.

AnswerCE

 

Which LISP infrastructure device provides connectivity between non-LISP sites and LISP sites by receiving non-LISP traffic with a LISP site destination?
A PITR
B map server
C map resolver
D PETR

AnswerA

 

What is the purpose of the weight attribute in an EID-to-RLOC mapping?
A It determines the administrative distance of LISP generated routes in the RIB.
B It indicates the load-balancing ratio between ETRS of the same priority.
C It indicates the preference for using LISP over native IP connectivity.
D It identifies the preferred RLOC address family.

AnswerB

 

序号项目原理/理解
1LISP设计理念“LISP separates the identifier (EID) of an endpoint from its locator (RLOC) in the network, enabling mobility and virtualization.” ——RFC6830
#理解: 传统网络用一个IP"主机位"标识Endpoint, IP"网络位"标识该Endpoint所在的位置, 这在虚拟化场景很不方便, VM跨区域迁移的时候需要改变自己IP"网络位"(整个IP都要变, 很难做到无缝迁移); LISP尝试把 Endpoint(EID)Endpoint所在的位置(RLOC)的概率分离, 比如说分别用两个独立的IP进行表示, 再单独用一个表去维护EndpointEndpoint的位置间的映射关系, Endpoint间交互时, 骨干路径上的网络设备只需要关心Endpoint的位置IP(发到哪儿?), 把报文发给对应的位置即可, 两端网络设备才关心Endpoint Identifier(发给谁?), 这样VM跨虚机迁移的时候就不用改变自己的IP, 只需要修改对应EIDRLOC的映射关系即可
2.1组件1-ETR Egress Tunnel Router “ETRs send Map-Register messages to Map Servers to advertise EID-to-RLOC mappings for their site.”——RFC6831
ETRsMap Server(MS) 发送Map-Register报文, 注册本地EID前缀与自身RLOC的映射关系, 使MS掌握全局EIDRLOC映射
2.2组件2-MS Map ServerMap Servers store EID-to-RLOC mappings advertised by ETRs.”“Map Servers route Map-Requests to the appropriate ETR based on stored mappings.”——RFC6831
MSs存储ETR注册的EIDRLOC映射(通过Map-Register报文), 维护全局映射表, 接收MR转发的Map-Request, 根据映射表定位到目标ETR, 触发ETR回复Map-Reply;
2.3组件3-ITR Ingress Tunnel RouterITRs initiate mapping resolution by sending Map-Request messages to resolve an EID to an RLOC.”——RFC6831
ITRs当收到内部EID流量且无缓存的EIDRLOC映射时, 发起Map-Request报文, 查询目标EID对应的RLOC(请求经MR转发到MSETR)
2.4组件4-MR Map ResolverMap Resolver receives Map-Requests from ITRs, de-encapsulates them, and forwards to the appropriate Map Server or ETR.”——RFC6831
MRs接收ITRs Map-Request报文(LISP封装), 解封装后根据EID前缀, 转发到负责该EIDMS或直接到ETR(若缓存映射);
2.5组件5-Proxy ETR“Proxy ETR acts as a surrogate ETR for non-LISP sites, enabling interworking between LISP and non-LISP domains.”
实现LISP站点与非LISP站点的通信: (1) 接收非 LISP 站点的流量(目标为LISP EID), 作为ETR代理解封装/封装; (2)MS注册"LISP前缀"的代理映射, 使LISP流量能发往非LISP站点
2.6组件6-Proxy ITR“PITR encapsulates IP packets from non-LISP sources with a LISP header, allowing delivery to LISP endpoints.”
接收非LISP站点发往LISP站点的流量(目标为LISP EID), 封装为LISP隧道包(外层RLOC, 内层 EID), 转发到LISP网络的 ITR/ETR, PITR "LISP流量的入口代理", 解决非LISP流量无法直接路由到LISP EID的问题;
3.1控制报文1 Map-Register(1) 方向: ETR MS; (2) ETR MS 注册本地 EID 前缀与自身 RLOC 的映射,包含EID 前缀、RLOC、优先级、权重等信息。MS 验证后存储映射。
3.2控制报文2 Map-Request(1) 方向: ITR MR MS ETR; (2) ITR查询目标EIDRLOC: ITR 封装Map-Request(含目标 EID), 发往 MR; MR解封装, 转发到 MS; MS根据映射表, 将请求定向到目标ETR; ETR回复Map-Reply;
3.3控制报文3 Map-Reply(1) 方向: ETR MS MR ITR; (2) ETR回复目标EIDRLOC/优先级/权重等映射信息, MS/MR返回ITR(ITR缓存映射, 用于后续数据平面封装); 其中权重影响同优先级ETR间的负载均衡比例


CCIE EI培训核心笔试题库350-401咨询联系WOLF-LAB!

WOLFLAB官方微信:17316362402

WOLFLAB官方QQ:2569790740

返回目录
在线咨询