首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 笔记本电脑 | 北大青鸟 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
欢迎光临中国IT实验室思科频道
您现在的位置: 中国IT实验室 >> Cisco >> 综合技术 >> 综合运用 >> 正文

IS-IS上流量控制


  
  Set up a routing protocol for the MPLS network. It must be a link-state protocol (IS-IS or OSPF). In the routing protocol configuration mode, enter:
  
  For IS-IS:
  metric-style wide (or metric-style both)
  mpls traffic-eng router-id LoopbackN
  mpls traffic-eng [level-1 | level-2 |]
  For OSPF:
  mpls traffic-eng area X
  mpls traffic-eng router-id LoopbackN (must have a 255.255.255.255 mask)
  
  Pesaro
  Current configuration:
  !
  version 12.1
  !
  hostname Pesaro
  !
  ip cef
  mpls traffic-eng tunnels
  !
  interface Loopback0
  ip address 10.10.10.6 255.255.255.255
  ip router isis
  !
  interface Tunnel158
  ip unnumbered Loopback0
  tunnel destination 10.10.10.4
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng autoroute announce
  tunnel mpls traffic-eng priority 2 2
  tunnel mpls traffic-eng bandwidth 158
  tunnel mpls traffic-eng path-option 1 explicit name low
  !
  interface Tunnel159
  ip unnumbered Loopback0
  tunnel destination 10.10.10.4
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng autoroute announce
  tunnel mpls traffic-eng priority 4 4
  tunnel mpls traffic-eng bandwidth 159
  tunnel mpls traffic-eng path-option 1 explicit name straight
  !
  interface Serial0/0
  no ip address
  encapsulation frame-relay
  !
  interface Serial0/0.1 point-to-point
  bandwidth 512
  ip address 10.1.1.22 255.255.255.252
  ip router isis
  tag-switching ip
  mpls traffic-eng tunnels
  frame-relay interface-dlci 603
  ip rsvp bandwidth 512 512
  !
  router isis
  net 49.0001.0000.0000.0006.00
  is-type level-1
  metric-style wide
  mpls traffic-eng router-id Loopback0
  mpls traffic-eng level-1
  !
  !
  ip classless
  !
  ip explicit-path name low enable
  next-address 10.1.1.21
  next-address 10.1.1.10
  next-address 10.1.1.1
  next-address 10.1.1.14
  !
  ip explicit-path name straight enable
  next-address 10.1.1.21
  next-address 10.1.1.5
  next-address 10.1.1.14
  !
  end
  Pescara
  Current configuration:
  !
  version 12.0
  !
  hostname Pescara
  !
  
  ip cef
  !
  mpls traffic-eng tunnels
  !
  interface Loopback0
  ip address 10.10.10.4 255.255.255.255
  ip router isis
  !
  interface Tunnel1
  ip unnumbered Loopback0
  
  tunnel destination 10.10.10.6
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng autoroute announce
  tunnel mpls traffic-eng priority 5 5
  tunnel mpls traffic-eng bandwidth 25
  tunnel mpls traffic-eng path-option 2 dynamic
  !
  interface Tunnel3
  ip unnumbered Loopback0
  
  tunnel destination 10.10.10.6
  tunnel mode mpls traffic-eng
  tunnel mpls traffic-eng autoroute announce
  tunnel mpls traffic-eng priority 6 6
  tunnel mpls traffic-eng bandwidth 69
  tunnel mpls traffic-eng path-option 1 dynamic
  !
  interface Serial0/1
  no ip address
  encapsulation frame-relay
  !
  interface Serial0/1.1 point-to-point
  bandwidth 512
  ip address 10.1.1.14 255.255.255.252
  
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 401
  ip rsvp bandwidth 512 512
  !
  router isis
  net 49.0001.0000.0000.0004.00
  is-type level-1
  metric-style wide
  mpls traffic-eng router-id Loopback0
  mpls traffic-eng level-1
  !
  end
  
  Pomerol
  Current configuration:
  
  version 12.0
  !
  hostname Pomerol
  !
  ip cef
  !
  mpls traffic-eng tunnels
  !
  interface Loopback0
  ip address 10.10.10.3 255.255.255.255
  ip router isis
  !
  interface Serial0/1
  no ip address
  encapsulation frame-relay
  !
  interface Serial0/1.1 point-to-point
  bandwidth 512
  ip address 10.1.1.6 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 301
  ip rsvp bandwidth 512 512
  !
  interface Serial0/1.2 point-to-point
  bandwidth 512
  ip address 10.1.1.9 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 302
  ip rsvp bandwidth 512 512
  !
  interface Serial0/1.3 point-to-point
  bandwidth 512
  ip address 10.1.1.21 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 306
  ip rsvp bandwidth 512 512
  !
  router isis
  net 49.0001.0000.0000.0003.00
  is-type level-1
  metric-style wide
  mpls traffic-eng router-id Loopback0
  mpls traffic-eng level-1
  !
  ip classless
  !
  end
  
  Pulligny
  Current configuration:
  !
  version 12.1
  !
  hostname Pulligny
  !
  ip cef
  !
  mpls traffic-eng tunnels
  !
  interface Loopback0
  ip address 10.10.10.2 255.255.255.255
  !
  interface Serial0/1
  no ip address
  encapsulation frame-relay
  !
  interface Serial0/1.1 point-to-point
  bandwidth 512
  ip address 10.1.1.2 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 201
  ip rsvp bandwidth 512 512
  !
  interface Serial0/1.2 point-to-point
  bandwidth 512
  ip address 10.1.1.10 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 203
  ip rsvp bandwidth 512 512
  !
  router isis
  passive-interface Loopback0
  net 49.0001.0000.0000.0002.00
  is-type level-1
  metric-style wide
  mpls traffic-eng router-id Loopback0
  mpls traffic-eng level-1
  !
  ip classless
  !
  end
  
  Pauillac
  !
  version 12.1
  !
  hostname pauillac
  !
  ip cef
  mpls traffic-eng tunnels
  !
  interface Loopback0
  ip address 10.10.10.1 255.255.255.255
  ip router isis
  !
  interface Serial0/0
  no ip address
  encapsulation frame-relay
  !
  interface Serial0/0.1 point-to-point
  bandwidth 512
  ip address 10.1.1.1 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 102
  ip rsvp bandwidth 512 512
  !
  interface Serial0/0.2 point-to-point
  bandwidth 512
  ip address 10.1.1.5 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 103
  ip rsvp bandwidth 512 512
  !
  interface Serial0/0.3 point-to-point
  bandwidth 512
  ip address 10.1.1.13 255.255.255.252
  ip router isis
  mpls traffic-eng tunnels
  tag-switching ip
  frame-relay interface-dlci 104
  ip rsvp bandwidth 512 512
  !
  router isis
  net 49.0001.0000.0000.0001.00
  is-type level-1
  metric-style wide
 
【责编:admin】
文章评论
相关产品和培训
 友情推荐精华
 专题推荐

 ·看思科认证发展未来
 ·职业规划从高考专业选择开始
 ·从菜鸟到专家 cisco认证系列问答
 ·循序渐进认识WEB服务器
 ·如何走出高考的失意园
 ·邮件系统--从原理到应用
 ·无名英雄--组播的世界
 ·如何做一个合格的Oracle DBA?
 ·网管员:网络机房机房管理应杜绝空白
 ·高速宽带不是梦 了解光纤接入技术
 今日更新
 认证培训
 频道精选
 思科频道导航