R3303-HP HSR6800 Routers ACL and QoS Configuration Guide
89
[Router] traffic behavior behavior3
[Router-behavior-behavior3] remark ip-precedence 3
[Router-behavior-behavior3] quit
[Router] traffic behavior behavior4
[Router-behavior-behavior4] remark ip-precedence 2
[Router-behavior-behavior4] quit
[Router] qos policy aa
[Router-qospolicy-aa] classifier class1 behavior behavior1
[Router-qospolicy-aa] classifier class2 behavior behavior2
[Router-qospolicy-aa] classifier class3 behavior behavior3
[Router-qospolicy-aa] classifier class4 behavior behavior4
[Router-qospolicy-aa] quit
[Router] interface gigabitethernet 1/0/1
[Router-GigabitEthernet1/0/1] qos apply policy aa inbound
[Router-GigabitEthernet1/0/1] quit
# Configure WFQ to process packets both fairly and based on precedence. Configure WRED to drop
packets by precedence when congestion deteriorates.
[Router] interface Serial 2/1/1
[Router-Serial2/1/1] qos wfq queue-length 100 queue-number 16
[Router-Serial2/1/1] qos wred enable
[Router-Serial2/1/1] qos wred ip-precedence 5 low-limit 10 high-limit 250
discard-probability 11
[Router-Serial2/1/1] qos wred ip-precedence 4 low-limit 10 high-limit 200
discard-probability 12
[Router-Serial2/1/1] qos wred ip-precedence 3 low-limit 10 high-limit 180
discard-probability 15
[Router-Serial2/1/1] qos wred ip-precedence 2 low-limit 10 high-limit 180
discard-probability 15
[Router-Serial2/1/1] quit