自制mpls ldp实验

实验步骤

步骤1:完成EIGRP BGP 及宣告配置

步骤2:完成LDP 的配置

过程校验

步骤1:校验和理解LDP 邻居关系的发现和邻接关系的建立

R4#show mpls ldp discovery detail

Local LDP Identifier:

4.4.4.4:0

Discovery Sources:

Interfaces:

    FastEthernet0/0
(ldp): xmit/recv

    
Enabled: Interface config

    
Hello interval: 5000 ms; Transport IP addr: 4.4.4.4

    
LDP Id: 5.5.5.5:0; no host route to transport addr

    
Src IP addr: 45.45.45.5; Transport IP addr: 5.5.5.5

    
Hold time: 15 sec; Proposed local/peer: 15/15 sec

    
Reachable via 5.5.5.0/24

    FastEthernet0/1
(ldp): xmit/recv

    
Enabled: Interface config

    
Hello interval: 5000 ms; Transport IP addr: 4.4.4.4

    
LDP Id: 2.2.2.2:0; no host route to transport addr

    
Src IP addr: 24.24.24.2; Transport IP addr: 2.2.2.2

    
Hold time: 15 sec; Proposed local/peer: 15/15 sec

    
Reachable via 2.2.2.0/24

 

步骤2:校验邻接关系是否建立
R4#show mpls ldp neighbor

Peer LDP Ident: 2.2.2.2:0; Local LDP Ident 4.4.4.4:0

    TCP
connection: 2.2.2.2.646 - 4.4.4.4.58866

    State:
Oper;
Msgs
sent/rcvd: 32/33; Downstream

    Up
time: 00:18:54

    LDP
discovery sources:

    
FastEthernet0/1, Src IP addr: 24.24.24.2

Addresses bound to peer LDP
Ident:

12.12.12.2 24.24.24.2
23.23.23.2 2.2.2.2

Peer LDP Ident: 5.5.5.5:0; Local LDP Ident 4.4.4.4:0

    TCP
connection: 5.5.5.5.55110 - 4.4.4.4.646

    State:
Oper; Msgs sent/rcvd: 32/33; Downstream

    Up
time: 00:18:28

    LDP
discovery sources:

    
FastEthernet0/0, Src IP addr: 45.45.45.5

Addresses bound to peer LDP Ident:

45.45.45.5 56.56.56.5 35.35.35.5 5.5.5.5

步骤3:校验LDP 的标签分配、分发、关联

3.1 查看LIB

 

R2

R2#show mpls ldp bindings

tib entry: 2.2.2.0/24, rev 4

    local
binding: tag: imp-null

    remote
binding: tsr: 3.3.3.3:0, tag: 300

    remote
binding: tsr: 4.4.4.4:0, tag: 401

……………………………………

tib entry: 5.5.5.0/24, rev 10

    local
binding: tag: 203

    remote
binding: tsr: 3.3.3.3:0, tag: 302

    remote
binding: tsr: 4.4.4.4:0, tag: 403

…………………………………

 

R4

R4#show mpls ldp bindings

tib entry: 2.2.2.0/24, rev 4

    local
binding: tag: 401

    remote
binding: tsr: 2.2.2.2:0, tag: imp-null

    remote
binding: tsr: 5.5.5.5:0, tag: 500

…………………………

tib entry: 5.5.5.0/24, rev 10

    local
binding: tag: 403

    remote
binding: tsr: 2.2.2.2:0, tag: 203

    remote
binding: tsr: 5.5.5.5:0, tag: imp-null

 

R5#show mpls ldp bindings

tib entry: 2.2.2.0/24, rev 4

    local
binding: tag: 500

    remote
binding: tsr: 3.3.3.3:0, tag: 300

    remote
binding: tsr: 4.4.4.4:0, tag: 401

 

tib entry: 5.5.5.0/24, rev 10

    local
binding: tag: imp-null

    remote
binding: tsr: 3.3.3.3:0, tag: 302

    remote
binding: tsr: 4.4.4.4:0, tag: 403

 

此时利用show mpls ldp neighbor 获取对端设备共享的绑定地址

利用show ip route 查看目标网络真实下一跳地址

确认拥有下一跳地址和绑定地址重样的设备远程标签被关联

 

3.2 查看LFIB 确认正确的理解和分析了标签关联过程

R2#show mpls forwarding-table

Local Outgoing Prefix Bytes tag Outgoing Next Hop

tag tag or VC or Tunnel Id switched interface

200 400 35.35.35.0/24 0 Fa0/1 24.24.24.4

201 Pop tag 3.3.3.0/24 0 Se1/0 point2point

202 Pop tag 4.4.4.0/24 0 Fa0/1 24.24.24.4

203 403 5.5.5.0/24 0 Fa0/1
24.24.24.4

204 Pop tag 45.45.45.0/24 0 Fa0/1 24.24.24.4

 

R4#show mpls forwarding-table

Local Outgoing Prefix Bytes tag Outgoing Next Hop

tag tag or VC or Tunnel Id switched interface

400 Pop tag 35.35.35.0/24 0 Fa0/0 45.45.45.5

401 Pop tag 2.2.2.0/24 8444
Fa0/1 24.24.24.2

402 501 3.3.3.0/24 0 Fa0/0 45.45.45.5

201 3.3.3.0/24 0 Fa0/1 24.24.24.2

403 Pop tag 5.5.5.0/24 5258
Fa0/0 45.45.45.5

404 Pop tag 23.23.23.0/24 0 Fa0/1 24.24.24.2

R4#

 

 

 

R5#show mpls forwarding-table

Local Outgoing Prefix Bytes tag Outgoing Next Hop

tag tag or VC or Tunnel Id switched interface

500 401 2.2.2.0/24 0 Fa0/0
45.45.45.4

R5#

 

 

 

时间: 2025-01-28 10:29:43

自制mpls ldp实验的相关文章

自制mpls ldp实验

实验步骤 步骤1:完成EIGRP BGP 及宣告配置 步骤2:完成LDP 的配置 过程校验 步骤1:校验和理解LDP 邻居关系的发现和邻接关系的建立 R4#show mpls ldp discovery detail Local LDP Identifier: 4.4.4.4:0 Discovery Sources: Interfaces:     FastEthernet0/0 (ldp): xmit/recv      Enabled: Interface config      Hello

自制mpls ldp实验

实验步骤 步骤1:完成EIGRP BGP 及宣告配置 步骤2:完成LDP 的配置 过程校验 步骤1:校验和理解LDP 邻居关系的发现和邻接关系的建立 R4#show mpls ldp discovery detail Local LDP Identifier: 4.4.4.4:0 Discovery Sources: Interfaces:     FastEthernet0/0 (ldp): xmit/recv      Enabled: Interface config      Hello

自制MPLS解决路由黑洞实验

  利用mpls解决BGP路由黑洞配置命令全解析 --By Jim 什么是BGP路由黑洞? BGP规定无论路由器是否启动bgp都要无条件地转发BGP消息和更新包(凌驾于IGP之上),违背了IGP"非igp路由器阻断igp域"的原则,因而辗转造成了BGP路由器"居然ping不通路由表中的条目"的现象,也就是所谓的路由黑洞.   本实验用gns3模拟器3640路由器完成,笔者将配置全拷贝,读者按图搭建拓扑后直接右击复制命令行即可完成实验.   实验拓扑:       第

MPLS LDP随堂笔记1

LDP 的使用原因(对于不同协议来说)         LDP的四大功能 发现邻居 hello 5s 15s 224.0.0.2 发现邻居关系 R1 UDP 646端口 R2 UDP 646端口 此时形成邻居     建立邻居时,选取RID(同OSPF) 最终由RID所在地址互相建立邻居 比如1.1.1.1 与2.2.2.2 (此时需要互相都有对端RID地址的路由)     建立LDPTCP会话 由RID大的随机端口 向RID小的TCP 646端口建立会话 如2.2.2.2(随机端口)向1.1.

MPLS LDP随堂笔记2

前一天排错         Acl 1 匹配所有ospf的数据包 (目的 ospf建立邻居关系 传递路由条目) 2 放行UDP报文 让LDP邻居能互相收发HELLO包 4 放行TCP报文 让LDP邻居能够建立TCP会话 互传标签 5 放行ICMP报文 让R1能ping通3.3.3.3           总结mpls基础标签转发流程         IGP汇总问题     此时 在R2的S0/1接口做汇总 发给R3 针对(1.1.1.1/32) 汇总成 1.1.0.0/16 本地自动生成1.1.

MPLS LDP随堂笔记2

前一天排错         Acl 1 匹配所有ospf的数据包 (目的 ospf建立邻居关系 传递路由条目) 2 放行UDP报文 让LDP邻居能互相收发HELLO包 4 放行TCP报文 让LDP邻居能够建立TCP会话 互传标签 5 放行ICMP报文 让R1能ping通3.3.3.3           总结mpls基础标签转发流程         IGP汇总问题     此时 在R2的S0/1接口做汇总 发给R3 针对(1.1.1.1/32) 汇总成 1.1.0.0/16 本地自动生成1.1.

MPLS LDP的故障排查

本文是关于MPLS LDP的故障排查. 两个设备建立直连LDP邻居: R2和R3.R2的interface Giga 2/0和R3的interface G1/0建立LDP的直连邻居. 首先,再回顾一下LDP的邻居建立过程: LDP实用的是UDP/TCP的端口646来发现邻居的.所以在今后的故障排查中,如果两端能ping通却建立不起邻居来,可以检查一下端口是否被封了. 这里显示了一个LDP邻居建立的所有过程. 当邻居建立好以后,就会间隔的发送hello报文过去进行探测对端的邻居是否还存在. 可以看

MPLS LDP协议详述上篇

MPLS LDP协议--基于目的地的LDP会话 一般情况下,LDP邻居都是建立在直连的LSR上的, 但是在AToM.TE隧道网络中需要建立跨LSR的邻居,这些邻居不是直连的.MPLS LDP协议--LDP认证 LDP建立在TCP基础之上,因此所有对TCP的攻击都会影响到LDP,如半开连接LDP邻居可以使用MD5认证配置:mpls ldp neighbor [vrf vpn-name] ip-addr password [0-7] pwdMPLS LDP协议--标签分发控制(出站过滤) 可以配置L

自制OSPF配置实验大全

OSPF综合实验(gns模拟器)   注意点: Ospf实验推荐用gns制作 //图中的交换机可以视觉忽略或缩小成一个点.(^ v^)   Ospf 实验拓扑图 ​ 目录 OSPF综合实验... 1 Ospf实验拓扑图... 1 1.Ospf 基础配置... 1 2.环回口改成点到点网络... 2 3.改优先级... 2 4.ospf的手动汇总... 2 5.ospf认证... 2 6.ospf发布缺省路由更新... 2 7.孤岛区域和区域分割... 2 8.STUB 和 NSSA的配置...