- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- QoS for multiple DSCP values
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 12:17 PM
01-25-2011 12:17 PM
QoS for multiple DSCP values
Greetings all. I'm a Cisco guy but am working on 2610's and 2910al's right now and am a little unclear how to do QoS setup for the voice implementation.
All prioritization of voice is for this install (based on hardware) is being done by giving priority for dscp ef (101110) for RTP (the voice traffic) and dscp cs3 (011000) for signaling.
dscp ef should get highest priority, then cs3, and then everything else as default.
What's the proper way for me to handle prioritization for both of these dscp values?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2011 02:11 PM
02-01-2011 02:11 PM
Re: QoS for multiple DSCP values
Hello,
please have a look the QoS config guide:
http://cdn.procurve.com/training/Manuals/2910-ATG-Feb09-5-Qos.pdf
Basically you have to create a mapping DSCP value -> internal priority (= 802.1p tag). I.e. DSCP value "ef" already maps to priority 7. (show qos dscp-map)
If you want to achieve that cs3 traffic will also go into the high priority queue then you can assign prio 7, too:
# qos dscp-map 011000 priority 7
Finally don't forget to turn on the following command to honor the DSCP value of incoming packets:
# qos type-of-service diff-services
Cheers,
Michael