31-51
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
78-14099-04
Chapter 31 Configuring PFC QoS
Configuring PFC QoS
By default, microflow policers affect only routed traffic. To enable microflow policing of bridged traffic
on specified VLANs, perform this task:
This example shows how to enable microflow policing of bridged traffic on VLANs 3 through 5:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# interface range vlan 3 - 5
Router(config-if)# mls qos bridged
Router(config-if)# end
Router#
This example shows how to verify the configuration:
Router# show mls qos | begin Bridged QoS
Bridged QoS is enabled on the following interfaces:
Vl3 Vl4 Vl5
<...output truncated...>
Router#
Enabling or Disabling PFC Features on an Interface
You can enable or disable the PFC QoS features implemented on the PFC for traffic from an interface
(see the “PFC Marking and Policing” section on page 31-16). Disabling the PFC QoS features on an
interface leaves the configuration intact. The mls qos interface command reenables any previously
configured PFC QoS features. The mls qos interface command does not affect the port queueing
configuration.
To enable or disable PFC features for traffic from an interface, perform this task:
Command Purpose
Step 1 Router(config)# interface {{vlan vlan_ID} |
{type1 slot/port}}
1. type = ethernet, fastethernet, gigabitethernet, or tengigabitethernet
Selects the interface to configure.
Step 2 Router(config-if)# mls qos bridged Enables microflow policing of bridged traffic, including
bridge groups, on the VLAN.
Router(config-if)# no mls qos bridged Disables microflow policing of bridged traffic.
Step 3 Router(config-if)# end Exits configuration mode.
Step 4 Router# show mls qos Verifies the configuration.
Command Purpose
Step 1 Router(config)# interface {{type1 slot/port} |
{port-channel number}}
1. type = ethernet, fastethernet, gigabitethernet, tengigabitethernet, ge-wan, pos, or atm
Selects the interface to configure.
Step 2 Router(config-if)# mls qos Enables PFC QoS on the interface.
Router(config-if)# no mls qos Disables PFC QoS on the interface.
Step 3 Router(config-if)# end Exits configuration interface.
Step 4 Router# show mls qos Verifies the configuration.