Unsolved
This post is more than 5 years old
1 Rookie
•
68 Posts
0
58360
June 26th, 2007 18:00
QOS config for Data and VOIP
Hi
We have 3448P,5324 and 6024F switches in our network and I need to set up QOS for phones that have a computer connected to them,,,I'm not sure where to begin
Also does a 6224 do auto QOS
Thks
Glenn


Bill Felling
2 Posts
0
July 6th, 2007 21:00
Out of the box, all of those switches support queues based on 802.11Q (Vlan class of service tagging). They also support Diffserve, but by default I believe they rely on 802.11Q. The number of queues they support varies by switch model - 4 for the 3448 and 8 for the 6024, I believe. And of the four supported on the 3448, I think one is reserved, although I'm not sure for what. But that still leaves enough to separate voice packets.
Recent Cisco phones automatically insert both types of tags into voice packets. So if you
- set up a vlan for your phones,
- make sure all ports which are connected to phones are part of that vlan in Tagged mode (so the vlan tags coming from the phones are preserved), and
- make sure all interconnect ports are also part of that vlan
your voice packets will be placed into the highest priority queue on the switches, and get forwarded ahead of everything else. You will also need to make sure your forwarding algorithm is "strict priority" instead of weighted-round-robin, so that all top priority packets get forwarded before any lower priority packets.
Cisco servers, on the other hand, use Diffserv exclusively, since the servers aren't typically vlan aware. So the switch to which the server(s) is/are connected needs to know to pay attention to diffserv - at least on the ports connected to Cisco phone servers. Finally, if you want to make sure that packets with diffserv priorities are treated exactly the same way as those with class of service tags, you need to modify a couple of the diffserv mapping entries.
But other phone systems/phones may handle this completely differently.
Crzywolf
93 Posts
0
July 9th, 2007 20:00