计算机qos命令能下载限速到2m,但是手机下载还是管理不了
(0)
最佳答案
MSR支持每IP限速,如果手机连接的wifi做了NAT转换,MSR上限速不生效,具体使用方法如下:
qos carl 1 source-ip-address range 192.168.30.2 to 192.168.30.254 per-address //匹配原地址段
qos carl 2 destination-ip-address range 192.168.30.2 to 192.168.30.254 per-address //匹配目的地址段
interface GigabitEthernet0/0
ip address 192.168.30.1 255.255.255.0
qos car inbound carl 1 cir 3 cbs 1000 ebs 0 green pass red discard yellow pass
qos car outbound carl 2 cir 3 cbs 1000 ebs 0 green pass red discard yellow pass
(0)
如图2-7所示,要求在设备Router上对接口Ethernet1/1发送的报文流进行限速:对Host A~Host Z(源地址属于IP地址段2.1.1.1~2.1.1.100)进行网段带宽限速,网段内每个IP地址独占5kbps的带宽。
# 配置网段带宽限速。
· 在导航栏中选择“高级配置 > QoS设置 > 网段带宽限速”,单击<新建>按钮,进行如下配置,如图2-8所示。
· 输入开始地址为“2.1.1.1”。
· 输入结束地址为“2.1.1.100”。
· 选择接口为“Ethernet1/1”。
· 输入限速速率为“5”每秒千比特。
· 选择类型为“独占”。
· 选择方向为“上传”。
· 单击<确定>按钮完成操作。
(0)
暂无评论
您好,请知:
可以使用QOS CARL来对IP进行限制,以下是参考命令说明:
(1) 进入系统视图。
system-view
(2) 创建CAR列表并配置匹配规则。
qos carl carl-index { dscp dscp-list | mac mac-address | mpls-exp mpls-exp-value | precedence precedence-value | { destination-ip-address | source-ip-address } { range start-ip-address to end-ip-address | subnet ip-address mask-length } [ per-address [ shared-bandwidth ] ] }
本命令中object-group和time-range参数的支持情况与设备的型号有关,具体请参见命令参考。
(3) 进入接口视图。
interface interface-type interface-number
(4) 在接口上配置基于CAR列表的CAR策略。
(绝对值配置方式)
qos car { inbound | outbound } carl carl-index cir committed-information-rate [ cbs committed-burst-size [ ebs excess-burst-size ] ] [green action | red action | yellow action ] *
qos car { inbound | outbound } carl carl-index cir committed-information-rate [ cbs committed-burst-size ] pir peak-information-rate [ ebsexcess-burst-size ] [ green action | red action | yellow action ] *
(百分比配置方式)
qos car { inbound | outbound } carl carl-index percent cir cir-percent [ cbs cbs-time [ ebs ebs-time ] ] [ green action | red action | yellowaction ] *
qos car { inbound | outbound } carl carl-index percent cir cir-percent [ cbs cbs-time ] pir pir-percent [ ebs ebs-time ] [ green action | red action | yellow action ] *
缺省情况下,接口上未应用CAR策略。
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论