Avatar of techlinden
techlinden
Flag for United States of America asked on

nexus qos question

I had Cisco tac help me create some policies for qos for our voice traffic on our nexus 9k at the datacenter.  I think i understand what he did but am still a little cloudy.  hoping someone can clear up.    

We have 2 policy-maps, one with type queuing and one type qos  to classify and put in the priority queue.   Both of these policy maps have the same name.  

policy-map type queuing voice
policy-map type qos voice

Are these the same policy-maps with different types or 2 totally separate policy-maps where i could have used different names?
CiscoSwitches / HubsRouters

Avatar of undefined
Last Comment
techlinden

8/22/2022 - Mon
Predrag Jovic

policy-map type queuing voice
This one adjust queue size per priority category (how many packets can be in specific queue).
policy-map type qos voice
This one is adding specific types of traffic (defined in class-maps by  some criteria (cos markings dscp marking, access list etc)) into priority categories and specify behavior for each priority class (treatment for specific class - max bandwidth, drop rate etc).
Those are two different types of policy-maps.
Those two can have different names, check policies under # system qos, most likely you will see
# system qos
# service-policy type queuing output voice
# service-policy type qos output voice
at least that's how it can be configured on 5k devices (not sure for 9k, but I guess it is similar).
techlinden

ASKER
so they can have different names or the same names but they are basically different policy-maps since they are different types if i understand it?
ASKER CERTIFIED SOLUTION
Predrag Jovic

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
techlinden

ASKER
Awesome!   Thanks so much!
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck