- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Basic QoS for 4500G
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
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
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
05-20-2010 03:02 PM
05-20-2010 03:02 PM
Basic QoS for 4500G
The softphones have an option to tag traffic as DSCP 46, which according to 3com documentation is "Expedited Forwarding (EF) class: In this class, packets can be forwarded regardless of link share of other traffic. The class is suitable for preferential services with low delay, low packet loss ratio, low jitter, and assured bandwidth"
My question is what needs to be enabled on the switches to do this? (I doubt that DSCP priorization would just happen automatically without setting some sort of QoS.)
It appears that I need to:
- set priority trust so that the DSCP packet priority level takes precedence over port priority
- set SP or WFQ queue scheduling on each port
Does that seem accurate or am I missing something? Do I need to setup ACL or VLANs in order to do this, or can I simply use the DSCP priority?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2010 02:25 PM
05-24-2010 02:25 PM
Re: Basic QoS for 4500G
At first, create a voice VLAN:
vlan
name VOICE
Enable the voice VLAN:
voice vlan
Configure the ports as follows:
interface giga 1/0/N
port link-type hybrid
port hybrid vlan
priority trust enable
In the uplink ports,at both sides:
port link-type trunk
port trunk permit vlan 6
I assume that you are using the default VLAN 1 only.
This commands can help a little in order to increase the voice performance. But, at the other hand, I suggest you to take a look in QoS settings using the configuration guide, and create and assign ACLs in order to improve more efficiency to the traffic priorization.
HTH
This message was edited by Fred_Mancen on 5-24-10 @ 2:25 PM
Fred Mancen