Configuring default class maps, Configuring default class maps 0, Ble 208. creating a default class map 0 – Allied Telesis AT-8100 Series User Manual
Page 1660
Chapter 100: Quality of Service (QoS)
1660
Configuring Default Class Maps
Each time you create a new policy map, a new class map called default is
created automatically and assigned to the policy map. A default class map
enables you to specify the action that applies to all unclassified traffic
within a policy map. This unclassified traffic is comprised of all traffic within
a policy-map that is independent of the class maps within a policy map.
Using default class maps simplifies QoS configuration. First, specify what
you want to filter in the class maps. Then, configure the default class map
with one of the following settings:
Permit unspecified traffic. This is the default setting.
Deny unspecified traffic.
Copy unspecified traffic to the mirrored port.
You configure the default action of the default class map with the
DEFAULT-ACTION command. For more information about this command,
see “DEFAULT-ACTION” on page 1602.
The following example sets the action of the default class map to deny
packets of unclassified data within a policy map.
Table 208. Creating a Default Class Map
Command
Description
awplus> enable
Enters the Privileged Executive mode from the
User Executive mode.
awplus# configure terminal
Enters the Global Configuration mode.
awplus(config)# policy-map pmap1
Creates a policy map “pmap1” and enters the
Policy Map Configuration mode.
awplus(config-pmap)# default-action
deny
Specifies all unclassified data is denied.