计划在防火墙端口上做流控(比如10G端口,流量超过500M即触发流控),这个应该怎么解决。
(0)
最佳答案
直接在出口配置qos
(0)
需要区分上行流量和下行流量嘛?
在下行口做
可以使用QOS CAR来对IP进行限速。 以下是QOS CAR的配置说明,请参考: 4.3.3 配置基于CAR列表的流量监管 (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 ] ] } (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 [ ebs excess-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 | yellow action ] * 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策略。
[RouterA] acl basic 2001 [RouterA-acl-ipv4-basic-2001] rule permit source 1.1.1.1 0 [RouterA-acl-ipv4-basic-2001] quit [RouterA] acl basic 2002 [RouterA-acl-ipv4-basic-2002] rule permit source 1.1.1.2 0 [RouterA-acl-ipv4-basic-2002] quit # 在GigabitEthernet1/0/1接口上对接收到的不同报文流进行相应流量控制。 [RouterA] interface gigabitethernet 1/0/1 [RouterA-GigabitEthernet1/0/1] qos car inbound acl 2001 cir 54 cbs 4000 ebs 0 green pass red remark-prec-pass 0 [RouterA-GigabitEthernet1/0/1] qos car inbound acl 2002 cir 8 cbs 1875 ebs 0 green pass red discard [RouterA-GigabitEthernet1/0/1] quit
你看看一下我粘贴的 i级断一下句
对 好像是 qos lr 什么的 好时间没配置了
那得配置qos
(0)
https://www.h3c.com/cn/d_202303/1802538_30005_1.htm
有具体的操作文档吗?
https://www.h3c.com/cn/d_202303/1802538_30005_1.htm
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
对 好像是 qos lr 什么的 好时间没配置了