其他分享
首页 > 其他分享> > h3c v5系列 和v7系列 端口上的qos限速命令

h3c v5系列 和v7系列 端口上的qos限速命令

作者:互联网

v5系列

inbound:对端口接收报文进行速率限制
outbound:对端口发送报文进行速率限制
target-rate:对端口发送或接收报文限制的总速
率,端口级别取值范围为 1~240。其中取值范围为
1~28 时,端口速率为:target-rate×64,即
64Kbps、128Kbps、192Kbps……1.792Mbps;取
值范围为 29~127 时,端口速率为:(target-rate-
27)×1024,即 2Mbps、3Mbps、
4Mbps……100Mbps;取值范围为 128~240 时,
(target-rate-115)×8×1024,即 104Mbps、
112Mbps、120Mbps……1000Mbps

int g0/22

line-rate inbound 140

v7系列

int g1/0/13
qos lr inbound cir 204800

这里204800单位是kbps

 

要注意inbound和outbound方向,如果是接光猫的端口,那么inbound和outbound方向,正好是对应inbound下行和outbound上行方向。

如果是是接服务器的端口,那么正好是反过来的。切记切记!不要搞错了!

标签:h3c,系列,target,inbound,端口,rate,速率,qos,outbound
来源: https://www.cnblogs.com/itfat/p/16283276.html