Cisco Nexus 9000 Series Configuration Manual page 51

Nexus 9000 series data center switches
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Using Modular QoS CLI
SUMMARY STEPS
1. configure terminal
2. vlan configuration vlan-id-list
3. service-policy [type qos] {input} {policy-map-name} [no-stats]
4. show policy-map [interface interface | vlan vlan-id] [input] [type qos | queuing] [class [type qos |
queuing] class-map-name]
5. copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
vlan configuration vlan-id-list
Example:
switch(config)# vlan configuration 2
switch(config-vlan-config)#
Step 3
service-policy [type qos] {input}
{policy-map-name} [no-stats]
Example:
switch(config-vlan-config)# service-policy
type qos input policy1
Step 4
show policy-map [interface interface | vlan vlan-id]
[input] [type qos | queuing] [class [type qos |
queuing] class-map-name]
Example:
switch(config)# show policy-map vlan 2
Step 5
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Purpose
Enters global configuration mode.
Enters VLAN configuration mode.
vlan-id-list is a space-separated list of
Note
VLANs.
Adds the policy map to the input packets of a VLAN.
Only one input policy can be attached to a VLAN. The example
adds policy1 to the VLAN.
Label sharing only occurs when QoS policies under VLANs are
configured with the no-stats option. With the no-stats option, the
QoS label gets shared when the same QoS policy is applied on
multiple VLANs.
When the no-stats option is configured, the ingress QoS
Note
policy-map statistics on a VLAN basis are not available
because the label is shared.
(Optional) Displays information about policy maps that are applied
to all interfaces or the specified interface. You can limit what the
device displays to input policies, qos or queuing polices, and to a
specific class.
(Optional) Saves the running configuration to the startup
configuration.
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x
Attaching a QoS Policy Action to a VLAN
37

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents