Quality of Service scenarios and configuration HP Series 2530 Switches
This
configuration review written based on official HP Advanced
Traffic Management Guide with some scenarios added to
clearify topics not fuly covered in the official guide. In this
review you can find various configuration scenarios on QoS deployment
for HP 2530 Series switches with detailed explanations how to deploy
one or another QoS method/technique to achieve required results. This
switch software review is intended for network administrators and
support personnel who wants to depoly QoS service in low-price HP
configurable switches.
Download Full Review
So switches SW1, SW2, SW3 must honor the priotity (different types of traffic priority) from CoreSW switch and also change the dscp policies to a new ones. CoreSW is a transit switch but it should also set required priorities to types of traffic for vlans which move through tagged ports.
SW1(config)# qos dscp-map 010100 priority 1
SW1(config)# qos dscp-map 011110 priority 5
SW1(config)# qos dscp-map 101110 priority 7
SW1(config)# qos dscp-map 001111 priority 5
SW1(config)# qos type-of-service diff-services 001111 dscp 011110
SW1(config)# qos dscp-map 001010 priority 1
SW1(config)# qos type-of-service diff-services 001010 dscp 010100
SW1(config)# vlan 10 qos dscp 20
SW1(config)# vlan 30 qos dscp 30
SW1(config)# vlan 40 qos dscp 46
SW1(config)# show qos type-of-service
Comments