Procedure
Step 1
Create VLANs and configure interfaces.
# Create VLAN 10.
<Quidway>
system-view
[Quidway]
sysname Switch
[Switch]
vlan batch 10
# Set the type of GE 0/0/1 and GE 0/0/2 to trunk, and then add GE 0/0/1 and GE 0/0/2 to VLAN
10.
[Switch]
interface gigabitethernet0/0/1
[Switch-GigabitEthernet0/0/1]
port link-type trunk
[Switch-GigabitEthernet0/0/1]
port trunk allow-pass vlan 10
[Switch-GigabitEthernet0/0/1]
quit
[Switch]
interface gigabitethernet0/0/2
[Switch-GigabitEthernet0/0/2]
port link-type trunk
[Switch-GigabitEthernet0/0/2]
port trunk allow-pass vlan 10
[Switch-GigabitEthernet0/0/2]
quit
# Create VLANIF 10 and assign network segment address 10.10.10.1/24 to VLANIF 10.
[Switch]
interface vlanif 10
[Switch-Vlanif10]
ip address 10.10.10.1 255.255.255.0
[Switch-Vlanif10]
quit
NOTE
Assign IP address 10.10.10.2/24 to the interface connecting the router and Switch.
Step 2
Configure the interface to trust packets.
# Configure the interface to trust 802.1p priorities of packets.
[Switch]
interface gigabitethernet 0/0/2
[Switch-GigabitEthernet0/0/2]
trust 8021p
[Switch-GigabitEthernet0/0/2]
quit
Step 3
Configure traffic shaping on an interface.
# Configure traffic shaping on an interface of the Switch and set the CIR to 20000 kbit/s.
[Switch]
interface gigabitethernet 0/0/1
[Switch-GigabitEthernet0/0/1]
qos lr outbound cir 20000
Step 4
Configure traffic shaping in an interface queue.
# Configure traffic shaping in the interface queues on the Switch, and then set the CIR and PIR
of the voice service to 3000 kbit/s and 5000kbit/s, the CIR and PIR of the video service to 5000
kbit/s and 8000 kbit/s, and the CIR and PIR of the data service to 2000 kbit/s and 3000 kbit/s.
[Switch-GigabitEthernet0/0/1]
qos queue 6 shaping cir 3000 pir 5000
[Switch-GigabitEthernet0/0/1]
qos queue 5 shaping cir 5000 pir 8000
[Switch-GigabitEthernet0/0/1]
qos queue 2 shaping cir 2000 pir 3000
[Switch-GigabitEthernet0/0/1]
quit
[Switch]
quit
Step 5
Verify the configuration.
# If the configuration succeeds, the committed bandwidth for the packets transmitted by GE0/0/1
is 20000 kbit/s; the transmission rate of the voice service ranges from 3000 kbit/s to 5000 kbit/
s; the transmission rate of the video service ranges from 5000 kbit/s to 8000 kbit/s; the
transmission rate of the data service ranges from 2000 kbit/s to 3000 kbit/s.
----End
S3700HI Ethernet Switches
Configuration Guide - QoS
2 Traffic Policing and Traffic Shaping Configuration
Issue 01 (2012-03-15)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
82