07-14-2011 07:22 PM - edited 03-07-2019 01:13 AM
New to nexus and I'm trying to figure out how to set up queuing on the 5k.
I'd like to trust cos which I think the 5k does by default. I would then like to put cos 5 (voice) in a priority queue and so on.
From my reading I think the 5k has 6 queues?
Does anyone have a sample config or documentation?
07-15-2011 01:15 AM
Here is a Nexus 5000 QoS configuration guide
hope this helps.
Please rate if helpful
07-15-2011 06:09 AM
Yeah I've looked that over and I don't see any specific queues. Do qos-groups map to queues?
Sent from Cisco Technical Support iPad App
07-15-2011 08:01 AM
07-15-2011 01:43 PM
You should configured all three QoS in the N5K - ingress, network, and queuing (egress).
I am assuming all your interfaces are trunk since you are matching COS on ingress. If your devices are not trunked (meaning host with access VLAN), your ingress match policy will not work.
Ingress:
class-map type qos Voice
match cos 5
class-map type qos Video
match cos 3
class-map type qos RT-Data
match cos 4
class-map type qos NRT-Data
match cos 1
policy-map type qos Queue-Map
class Voice
set qos-group 5
class Video
set qos-group 3
class RT-Data
set qos-group 4
class NRT-Data
set qos-group 1
system qos
service-policy type qos input Queue-Map
Network QoS:
class-map type network-qos Voice
match qos-group 5
class-map type network-qos Video
match qos-group 3
class-map type network-qos RT-Data
match qos-group 4
class-map type network-qos NRT-Data
match qos-group 1
policy-map type network-qos NQ
class type network-qos Voice
class type network-qos Video
class type network-qos RT-Data
class type network-qos NRT-Data
system qos
service-policy type network-qos NQ
Egress queuing:
class-map type queuing Voice
match qos-group 5
class-map type queuing Video
match qos-group 3
class-map type queuing RT-Data
match qos-group 4
class-map type queuing NRT-Data
match qos-group 1
policy-map type queuing 5k-qos-out
class type queuing class-default
bandwidth 64
class type queuing class-fcoe
bandwidth percent 1
class type queuing Voice
priority
class type queuing Video
bandwidth percent 10
class type queuing RT-Data
bandwidth percent 15
class type queuing NRT-Data
bandwidth percent 10
system qos
service-policy type queuing output 5k-qos-out
HTH,
jerry
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide