• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

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

发布: 2007-6-23 21:39 | 作者:   | 来源:   | 查看: 38次 | 进入软件测试论坛讨论

领测软件测试网

   
  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 su.net-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

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网