加入收藏
设为首页
联系我们

赛度首页 - 电脑基础 - 操作系统 - 办公软件 - 图形图像 - 网络应用 - 安全中心 - 硬件知识 - 手机数码 - 下载中心 - 交流论坛 

您现在的位置: 赛度网 >> 电脑基础 >> 网络故障 >> 正文
典型的MPLS 流量工程设置[7206]

典型的MPLS 流量工程设置[7206]

发布于:2007-10-28 14:19:16 作者:赛度网 来源:不详


  Cisco-Edge#sh run
  Building configuration...
  Current configuration : 8686 bytes
  !
  version 12.0
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname Cisco-Edge
  !
  boot system slot0:c7200-p-mz.miya.23Jan2002
  no logging console
  enable password distix
  !
  ip subnet-zero
  ip cef
  !
  !
  mpls label protocol ldp
  mpls ldp explicit-null
  mpls traffic-eng tunnels #启用MPLS TE
  no tag-switching ip propagate-ttl
  tag-switching tdp router-id Loopback0 force
  !
  !
  !
  interface Loopback0
  ip address 10.0.2.1 255.255.255.255
  no ip directed-broadcast
  !
  interface Tunnel0
  ip address 10.10.10.2 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels #在端口上打开MPLS TE feature
  tunnel source 10.2.1.2
  tunnel destination 10.2.1.2
  tunnel mode mpls traffic-eng #指定TUNNEL 的封装类型为mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim #为TUNNEL 指定一条名为name 的显式路径
  !
  interface Tunnel1
  ip address 10.2.2.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.2.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel2
  ip address 10.2.3.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.3.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel3
  ip address 10.2.4.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.4.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel4
  ip address 10.2.5.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.5.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel5
  ip address 10.2.6.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.6.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel6
  ip address 10.2.7.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.7.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel7
  ip address 10.2.8.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.8.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel8
  ip address 10.2.9.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.9.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel9
  ip address 10.2.10.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.10.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel10
  ip address 10.2.20.1 255.255.255.252
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.20.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel11
  ip address 10.2.11.2 255.255.255.0
  no ip directed-broadcast
  mpls traffic-eng tunnels
  tunnel source 10.2.1.2
  tunnel destination 10.2.11.2
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng path-option 1 explicit name Vonly verbatim
  !
  interface Tunnel201
  no ip address
  no ip directed-broadcast
  tunnel destination 10.0.2.1
  !
  interface POS1/0
  ip address 10.2.1.2 255.255.255.0
  no ip directed-broadcast
  encapsulation ppp
  mpls label protocol ldp
  tag-switching ip
  crc 32
  clock source internal
  !
  interface FastEthernet2/0
  ip address 192.168.201.1 255.255.255.0
  no ip directed-broadcast
  no keepalive
  !
  interface FastEthernet4/0
  ip address 192.168.1.101 255.255.255.0
  no ip directed-broadcast
  !
  router bgp 101
  no synchronization
  bgp log-neighbor-changes
  network 192.168.101.0
  neighbor 10.0.2.2 remote-as 102
  neighbor 10.0.2.2 ebgp-multihop 2
  neighbor 10.0.2.2 update-source Loopback0
  neighbor 10.0.2.3 remote-as 103
  neighbor 10.0.2.3 ebgp-multihop 2
  neighbor 10.0.2.3 update-source Loopback0
  neighbor 10.0.2.4 remote-as 104
  neighbor 10.0.2.4 ebgp-multihop 2
  neighbor 10.0.2.4 update-source Loopback0
  neighbor 10.0.2.5 remote-as 105
  neighbor 10.0.2.5 ebgp-multihop 2
  neighbor 10.0.2.5 update-source Loopback0
  neighbor 10.0.2.6 remote-as 106
  neighbor 10.0.2.6 ebgp-multihop 2
  neighbor 10.0.2.6 update-source Loopback0
  neighbor 10.0.2.6 filter-list 1 out
  neighbor 10.0.2.7 remote-as 107
  neighbor 10.0.2.7 ebgp-multihop 2
  neighbor 10.0.2.7 update-source Loopback0
  neighbor 10.0.2.8 remote-as 108
  neighbor 10.0.2.8 ebgp-multihop 2
  neighbor 10.0.2.8 update-source Loopback0
  neighbor 10.0.2.9 remote-as 109
  neighbor 10.0.2.9 ebgp-multihop 2
  neighbor 10.0.2.9 update-source Loopback0
  neighbor 10.0.2.10 remote-as 110
  neighbor 10.0.2.10 ebgp-multihop 2
  neighbor 10.0.2.10 update-source Loopback0
  neighbor 10.0.2.11 remote-as 111
  neighbor 10.0.2.11 ebgp-multihop 2
  neighbor 10.0.2.11 update-source Loopback0
  neighbor 10.0.2.20 remote-as 120
  neighbor 10.0.2.20 ebgp-multihop 2
  neighbor 10.0.2.20 update-source Loopback0
  no auto-summary
  !
  ip classless
  ip route 10.0.0.1 255.255.255.255 10.2.1.1
  ip route 10.0.2.1 255.255.255.255 Tunnel0
  ip route 10.0.2.1 255.255.255.255 10.2.1.1 200
  ip route 10.0.2.2 255.255.255.255 Tunnel1
  ip route 10.0.2.2 255.255.255.255 10.2.1.1 200
  ip route 10.0.2.4 255.255.255.255 Tunnel3
  ip route 10.0.2.4 255.255.255.255 10.2.1.1 200
  ip route 10.0.2.5 255.255.255.255 Tunnel4
  ip route 10.0.2.5 255.255.255.255 10.2.1.1 200
  ip route 10.0.2.6 255.255.255.255 Tunnel5
  ip route 10.0.2.6 255.255.255.255 10.2.1.1 200
  ip route 10.0.2.7 255.255.255.255 Tunnel6
  ip route 10.0.2.7 255.255.255.255 10.2.1.1 200
  ip route 10.0.2.8 255.255.255.255 Tunnel7
  ip route 10.0.2.8 255.255.255.255 10.2.1.1 200
  ip route 10.0.2.9 255.255.255.255 Tunnel8
  ip rou


关于典型的MPLS 流量工程设置[7206]的学习及相关资料 文章结束,如果您想详细了解是什么意思,怎么使用?请进入 bbs.ccidu.com 为您详细解答!
 
  • 上一篇知识:

  • 下一篇知识:
  •  
    最新推荐 最新更新 相关知识
    ·为什么我每次打开WEB迅雷都很慢……
    ·电脑宽带连接不上是怎么回事?
    ·关于塑料光纤 我们了解的有多少呢?
    ·高速铜线接入技术的发展历程回顾与展
    ·走入家庭的第三条宽带线——电力线
    ·微光学元件及光纤耦合半导体激光器
    ·长途光缆骨干传输网光纤选型建议
    ·技术新知:跨洋海底光缆技术及其发展
    ·光纤:多模包层泵浦大功率光纤放大器
    ·光纤通信:FTTP网络的高性价比实现
    没有相关知识