Start a Conversation

Unsolved

This post is more than 5 years old

16491

February 28th, 2015 04:00

Dell powerconnect 5524 and 6024 quality of service voip

Hi...

I have reading a lot about about quality and service and the 5524 and 6024 switches but I am not sure how to set it up.

On or net we have asterisk servers handling voip traffic and I would like have quality of service regarding the sound (rtp streams), anyone knows how to enable this so the sound (rtp streams) are proritized?

10 Posts

February 28th, 2015 04:00

Sorry wrote wrong model it is not a 6024 it is 6224 switch.

5 Practitioner

 • 

274.2K Posts

March 2nd, 2015 13:00

You will need to first create a class using the Global Configuration command:

console(config)#class-map match-all

This will take you into class configuration mode.  After this you can decide which traffic to match.  There are a lot of options, use # match ?, to help find the category you want to use. As an example one of the options are "protocol", so you could then type "match protocol ?" for definitions or examples of what is expected.  Once your class is defined, create a policy.

console(config)#policy-map

Specify the class ,you creating earlier, that you want to be used in the policy.

console(config-pmap)# class

And set the value.

console(config-pmap-c)# set queue 6

That covers the basic configuration. Here is a good article that covers the 5524 switch. A lot of the commands and behavior is the same on the 6224.

http://dell.to/182IYsE

Page 681 of the user guide details enabling QoS on the 6224.

http://bit.ly/1DylYe6

Let us know how things work out.

No Events found!

Top