cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2090
Views
4
Helpful
4
Replies

Nexus 5k queuing

Jim Moore
Level 1
Level 1

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?

4 Replies 4

p.mcgowan
Level 3
Level 3

Here is a Nexus 5000 QoS configuration guide

http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli_rel_4_0_1a/QoS.html

hope this helps.

Please rate if helpful

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

After reading and re-reading the config doc this is what i've come up with. Does anyone see issues with this?

File attached

Thanks,

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

Review Cisco Networking products for a $25 gift card