User Guide

31-40
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
78-14099-04
Chapter 31 Configuring PFC QoS
Configuring PFC QoS
0x6005—diagnostic—DEC DECnet Diagnostics
0x6007—lavc-sca—DEC Local-Area VAX Cluster (LAVC), SCA
0x6008—amber—DEC AMBER
0x6009—mumps—DEC MUMPS
0x8038—dec-spanning—DEC LANBridge Management
0x8039—dsm—DEC DSM/DDP
0x8040—netbios—DEC PATHWORKS DECnet NETBIOS Emulation
0x8041—msdos—DEC Local Area System Transport
0x8042—etype-8042—DEC unassigned
0x809B—appletalk—Kinetics EtherTalk (AppleTalk over Ethernet)
0x80F3—aarp—Kinetics AppleTalk Address Resolution Protocol (AARP)
This example shows how to create a MAC-Layer access list named mac_layer that denies dec-phase-iv
traffic with source address 0000.4700.0001 and destination address 0000.4700.0009, but permits all
other traffic:
Router(config)# mac access-list extended mac_layer
Router(config-ext-macl)# deny 0000.4700.0001 0.0.0 0000.4700.0009 0.0.0 dec-phase-iv
Router(config-ext-macl)# permit any any
Configuring a Class Map (Optional)
These sections describe class map configuration:
Creating a Class Map, page 31-40
Configuring Filtering in a Class Map, page 31-40
Note You can also create class maps during policy map creation with the policy-map class command (see the
“Creating a Policy Map Class and Configuring Filtering” section on page 31-43).
Creating a Class Map
To create a class map, perform this task:
Configuring Filtering in a Class Map
Note Except for MAC-Layer ACLs (see the “Configuring MAC-Layer Named Access Lists (Optional)”
section on page 31-39), access lists are not documented in this publication. See the reference under
access-list in the “Configuring a PFC QoS Policy” section on page 31-37.
Command Purpose
Router(config)# class-map class_name
Creates a class map.
Router(config)# no class-map class_name
Deletes a class map.