Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: The_R0CKPosted on 2007-10-18 at 08:16:35ID: 20101693
If it is for use with Cisco IP phones (Cisco VoIP), then I recommend you use Cisco's AutoQos. If are using Cisco phones on Cisco switches, this is made very easy.
/docs/swit ches/lan/c atalyst356 0/ software /release/1 2.2_25_se/ configurat ion/guide/ swqos.html
It is as simple as putting in the following command on each switch interface (where a IP phone is connected):
(config-if)# auto qos voip cisco-phone
For the interfaces which connect the switches together, you should put this command:
(config-if)# auto qos voip trust
This will automatically configure the best method of QoS for Cisco VoIP on the switches. The first command sets up the ports where the phones are connected to prioritize voice when competing with traffic from the PC attached to the Phone, the second command sets up the traffic between swicthes to ensure voice goes through first...... in basic terms :)
More information here:
Catalyst 3560 Switch Software Configuration Guide, Rel. 12.2(25)SE - Configure QoS
http://www.cisco.com/en/US
The same commands applies to all of your switches, if its not available perhaps you need to upgrade your IOS's to a later version, but its been around a while so you should be ok.