Removing the Interface QoS Limit from the TCAM
Before You Begin
•
Remove all VLAN QoS policies.
Procedure
Purpose
Command or Action
Enters global configuration mode.
switch#
configure terminal
Step 1
Displays the limits of the QoS TCAMs.
switch(config)#
show hardware profile
tcam feature qos
Step 2
Configures the interface QoS TCAM limit. The
tcam-size
range is from 7 to 446 entries.
switch(config)#
no hardware profile tcam
feature interface-qos limit tcam-size
Step 3
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to
the startup configuration.
switch(config)#
copy running-config
startup-config
Step 4
This example shows how to remove the interface QoS TCAM limit:
switch(config)#
configure terminal
switch(config)#
show hardware profile tcam feature qos
Feature
Limit (number of tcam entries)
------------------------------------------------------
interface-qos
20
vlan-qos + global-qos
428
switch(config)#
no hardware profile tcam feature interface-qos limit 20
switch(config)#
copy running-config startup-config
Configuring a Service Policy on a VLAN
Before You Begin
•
You must configure the interface QoS limit.
•
You must configure a policy map.
•
The TCAM must have enough free entries to configure the service policy on the VLAN.
Cisco Nexus 5000 NX-OS Quality of Service Configuration Guide, Release 5.1(3)N2(1)
54
OL-26657-01
Configuring QoS on VLANs
Removing the Interface QoS Limit from the TCAM