Verifying The Interface Qos Configuration - Cisco Nexus 5000 NX-OS Service Configuration Manual

Quality of service configuration guide, release 5.1 3 n2 1
Table of Contents

Advertisement

Configuring QoS on Interfaces
Step 4
The following example shows how to attach a queuing policy map to a Layer 3 interface:
switch# configure terminal
switch(config)# interface ethernet 1/5
switch(config-if)# no switchport
switch(config-if)# service-policy type queuing output my_output_q_policy
switch(config-if)#
The following example shows how to attach an input qos policy map to a Layer 3 interface:
switch# configure terminal
switch(config)# interface ethernet 1/5
switch(config-if)# no switchport
switch(config-if)# service-policy type qos input my_input_qos_policy
switch(config-if)#

Verifying the Interface QoS Configuration

Use one of the following commands to verify the configuration:
Command
show class-map
show policy-map [name]
show policy-map interface [interface number]
show queuing interface [interface slot/\port]
show interface flowcontrol [module numbef ]
OL-26657-01
Command or Action
switch(config-if)# service-policy
[type {qos | queuing} [input |
output]policy-name
Cisco Nexus 5000 NX-OS Quality of Service Configuration Guide, Release 5.1(3)N2(1)
Verifying the Interface QoS Configuration
Purpose
Specifies the policy map to use as the service policy for the
Layer 3 interface. There are two policy-map configuration
modes:
• qos—Classification mode (this is the default mode).
• queuing—Queuing mode.
The input keyword specifies that this policy map
Note
should be applied to traffic received on an interface.
The output keyword specifies that this policy map
should be applied to traffic transmitted from an
interface. You can only apply input to a qos policy;
you can apply both input and output to a queuing
policy.
Purpose
Displays the class maps defined on the switch.
Displays the policy maps defined on the switch.
Optionally, you can display the named policy only.
Displays the policy map settings for an interface or
all interfaces.
Displays the queue configuration and statistics.
Displays the detailed listing of the flow control
settings on all interfaces.
47

Advertisement

Table of Contents
loading

Table of Contents