Specifications

32-40
Cisco 7600 Series Router Cisco IOS Software Configuration Guide—12.1E
78-14064-04
Chapter 32 Configuring PFC QoS
Configuring PFC QoS
0x6005diagnosticDEC DECnet Diagnostics
0x6007lavc-scaDEC Local-Area VAX Cluster (LAVC), SCA
0x6008amberDEC AMBER
0x6009mumpsDEC MUMPS
0x8038dec-spanningDEC LANBridge Management
0x8039dsmDEC DSM/DDP
0x8040netbiosDEC PATHWORKS DECnet NETBIOS Emulation
0x8041msdosDEC Local Area System Transport
0x8042etype-8042DEC unassigned
0x809BappletalkKinetics EtherTalk (AppleTalk over Ethernet)
0x80F3aarpKinetics 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 32-40
Configuring Filtering in a Class Map, page 32-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 32-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 32-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 32-37.
Command Purpose
Router(config)# class-map class_name
Creates a class map.
Router(config)# no class-map class_name
Deletes a class map.