Operation Manual – QoS
H3C S3610&S5510 Series Ethernet Switches
Chapter 2 Traffic Classification, TP, and TS
Configuration
2-9
To do…
Use the command…
Remarks
Apply TP policies
qos car inbound acl
[
ipv6
]
acl-number
cir
committed-information-rate
[
cbs
committed-burst-size
[
ebs
excess-burst-size
] ] [
pir
peak-information-rate
] [
red
action
]
Required
CBS defaults to 100,000
bytes.
EBS defaults to 100,000
bytes.
PIR defaults to 0.
The
red
action
keyword is
discard
by default.
II. TP configuration example
Configure TP on Ethernet1/0/1 to control the packets received by Ethernet1/0/1 port
and matching IPv4 ACL 2000. Packets are dropped if the traffic rate exceeds 1000
kbps.
# Enter system view.
<Sysname> system-view
# Enter port view.
[Sysname] interface Ethernet 1/0/1
# Configure TP parameters.
[Sysname-Ethernet1/0/1] qos car inbound acl 2000 cir 1000 red discard
2.4.2 Configuring TS
TS can be implemented in the following ways.
z
Queue-based TS, where TS is applied to the packets of a specific queue.
z
TS applied to all traffic.
I. Configure queue-based TS
Follow these steps to configure queue-based TS:
To do…
Use the command…
Remarks
Enter system view
system-view
—
Enter port
view
interface
interface-type
interface-number
Enter
port
view
or port
group
view
Enter port
group view
port-group
{
manual
port-group-name |
aggregation
agg-id
}
Perform either of the two
operations.
The configuration
performed in Ethernet port
view applies to the current
port only. The configuration
performed in port group
view applies to all the ports
in the port group.