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

思科带宽管理资料


  ip rsvp bandwidth interface-kbps sub-pool kbps
  
  For this specific example of an OC-3 with 150 Mbps in the global pool and 45 Mbps in the subpool, the necessary configuration is as follows:
  
  ip rsvp bandwidth 150000 sub-pool 45000
  
  class-map match-all voice
  match mpls experimental 5
  policy-map llq
  class voice
  priority percent 30
  interface POS3/0
  service-policy output llq
  
  
  tunnel mpls traffic-eng bandwidth sub-pool kbps
  This is the same thing as the tunnel mpls traffic-eng bandwidth kbps command that was covered earlier in this book, except that you are telling the headend to do its path calculation and bandwidth reservation based on the advertised subpool bandwidth.
  
  You are allowed to have only one type of reservation per tunnel. If you try to configure a tunnel with the command tunnel mpls traffic-eng bandwidth followed by the command tunnel mpls traffic-eng bandwidth sub-pool, the sub-pool command overwrites the global pool command.
  
  H3 and H4 Can Be Reached Over Both TE Tunnels
  
  源码:--------------------------------------------------------------------------------
  On the CPE:
  router bgp 100
   neighbor 4.4.4.4 route-map setcom-voice out
  
  route-map setcom-voice
   match ip address 101
   set community 1:1
  
  access-list 101 permit ip host 1.1.1.1 host 255.255.255.255
  
  On RouterG (the tunnel tail)
  router bgp 100
   neighbor 1.2.3.4 route-map set-nh in
  
  route-map set-nh
   match community 1
   set ip next-hop 5.5.5.5
  
  ip community-list 1 permit 1:1
  
  On Routers A, B, C, and D
  ip route 5.5.5.5 255.255.255.255 Tunnel1
  
  
  
  
【责编:admin】
文章评论
相关产品和培训
 友情推荐精华
 专题推荐

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