当前位置:首页>>思科培训>>综合技术>>正文

IS-IS上流量控制

文章出处:Linux 宝库 作者:未知 发布时间:2006-09-21 收藏到QQ书签
  
  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
 
Google