- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Aruba & ProVision-based
- >
- QOS Implementation for VOIP
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
08-30-2013 11:27 AM
08-30-2013 11:27 AM
I am new to QOS and want to configure switches properly for my implementation. I am installing a Shoretel phone system and am planning on segmenting a Voice VLAN with the "voice" option enabled. I'm not sure if it's priority 6 or 7, as the setting or if it even matters. I understand 802.1p is Layer 2 only and in order to maintain QOS settings over layer 3, there has to be some sort of DSCP map that takes place. I've read the advanced traffic guide and I'm having a hard time determining what needs to be done. I've added a basic diagram that resembles my network. Core switch is 8600 and clients are 2910s. Thanks for all the help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-03-2013 06:32 PM - edited 09-03-2013 06:33 PM
09-03-2013 06:32 PM - edited 09-03-2013 06:33 PM
SolutionHello Jstew,
I haven't checked the QoS features on the 2910's, but assuming they are similar to the 8200 you have you would want to do the following:
- Enable your switchesto inspect DiffServ traffic with the qos type-of-service diff-services command.
- Configure your DSCP to DOT1P mappings. (For example qos dscp-map 100110 priority 6 ). This makes sure that certain DSCP values get treated appropriately and sends traffic out the correct queues.
- Depending on the granularity you'll want to set your output queues. I use all 8, but for your network 4 would probably suffice. You can change this with the qos queue-config x command. Default is 8 and if you change this you will need to reboot your switches.
Technically you would not need to do anymore since your voice traffic from the shoretel should be marked as EF by the shoretel configuration. You can however classify and mark call signaling traffic and other types of traffic if you wanted to get more granular as to what types of traffic get what type of treatment. Here's a good link on Shoretel QOS requirements.
If you're going to want to classify, mark and treat traffic at that level you'll want to make sure your DSCP to DOT1P values are set accordingly and that you have QoS policies to perform the classification and marking. Here's an example of that.
class ipv4 "INTERACTIVE-VIDEO"
10 match tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 2598
20 match tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 1494
exit
class ipv4 "CALL-SIGNALING"
10 match tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 5440
20 match tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 111
30 match tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 31453
40 match udp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 31453
50 match udp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 111
60 match udp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 2427
70 match udp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 eq 2727
80 match udp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 range 5440
5448
exit
policy qos QOS
class ipv4 "INTERACTIVE-VIDEO" action dscp af41
class ipv4 "CALL-SIGNALING" action dscp af31
exit
interface xxx
service-policy QOS in
So the above example will create traffic classifiers to look for traffic on the ports identified, mark them with DSCP values included in the QOS policy and send out the appropriate priority queues for any port on which this policy is enabled.
With that you may not even need too much QOS as long as bandwidth is sufficeint. Hopefully this helps a bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-05-2013 09:12 AM
09-05-2013 09:12 AM
Re: QOS Implementation for VOIP
Lorenzo,
Thanks so much for the insight. It is becoming much clearer now. I do have a follow up question. In regards to the DSCP settings and the map, does this get configured on every switch in the network or just the devices that are connecting the WAN Links? I appreciate your very detailed and accurate post. It really helps bring the concep together.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-2013 02:11 PM
09-06-2013 02:11 PM
Re: QOS Implementation for VOIP
Not a problem, glad it helped!
In regards to your question, its usually best to configure QoS throughout the network, so that behavior is consistent. At minimum, if you have traffic traversing the other switches that you want treated a certain way, then you should configure your mappings, markings, and service policies on those switches too.
I left one thing out of my original post. You have the option of configuring GMB on your switchport egress queues as well. This, you may just want to configure on your uplinks or WAN links where the potential for congestion is higher.
Lorenzo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-08-2018 04:44 AM
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP