实验步骤

步骤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#

自制mpls ldp实验的更多相关文章

  1. 自制mpls ldp实验

    实验步骤 步骤1:完成EIGRP BGP 及宣告配置 步骤2:完成LDP 的配置 过程校验 步骤1:校验和理解LDP 邻居关系的发现和邻接关系的建立 R4#show mpls ldp discover ...

  2. 自制MPLS解决路由黑洞实验

    利用mpls解决BGP路由黑洞配置命令全解析 --By Jim 什么是BGP路由黑洞? BGP规定无论路由器是否启动bgp都要无条件地转发BGP消息和更新包(凌驾于IGP之上),违背了IGP" ...

  3. 实验 MPLS LDP配置

    实验 MPLS LDP配置 一.学习目的 掌握启用和关闭MPLS的方法 掌握启用和关闭MPLS LDP配置方法 掌握使用MPLS LDP配置LSP的方法 二.拓扑图 三.场景 你是公司的网管员,公司的 ...

  4. MPLS LDP随堂笔记2

    前一天排错 Acl 1 匹配所有ospf的数据包 (目的 ospf建立邻居关系 传递路由条目) 2 放行UDP报文 让LDP邻居能互相收发HELLO包 4 放行TCP报文 让LDP邻居能够建立TCP会 ...

  5. MPLS LDP随堂笔记1

    LDP 的使用原因(对于不同协议来说) LDP的四大功能 发现邻居 hello 5s 15s 224.0.0.2 发现邻居关系 R1 UDP 646端口 R2 UDP 646端口 此时形成邻居 建立邻 ...

  6. MPLS LDP随堂笔记2

    前一天排错 Acl 1 匹配所有ospf的数据包 (目的 ospf建立邻居关系 传递路由条目) 2 放行UDP报文 让LDP邻居能互相收发HELLO包 4 放行TCP报文 让LDP邻居能够建立TCP会 ...

  7. MPLS LDP随堂笔记1

    LDP 的使用原因(对于不同协议来说) LDP的四大功能 发现邻居 hello 5s 15s 224.0.0.2 发现邻居关系 R1 UDP 646端口 R2 UDP 646端口 此时形成邻居 建立邻 ...

  8. HCIP --- MPLS BGP 实验

    实验要求: 实验拓扑: 一.配置IP地址 二.给AS 2配置OSPF 1.R2-R7配置相同: 查看路由表: 可以看到,业务网段学的是32位的 修改:在R2-R7上都修改 [R2]int loo1[R ...

  9. 自制IPsec_vpn综合实验

    实验需求 R1.R2间tunnel建立私网: Vpn网关间配置ipsec实现数据加密: 使用tunnel模式下的ESP包头封装: 使用3des加密算法,md5摘要算法: 设置NAT旁路绕行流量: 利用 ...

随机推荐

  1. React Native 系列(七) -- ListView

    前言 本系列是基于React Native版本号0.44.3写的.几乎所有的App都使用了ListView这种组件,这篇文章将学习RN中ListView的平铺样式和分组样式. ListView平铺样式 ...

  2. cobbler无人值守批量安装Linux系统

    本文目录: 1.1 pxe安装系统 1.2 cobbler基本介绍 1.3 安装和配置cobbler 1.3.1 安装cobbler 1.3.2 配置dhcp和tftp 1.4 cobbler从本地光 ...

  3. Linux的nginx环境的vue 部署

    1.使用WebStrom编程好的vue 进入到Terminal运行npm run build           2.使用WinSCP进入到nginx 目录配置文件下面,找到nginx.conf文件: ...

  4. 【有意思的BUG】后端多处数据校验 前端数据校验

    软件(尚处在开发阶段的软件)会犯许多低级的错误,这些错误以你在生活中的经验而言简直莫名其妙.往往你认为这个小功能怎么可能有BUG呢,是的,你猜对了!! 拿1个简单的结构举例:后端页面[1]+后端页面[ ...

  5. 【性能测试工具】- Siege

    优点:比http_load好用,因为相同的url.txt文件在httpload不好使,所以在易用性上httpload不如siege,仍需进一步调研. 缺点:安装过程中,不能自动创建siege.log文 ...

  6. windows 注入 之 SetWindowHookEx

    前面的项目用到hook 还是在半年前,没想到最近有用到了,说实话,在项目组就提出,能用别的办法还是不要用这种,毕竟不太正道(感觉哈). 最近又牵扯到第三方对接的任务,没办法我又回到了HOOK上了.与窗 ...

  7. C++引用的作用

    引入 C语言中函数有两种传参的方式: 传值和传址.以传值方式, 在函数调用过程中会生成一份临时变量用形参代替, 最终把实参的值传递给新分配的临时变量即形参. 它的优点是避免了函数调用的副作用, 确无法 ...

  8. 【问题解决记录】Error: Cannot find module '@ionic/app-scripts'

    主要问题为: ionic serve 编译在浏览器中预览项目时,提示报错 Error: Cannot find module '@ionic/app-scripts'.这个问题的主要现象就是创建的项目 ...

  9. node里面的c/c++模块

    准备工作 node使用c++插件时需要使用node-gyp包,node-gyp把c++源码编译为二进制文件,js在调用二进制文件,编译后的二进制文件模块调用就和js的模块调用一样. npm insta ...

  10. Request常用方法 (总结)

    一.HttpServletRequest介绍 HttpServletRequest对象代表客户端的请求,当客户端通过HTTP协议访问服务器时,HTTP请求头中的所有信息都封装在这个对象中,通过这个对象 ...