- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: ProCurve QoS VoIP
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
08-21-2013 09:19 AM
08-21-2013 09:19 AM
ProCurve QoS VoIP
I've read through a few posts but none adressed my questions.
Normally for QoS on VoIP vlan I do the following:
vlan 700
name "VoIP"
qos priority 6
exit
I have recently changed this method to include dscp-map to priority 6 as it allows me to qos specific ports, specifically those in which have a PBX connectd as Mitel's PBX does not include QoS tags by default which helps with QoS'ing the signalling traffic. now it looks like this. In short, I'm forcing all VoIP to not only be retagged with DSCP46 but tagging traffic that otherwise wouldn't be in a normal deployment.
(config)# qos dscp-map 101110 priority 6
vlan 700
name "VoIP"
qos dscp 101110
exit
I have proven out that it is sucessfully applying qos policy to my pbx now. However, I saw another option and was wondering if it would help at all.
(config)# qos type-of-service diff-services
Since I have already performed packet captures and verified traffic is flowing into proper QoS queues is the diff-services command directly above even necessary? I believe by default without specifying type-of-service it is already Differentiated Services but just needed some confirmation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2013 01:47 PM
08-21-2013 01:47 PM
Re: ProCurve QoS VoIP
The preferred setup for VoIP VLANs is to use the "voice" keyword; this sets both 802.1p priority and DSCP, as well as enabling LLDP-MED on switches which support it.
Paul