R0106-HP MSR Router Series ACL and QoS Command Reference(V7)

89
Table 29 Command output
Field Descri
p
tion
Interface Interface type and interface number.
Direction Direction to which the rate limit configuration is applied: inbound or outbound.
CBS CBS in bytes, which specifies the depth of the token bucket for holding bursty traffic.
EBS EBS in bytes, which specifies the traffic exceeding CBS when two token buckets are used.
Passed Number and bytes of packets that have passed.
Delayed Number and bytes of delayed packets.
Active shaping
Whether the rate limit configuration is activated:
Yes—Activated.
No—Not activated.
qos lr
Use qos lr to limit the rate of packets on the interface.
Use undo qos lr to remove the rate limit.
Syntax
qos lr { inbound | outbound } cir committed-information-rate [ cbs committed-burst-size [ ebs
excess-burst-size ] ]
undo qos lr { inbound | outbound }
Default
Rate limit is not configured on an interface.
Views
Interface view
Predefined user roles
network-admin
Parameters
inbound: Specifies incoming packets on the interface.
outbound: Specifies outgoing packets on the interface.
cir committed-information-rate: Specifies the CIR in kbps.
cbs committed-burst-size: Specifies the CBS in bytes.
ebs excess-burst-size: Specifies the EBS in bytes, which is the traffic exceeding CBS when two token
buckets are used.
Examples
# Limit the rate of outgoing packets on GigabitEthernet 2/1/0, with CIR 200 kbps and CBS 50000
bytes.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/0
[Sysname-GigabitEthernet2/1/0] qos lr outbound cir 200 cbs 50000