通信人家园

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索

军衔等级:

  上士

注册:2005-7-4
跳转到指定楼层
1#
发表于 2011-11-2 14:36:06 |只看该作者 |倒序浏览
我们以前在接入交换机,路由器上端口限速,现在提供一下我们的SR7750上的端口限速.
1 .  多address,多sap,问题 需要多段IP地址
configure qos
         sap-ingress  500   create
               description “qos 500M”
               rate 500000  cir 500000
         exit  
         sap-egress  500   create
               description “qos 500M”
               rate 500000  cir 500000
         exit  
exit all
  
configures service
       ies  109999 customer 9999 create
             description “xxxx co。”
             interface  "ge-2/1/1"   create
                   address   x1.x1.x1.x1/30
                   sap 2/1/1 create
                      ingress
                          qos 500
                      exit
                      egress
                          qos 500
                      exit
                   exit
              exit
  
             interface  "ge-2/1/2"   create
                   address   x2.x2.x2.x2/30
                   sap 2/1/2 create
                      ingress
                          qos 500
                      exit
                      egress
                          qos 500
                      exit
                   exit
              exit
exit all
  
2  lag方式(端口捆绑)
configure qos
         sap-ingress  500   create
               description “qos 500M”
                          queue 1 create
                         rate 512000  cir 512000
                          exit
                          queue 11 multipoint create
                         exit
                exit
         sap-egress  500   create
              description “qos 500M”
                          queue 1 create
                       rate 512000  cir 512000
                           exit                           queue 11 multipoint create
                         exit
        exit  
exit all
configure subscriber-mgmt
    sla-prof “sla-500M"”
       description “SLA-500M”  
       ingress
          qos 500
          exit
       exit
       egress
          qos 500
          exit
       exit
    exit
      sub-profile "sub-prof-local"   # 用户模板,一个就可以
               sla-profile-map     
                  use-direct-map-as-default
              exit       exit
exit all
configure lag  80
       description "********"        #i
       mode access
       port  2/1/1
       port  2/1/2
exit
configures service ies  101819 customer 1819 create
         description "********"        #
         interface  "to-cmxy" create
              address 112.3.72.100/30
              sap lag-80:100.200 create
                  sub-sla-mgmt
                      multi-sub-sap 5000
                      no shutdown
                  exit
                  static-host ip 112.3.72.100 create
                      sla-profile "sla- 500M "       #预先定义的速率策略
                      sub-profile "sub-prof-local"     #预先定义的用户策略
                      subscriber "sub-cmxy"            #每个用户一个名字,如果采用相同的名字,将共享速率,建议与用户端口描述一致
                      no shutdown
                  exit
exit all

举报本楼

本帖有 1 个回帖,您需要登录后才能浏览 登录 | 注册
您需要登录后才可以回帖 登录 | 注册 |

版规|手机版|C114 ( 沪ICP备12002291号-1 )|联系我们 |网站地图  

GMT+8, 2025-8-6 19:42 , Processed in 0.183492 second(s), 17 queries , Gzip On.

Copyright © 1999-2025 C114 All Rights Reserved

Discuz Licensed

回顶部