翻译成华三的命令是什么呢
control-plane
!
control-plane protocol
acpp bw-rate 1000 bw-burst-rate 1000
!
control-plane manage
port-filter
no arp-filter
arp-car 10
acpp bw-rate 300 bw-burst-rate 600
!
control-plane data
glean-car 5
acpp bw-rate 300 bw-burst-rate 600
(0)
参考配置举例,这个是控制层面的配置举例:
https://www.h3c.com/cn/d_201904/1173156_30005_0.htm
(0)
暂无评论
您好,请知:
以下是配置案例,请参考:
如图1所示,Device收到Internet发来的大量ICMP报文,导致CPU占用率过高,设备性能下降,现要求在Device上配置基于控制平面应用QoS策略,对上送控制平面的ICMP报文限速为320kbps,若超过流量限制则将违规报文丢弃。
图1 对ICMP报文进行限速配置组网图
缺省情况下,设备会在控制平面上应用预定义的QoS策略,并默认生效。系统预定义的QoS策略信息可以通过display qos policy control-plane pre-defined命令查看,标识各种上送控制平面的报文类型,并对不同类型的报文设置有缺省的限速值。
ICMP报文对应的报文缺省限速值为512kbps。根据需求,需要将ICMP报文的限速值修改为320kbps,可以在流分类视图下通过if-match命令来进行报文分类,然后在对应的流行为下通过car命令配置期望的限速值,并对超出限制的报文进行丢弃。
在控制平面应用QoS策略时,如果流分类的匹配条件是control-plane protocol-group或control-plane protocol,则流行为的动作只能为car,或者car和accounting packet动作的组合,且在car动作中只有cir参数的取值可以被正常应用。
# 定义类ICMP,匹配控制平面的ICMP协议报文。
<Device> system-view
[Device] traffic classifier ICMP
[Device-classifier-ICMP] if-match control-plane protocol icmp
[Device-classifier-ICMP] quit
# 定义流行为ICMP,使用协议报文限速对匹配的报文进行限速。
[Device] traffic behavior ICMP
[Device-behavior-ICMP] car cir 320
[Device-behavior-ICMP] quit
# 定义QoS策略ICMP,为类ICMP指定流行为ICMP。
[Device] qos policy ICMP
[Device-qospolicy-ICMP] classifier ICMP behavior ICMP
[Device-qospolicy-ICMP] quit
# 将QoS策略ICMP应用在1号槽位的控制平面。
[Device] control-plane slot 1
[Device-cp-slot1] qos apply policy ICMP inbound
[Device-cp-slot1] quit
# 执行display qos policy control-plane命令查看控制平面QoS策略的应用状态。
[Device] display qos policy control-plane slot 1
Control plane slot 1
Direction: Inbound
Policy: ICMP
Classifier: ICMP
Operator: AND
Rule(s) :
If-match control-plane protocol icmp
Behavior: ICMP
Committed Access Rate:
CIR 320 (kbps), CBS 20480 (Bytes), EBS 0 (Bytes)
Green action : pass
Yellow action : pass
Red action : discard
Green packets : 0 (Packets)
Red packets : 0 (Packets)
上述信息显示设备上已正确应用了控制平面QoS策略。
#
traffic classifier ICMP operator and
if-match control-plane protocol icmp
#
traffic behavior ICMP
car cir 320 cbs 20480 ebs 0 green pass red discard yellow pass
#
qos policy ICMP
classifier ICMP behavior ICMP
#
control-plane slot 1
qos apply policy ICMP inbound
· H3C S10500X系列交换机 ACL和QoS配置指导-R757X
· H3C S10500X系列交换机 ACL和QoS命令参考-R757X
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论