思科CCNP CCIE-48-MPLS LDP的配置认证及对等体VPN详解及配置
标签的分配和管理:
独立的分配标签,自主的分发标签,自由的保留标签
MPLS LDP:
4类LDP报文:
组网拓扑:
LDP的两个阶段:(646)
1、UDP来发现LDP(discovery)
2、TCP建立LDP邻居
R5(config)#interface ethernet 0/3
R5(config-if)#mpls ldp discovery transport-address interface ----强制指定该接口作为RID
R5(config)#mpls ldp router-id loopback 1 force---强制立刻指定lo1作为RID
=====================================================
LDP认证:
R1(config)#mpls ldp neighbor 22.1.1.1 password cisco
R2(config)#mpls ldp neighbor 11.1.1.1 password cisco
LDP自动配置:
路由进程下配置:mpls ldp autoconfig area X (运行在相应area的接口自动运行ldp)
拓扑中我们用的EIGRP,不支持,我们在R1和R2增加OSPF:
R1(config)#router ospf 110
R1(config-router)#network 0.0.0.0 0.0.0.0 area 0
R1(config-router)#mpls ldp autoconfig area 0
R2(config)#router os 110
R2(config-router)#network 0.0.0.0 0.0.0.0 ar 0
R2(config-router)#mpls ldp autoconfig area 0
R2#show mpls interfaces detail 查看所有接口都启动MPLS
Targeted LDP: 目标性LDP用于非直连邻居之间起LDP session
R1(config)#mpls ldp neighbor 44.1.1.1 targeted ldp ---发起端
R4(config)#mpls ldp discovery targeted-hello accept ---接收端
R1#show mpls ldp discovery :
=======================================================
MPLS VPN实现的模型:
Overlay VPN与Peer to Peer VPN:
欢迎关注和转发,更多精彩内容下期继续分享!