- Table of Contents
-
- H3C S6805 & S6825 & S6850 & S9850 & S9820 Config Examples-Release 66xx-6W100
- 01-Login Management Configuration Examples
- 02-RBAC Configuration Examples
- 03-Software Upgrade Examples
- 04-ISSU Configuration Examples
- 05-Software Patching Examples
- 06-Ethernet Link Aggregation Configuration Examples
- 07-Port Isolation Configuration Examples
- 08-Spanning Tree Configuration Examples
- 09-VLAN Configuration Examples
- 10-VLAN Tagging Configuration Examples
- 11-DHCP Snooping Configuration Examples
- 12-Cross-Subnet Dynamic IP Address Allocation Configuration Examples
- 13-IPv6 over IPv4 Manual Tunneling with OSPFv3 Configuration Examples
- 14-ISATAP Tunnel and 6to4 Tunnel Configuration Examples
- 15-GRE Tunnel Configuration Examples
- 16-GRE with OSPF Configuration Examples
- 17-OSPF Configuration Examples
- 18-IS-IS Configuration Examples
- 19-BGP Configuration Examples
- 20-Policy-Based Routing Configuration Examples
- 21-OSPFv3 Configuration Examples
- 22-IPv6 IS-IS Configuration Examples
- 23-Routing Policy Configuration Examples
- 24-IGMP Snooping Configuration Examples
- 25-IGMP Configuration Examples
- 26-BIDIR-PIM Configuration Examples
- 27-MLD Snooping Configuration Examples
- 28-IPv6 Multicast VLAN Configuration Examples
- 29-Basic MPLS Configuration Examples
- 30-MPLS L3VPN Configuration Examples
- 31-ACL Configuration Examples
- 32-Control Plane-Based QoS Policy Configuration Examples
- 33-Traffic Policing Configuration Examples
- 34-GTS and Rate Limiting Configuration Examples
- 35-Priority Mapping and Queue Scheduling Configuration Examples
- 36-Traffic Filtering Configuration Examples
- 37-AAA Configuration Examples
- 38-Port Security Configuration Examples
- 39-Portal Configuration Examples
- 40-SSH Configuration Examples
- 41-IP Source Guard Configuration Examples
- 42-Ethernet OAM Configuration Examples
- 43-CFD Configuration Examples
- 44-DLDP Configuration Examples
- 45-VRRP Configuration Examples
- 46-BFD Configuration Examples
- 47-NTP Configuration Examples
- 48-SNMP Configuration Examples
- 49-NQA Configuration Examples
- 50-Mirroring Configuration Examples
- 51-sFlow Configuration Examples
- 52-FCoE Configuration Examples
- 53-OpenFlow Configuration Examples
- 54-MAC Address Table Configuration Examples
- 55-Static Multicast MAC Address Entry Configuration Examples
- 56-IP Unnumbered Configuration Examples
- 57-MVRP Configuration Examples
- 58-MCE Configuration Examples
- 59-Congestion Avoidance and Queue Scheduling Configuration Examples
- 60-Attack Protection Configuration Examples
- 61-Smart Link Configuration Examples
- 62-RRPP Configuration Examples
- 63-BGP Route Selection Configuration Examples
- 64-IS-IS Route Summarization Configuration Examples
- 65-IRF Configuration Examples
- 66-MPLS OAM Configuration Examples
- 67-MPLS TE Configuration Examples
- 68-VXLAN Configuration Examples
- 69-NetStream Configuration Examples
- 70-DRNI Configuration Examples
- 71-DRNI and EVPN Configuration Examples
- 72-EVPN-DCI over an MPLS L3VPN Network Configuration Examples
- 73-VCF Fabric Configuration Examples
- 74-PTP Configuration Examples
- 75-S-MLAG Configuration Examples
- 76-Puppet Configuration Examples
- 77-802.1X Configuration Examples
- 78-MAC Authentication Configuration Examples
- 79-MOD and Elephant and Mice Flow Configuration Examples
- 80-TCB Configuration Examples
- 81-Multicast VPN Configuration Examples
- Related Documents
-
Title | Size | Download |
---|---|---|
59-Congestion Avoidance and Queue Scheduling Configuration Examples | 104.50 KB |
|
H3C S6805 & S6825 &S6850 & S9850 & S9820 |
Congestion Avoidance and Queue |
Scheduling Configuration Examples |
Copyright © 2023 New H3C Technologies Co., Ltd. All rights reserved.
No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of New H3C Technologies Co., Ltd.
Except for the trademarks of New H3C Technologies Co., Ltd., any trademarks that may be mentioned in this document are the property of their respective owners.
The information in this document is subject to change without notice.
Contents
Example: Configuring congestion avoidance and queue scheduling
Applicable hardware and software versions
Introduction
This document provides examples for configuring congestion avoidance and queue scheduling profiles.
Prerequisites
The configuration examples in this document were created and verified in a lab environment, and all the devices were started with the factory default configuration. When you are working on a live network, make sure you understand the potential impact of every command on your network.
This document assumes that you have basic knowledge of congestion avoidance and queue scheduling profiles.
Example: Configuring congestion avoidance and queue scheduling
Network configuration
As shown in Figure 1, three types of traffic come from the Internet to the device through the gateway.
· Voice traffic—Transmitted in VLAN 6 and carries 802.1p priority 6.
· Video traffic—Transmitted in VLAN 4 and carries 802.1p priority 4.
· Data traffic—Transmitted in VLAN 2 and carries 802.1p priority 2.
Configure congestion avoidance and queue scheduling on the device to meet the following requirements:
· The voice traffic, video traffic, and data traffic are scheduled in the ratio of 1:2:2 when congestion occurs.
· WRED drop is used when serious congestion occurs.
Analysis
To configure congestion avoidance and queue scheduling, you must perform the following tasks:
· To assign different types of traffic to different queues, configure the inbound interface to trust the 802.1p priority in packets.
· To schedule the three types of traffic in the ratio of 1:2:2, assign their queues to one WRR group and configure weights for these queues.
· To minimize performance degradation for different types of traffic, use the drop parameters in Table 1.
Traffic type |
Packet color |
Lower limit |
Upper limit |
Drop probability |
Voice |
Yellow |
1000 |
1500 |
3% |
Red |
500 |
1000 |
30% |
|
Video |
Yellow |
1000 |
1500 |
2% |
Red |
500 |
1000 |
20% |
|
Data |
Yellow |
1000 |
1500 |
1% |
Red |
500 |
1000 |
10% |
Applicable hardware and software versions
The following matrix shows the hardware and software versions to which this configuration example is applicable:
Hardware |
Software version |
S6805 switch series |
Release 6607, Release 6616, Release 6616P01, Release 6635 and later |
S6825 switch series |
Release 6616, Release 6616P01, Release 6635 and later |
S6850 switch series S9850 switch series |
Release 6555P01, Release 6607, Release 6616, Release 6616P01, Release 6635 and later |
S9820-64H switch |
Release 6555P01, Release 6607, Release 6616, Release 6616P01, Release 6635 and later |
S9820-8C switch |
Release 6607, Release 6616, Release 6616P01, Release 6635 and later |
Procedures
1. Allow VLANs for different types of traffic to pass through:
# Create three VLANs .
<Device> system-view
[Device] vlan 2
[Device-vlan2] quit
[Device] vlan 4
[Device-vlan4] quit
[Device] vlan 6
[Device-vlan6] quit
# Assign interfaces to VLANs.
[Device] interface hundredgige 3/0/1
[Device-HundredGigE3/0/1] port link-type trunk
[Device-HundredGigE3/0/1] port trunk permit vlan 2 4 6
[Device-HundredGigE3/0/1] quit
[Device] interface twenty-fivegige 3/0/3
[Device-Twenty-FiveGigE3/0/3] port link-type trunk
[Device-Twenty-FiveGigE3/0/3] port trunk permit vlan 2 4 6
[Device-Twenty-FiveGigE3/0/3] quit
[Device] interface twenty-fivegige 3/0/4
[Device-Twenty-FiveGigE3/0/4] port link-type trunk
[Device-Twenty-FiveGigE3/0/4] port trunk permit vlan 2 4 6
[Device-Twenty-FiveGigE3/0/4] quit
2. Configure interface HundredGigE 3/0/1 to trust the 802.1p priority in packets.
[Device] interface hundredgige 3/0/1
[Device-HundredGigE3/0/1] qos trust dot1p
[Device-HundredGigE3/0/1] quit
3. Configure WRR on Twenty-FiveGigE 3/0/3 and Twenty-FiveGigE 3/0/4:
# Display the 802.1p-to-local precedence map to determine the local precedence for each type of traffic.
[Device] display qos map-table inbound dot1p-lp
MAP-TABLE NAME: dot1p-lp TYPE: pre-define
IMPORT : EXPORT
0 : 2
1 : 0
2 : 1
3 : 3
4 : 4
5 : 5
6 : 6
7 : 7
# Enable weight-based WRR on Twenty-FiveGigE 3/0/3.
[Device] interface twenty-fivegige 3/0/3
[Device-Twenty-FiveGigE3/0/3] qos wrr weight
# Configure the weights of queue 1 (for data traffic), queue 4 (for video traffic), and queue 6 (for voice traffic) as 2, 2, and 1, respectively.
[Device-Twenty-FiveGigE3/0/3] qos wrr 1 group 1 weight 2
[Device-Twenty-FiveGigE3/0/3] qos wrr 4 group 1 weight 2
[Device-Twenty-FiveGigE3/0/3] qos wrr 6 group 1 weight 1
[Device-Twenty-FiveGigE3/0/3] quit
# Enable weight-based WRR on Twenty-FiveGigE 3/0/4.
[Device] interface twenty-fivegige 3/0/4
[Device-Twenty-FiveGigE3/0/4] qos wrr weight
# Configure the weights of queue 1 (for data traffic), queue 4 (for video traffic), and queue 6 (for voice traffic) as 2, 2, and 1, respectively.
[Device-Twenty-FiveGigE3/0/4] qos wrr 1 group 1 weight 2
[Device-Twenty-FiveGigE3/0/4] qos wrr 4 group 1 weight 2
[Device-Twenty-FiveGigE3/0/4] qos wrr 6 group 1 weight 1
[Device-Twenty-FiveGigE3/0/4] quit
4. Configure congestion avoidance:
# Configure a WRED table.
[Device] qos wred queue table droppolicy
[Device-wred-table-droppolicy] queue 6 drop-level 1 low-limit 1000 high-limit 1500 discard-probability 3
[Device-wred-table-droppolicy] queue 6 drop-level 2 low-limit 500 high-limit 1000 discard-probability 30
[Device-wred-table-droppolicy] queue 4 drop-level 1 low-limit 1000 high-limit 1500 discard-probability 2
[Device-wred-table-droppolicy] queue 4 drop-level 2 low-limit 500 high-limit 1000 discard-probability 20
[Device-wred-table-droppolicy] queue 1 drop-level 1 low-limit 1000 high-limit 1500 discard-probability 1
[Device-wred-table-droppolicy] queue 1 drop-level 2 low-limit 500 high-limit 1000 discard-probability 10
[Device-wred-table-droppolicy] quit
# Apply the WRED table to interfaces Twenty-FiveGigE 3/0/3 and Twenty-FiveGigE 3/0/4.
[Device] interface twenty-fivegige 3/0/3
[Device-Twenty-FiveGigE3/0/3] qos wred apply droppolicy
[Device-Twenty-FiveGigE3/0/3] quit
[Device] interface twenty-fivegige 3/0/4
[Device-Twenty-FiveGigE3/0/4] qos wred apply droppolicy
[Device-Twenty-FiveGigE3/0/4] quit
Verifying the configuration
# Verify the WRR configuration on interfaces Twenty-FiveGigE 3/0/3 and Twenty-FiveGigE 3/0/4.
[Device] display qos queue wrr interface
Interface: Twenty-FiveGigE3/0/3
Output queue: Weighted Round Robin queuing
Queue ID Queue name Group Weight
---------------------------------------------------
0 be 1 1
1 af1 1 2
2 af2 1 3
3 af3 1 4
4 af4 1 2
5 ef 1 9
6 cs6 1 1
7 cs7 1 15
Interface: Twenty-FiveGigE3/0/4
Output queue: Weighted Round Robin queuing
Queue ID Queue name Group Weight
---------------------------------------------------
0 be 1 1
1 af1 1 2
2 af2 1 3
3 af3 1 4
4 af4 1 2
5 ef 1 9
6 cs6 1 1
7 cs7 1 15
# Display the WRED table configuration.
Table name: droppolicy
Table type: Queue based WRED
QID gmin gmax gprob ymin ymax yprob rmin rmax rprob exponent ECN
----------------------------------------------------------------------------
0 100 1000 10 100 1000 10 100 1000 10 9 N
1 100 1000 10 1000 1500 1 500 1000 10 9 N
2 100 1000 10 100 1000 10 100 1000 10 9 N
3 100 1000 10 100 1000 10 100 1000 10 9 N
4 100 1000 10 1000 1500 2 500 1000 20 9 N
5 100 1000 10 100 1000 10 100 1000 10 9 N
6 100 1000 10 1000 1500 3 500 1000 30 9 N
7 100 1000 10 100 1000 10 100 1000 10 9 N
Configuration files
#
vlan 1
#
vlan 2
#
vlan 4
#
vlan 6
#
qos wred queue table droppolicy
queue 1 drop-level 1 low-limit 1000 high-limit 1500 discard-probability 1
queue 1 drop-level 2 low-limit 500 high-limit 1000 discard-probability 10
queue 4 drop-level 1 low-limit 1000 high-limit 1500 discard-probability 2
queue 4 drop-level 2 low-limit 500 high-limit 1000 discard-probability 20
queue 6 drop-level 1 low-limit 1000 high-limit 1500 discard-probability 3
queue 6 drop-level 2 low-limit 500 high-limit 1000 discard-probability 30
#
interface Twenty-FiveGigE3/0/3
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 to 2 4 6
qos wrr weight
qos wrr af1 group 1 weight 2
qos wrr af4 group 1 weight 2
qos wrr cs6 group 1 weight 1
qos wred apply droppolicy
#
interface Twenty-FiveGigE3/0/4
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 to 2 4 6
qos wrr weight
qos wrr af1 group 1 weight 2
qos wrr af4 group 1 weight 2
qos wrr cs6 group 1 weight 1
qos wred apply droppolicy
#
interface HundredGigE3/0/1
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 to 2 4 6
#
return
Related documentation
Use this document in conjunction with the following documents for the product and software version you are working with:
· ACL and QoS Configuration Guide
· ACL and QoS Command Reference