当前位置: 首页 > news >正文

锐捷AP设置限速(胖模式)

基于整个AP限速命令    

Ruijie(config)#wlan-qos ap-based { per-user-limit | total-user-limit } { down-streams | up-streams } average-data-rate  average-data-rate burst-data-rate burst-data-rate    

per-user-limit                对AP上的每个用户进行限速                   

total-user-limit                对整个AP进行限速        

down-streams               表示设置AP的下行流量限速参数。      

up-streams                    表示设置AP的上行流量限速参数。      

average-data-rate         表示设置平均速率限制,单位为 8Kbps ,范围为8-261120。    

burst-data-rate              表示设置突发速率限制,单位为 8Kbps ,范围为8-261120。

举例:设置AP 上的每个用户的下行平均速率为 800KB/s ,突发速率为1600KB/s。    

Ruijie(config)#wlan-qos   ap-based per-user-limit down-streams average-data-rate800 burst-data-rate 1600   

  

基于SSID限速命令          

Ruijie(config)#wlan-qos wlan-based {wlan-id |ssid } { per-user-limit | total-user-limit }{down-streams | up-streams } average-data-rate average-data-rate  burst-data-rate burst-data-rate    

per-user-limit                对wlan/ssid上的每个用户进行限速                   

total-user-limit              对整个wlan/ssid进行限速        

down-streams              表示设置wlan/ssid的下行流量限速参数。      

up-streams                   表示设置wlan/ssid的上行流量限速参数。      

average-data-rate        表示设置平均速率限制,单位为 8Kbps ,范围为8-261120。    

burst-data-rate             表示设置突发速率限制,单位为 8Kbps ,范围为8-261120。

举例:设置wlan/ssid上的每个用户的下行平均速率为 800KB/s ,突发速率为1600KB/s。    

Ruijie(config)#wlan-qos wlan-based per-user-limit down-streams average-data-rate 800burst-data-rate 1600  

     

基于单个用户限速命令    

Ruijie(config)#wlan-qos netuser mac-address   { inbound | outbound } average-data-rateaverage-data-rate burst-data-rate burst-data-rate    

mac-address                表示需要设置的用户 MAC地址。     

inbound                        表示设置用户的上行流量限速参数。      

outbound                     表示设置用户的下行流量限速参数。     

average-data-rate        表示设置平均速率限制,单位为 8Kbps ,范围为8-261120。    

burst-data-rate             表示设置突发速率限制,单位为 8Kbps ,范围为8-261120。

举例:设置用户 0000.0000.0001的上行平均速率为 800KB/s ,突发速率为 1600KB/s    

Ruijie(config)#wlan-qos netuser  0000.0000.0001 inbound average-data-rate  800  burst-data-rate 1600    

http://www.lryc.cn/news/36109.html

相关文章:

  • 聚势合力,电巢与SDIA协会“战略合作签约仪式”圆满落成
  • Linux安装后基础配置--网络--ssh--基本软件
  • 剑指 Offer 66. 构建乘积数组
  • 1.1 误差的来源
  • python进程间通信
  • 麒麟Linux操作系统磁盘策略永久调整为deadline
  • yum安装Docker(CentOS7.9)
  • c++错误 free(): double free detected
  • 12升400V 升压DC-DC高压脱毛仪解决方案SC3671
  • h264格式分析
  • 【数据分析师求职面试指南】实战技能部分
  • 树与二叉树(二叉树的表示,性质,遍历,还原)
  • mysql 源码学习理解记录--lock_rec_move
  • markdown(.md)常用语法
  • 千言数据集赛题介绍
  • 信息技术最全总结(备考教资)
  • opencv识别车道线(霍夫线变换)
  • MySQL的同步数据Replication功能
  • 2023年全国最新高校辅导员精选真题及答案17
  • 中文代码92
  • Python SEO采集海量文本标题,用倒排索引找出“类似的标题“代码实现
  • 模型杂谈:快速上手元宇宙大厂 Meta “开源泄露”的大模型(LLaMA)
  • RedisCluster集群模式下master宕机主从切换期间Lettuce连接Redis无法使用报错Redis command timed out的问题
  • Xuetr杀毒工具使用实验(28)
  • fastapi(https)+openssl+测试(双向校验)
  • TiDB Server
  • S3C2440移植Linux4.19.275内核以及过程中遇到的问题
  • 解忧杂货铺(二):UML时序图
  • 微信小程序的代码由哪些结构组成?
  • Cloud Kernel SIG月度动态:发布 ANCK 新版本及 Plugsched v1.2.0