MPLS 实验

实验一: TDP 邻居发现( 3725 实验台)
首先完成基本的三层配置: OSPF 110
R1 上的配置:
R1(config)#ip cef
R1(config)#mpls ip
R1(config)#mpls label protocol tdp
R1(config)#int s1/0
R1(config-if)#mpls ip
R1(config-if)#mpls label protocol tdp
R1(config-if)#exit
R1(config)#int s1/1
R1(config-if)#mpls ip
R1(config-if)#mpls label protocol tdp
R1(config-if)#
R2 上的配置:
R2(config)#ip cef
R2(config)#mpls ip
R2(config)#mpls label protocol tdp
R2(config)#int s1/0
R2(config-if)#mpls ip
R2(config-if)#mpls label protoc
*Mar  1 00:12:42.283: %LDP-5-NBRCHG: TDP Neighbor 13.0.0 .1:0 (1) is UP
R2(config-if)#mpls label protocol tdp
R2(config-if)#exit
R2(config)#
R3 上的配置:
R3(config)#ip cef
R3(config)#mpls ip
R3(config)#mpls label protocol tdp
R3(config)#int s1/0
R3(config-if)#mpls ip
R3(config-if)#mpls label pr
*Mar  1 00:15:30.163: %LDP-5-NBRCHG: TDP Neighbor 13.0.0 .1:0 (1) is UP
R3(config-if)#mpls label protocol tdp
R3(config-if)#exit
R3(config)#
R1 上面查看 TDP 的邻居关系:
R1#sh tag-switching tdp neighbor
    Peer TDP Ident: 12.0.0 .2:0 [刘廷友1]  ; Local TDP Ident 13.0.0.1:0
        TCP connection: 12.0.0 .2.711 [刘廷友2]  - 13.0.0 .1.44913
        State: Oper; PIEs sent/rcvd: 0/7; Downstream
        Up time: 00:02:44 [刘廷友3] 
        TDP discovery sources:
          Serial1/0 [刘廷友4]  , Src IP addr: 12.0.0 .2 [刘廷友5] 
        Addresses bound to peer TDP Ident:
          12.0.0 .2 [刘廷友6]         
    Peer TDP Ident: 3.3.3 .3:0; Local TDP Ident 13.0.0.1:0 [刘廷友7] 
        TCP connection: 3.3.3 .3.711 - 13.0.0.1.21427
        State: Oper; PIEs sent/rcvd: 0/4; Downstream
        Up time: 00:00:40
        TDP discovery sources:
          Serial1/1, Src IP addr: 13.0.0 .3
        Addresses bound to peer TDP Ident [刘廷友8]  :
          13.0.0 .3        3.3.3 .3 [刘廷友9]          
R1#
 
R1#show tag-switching tdp bindings [刘廷友10] 
  tib entry: 3.3.3 .0/24, rev 2
        local binding:  tag: 16 [刘廷友11] 
        remote binding [刘廷友12]  : tsr [刘廷友13]  : 12.0.0 .2:0, tag: 16 [刘廷友14] 
        remote binding: tsr: 3.3.3 .3:0, tag: imp-null [刘廷友15] 
  tib entry: 12.0.0 .0/24, rev 4
        local binding:  tag: imp-null
        remote binding: tsr: 12.0.0 .2:0, tag: imp-null
        remote binding: tsr: 3.3.3 .3:0, tag: 16
  tib [刘廷友16]  entry: 13.0.0 .0/24, rev 6
        local binding:  tag: imp-null
        remote binding: tsr: 12.0.0 .2:0, tag: 17
        remote binding: tsr: 3.3.3 .3:0, tag: imp-null
R1#
 
R1#show tag-switching forwarding-table [刘廷友17] 
Local  Outgoing    Prefix          Bytes tag   Outgoing     Next Hop   
tag    tag or VC   or Tunnel Id      switched   interface             
16 [lty18]       Pop tag     3.3.3 .0/24        0          Se1/1 [lty19]        point2point [lty20]   
R1#
在所有骨干路由器上面都关闭 TTL 传播 IP 包头和 MPLS 标签头之间的映射
No tag-switching ip propagate-ttl
如果没有启动这条命令,使用 trace 的时候会将所有经过的路由条目都会显示出来。如果启用以后只会显示进站路由的 IP 与出站路由器的 IP
 [刘廷友1] 对端的
 [刘廷友2] 对端的端口号
 [刘廷友3] 邻居关系建立起来的时间
 [刘廷友4] 这个指的是本地的接口
 [刘廷友5] 对端的地址
 [刘廷友6] 对端有那些 IP 地址
 [刘廷友7] 第二个 TDP 邻居的关系
 [刘廷友8] 显示对方所有的 IP 地址
 [刘廷友9] 显示在 R3 上面正在使用的 IP 地址有那几个。
 [刘廷友10] TDP 绑定
一个标签号与一个 IGP 路由进行绑定。
 [刘廷友11] 告诉自己更上游的路由器你必须使用 16 这个标签来与我进行通信,如果你使用其它的标签来进行与我通信,我会不认!
 [刘廷友12] 远端绑定 ( 这里就是用到下游通告 )
 [刘廷友13] 标签交换路由器 LSR
 [刘廷友14] 这个就是标签
标签在思科的产品中 0-15 作为保留使用, 15 以上的都是免费的使用!
 [刘廷友15] 空的标签。在这里倒数第二跳就执行了跳出。
 [刘廷友16] TIB 就是 LIB
 [刘廷友17] 查看 TDP 的转发表
 [lty18] 这个就是 local binding
 [lty19] 这是一个本地接口
 [lty20] 与下一跳的连接方式,就是说两台路由器之间使用的是点到点进行连接的
 
 
哎本来在里面加了很多批注,不知道怎么到这里面来了就成这样子了!如果这样看不习惯的话,就下载附见嘛!

你可能感兴趣的:(职场,休闲,实验,ccnp,MPLS)