Attaching The System Service Policy - Cisco Nexus 9000 Series Configuration Manual

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

Advertisement

Using Modular QoS CLI
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface interface slot/port
Example:
switch(config)# interface ethernet 1/1
switch(config-if)#
Step 3
no switchport
Example:
switch(config-if)# no switchport
Step 4
service-policy type {qos input | queuing output}
policy-map-name [no-stats]
Example:
switch(config-if)# service-policy input policy1
switch(config-if)#
Step 5
show policy-map interface interface slot/port type
{qos | queuing}
Example:
switch(config)# show policy-map interface
ethernet 1/1 type qos
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config

Attaching the System Service Policy

The service-policy command specifies the system class policy map as the service policy for the system.
Purpose
Enters global configuration mode.
Enters configuration interface mode.
Selects the Layer 3 interface.
Specifies the policy map to use as the service policy for the
Layer 3 interface. There are two policy-map configuration
modes:
• qos input — qos input is the default classification mode.
• queuing output —Queuing mode.
Note
(Optional) Displays information about policy maps that are
applied to the specified interface. You can limit what the
device displays to qos or queuing policies.
(Optional) Saves the running configuration to the startup
configuration.
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x

Attaching the System Service Policy

The output keyword specifies that this policy map
should be applied to traffic transmitted from an
interface. You can only apply output to a queuing
policy.
35

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents