Cisco Systems OL-7396-01 Network Router User Manual


 
25-40
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 25 Configuring ATM Router Module Interfaces
Configuring VC Bundling with IP and ATM QoS
Displaying the Input Map Policy
To display the input map policy configuration on the ATM router module interface, use the following
privileged EXEC command:
Configure Per-Hop Behavior and Output Processing
This section describes configuring the output queues on the ATM QoS VC bundle on an enhanced ATM
router module.
Configuring Output Queues Based on BA Classifiers
This section describes configuring the output queues based on the behavior aggregate (BA) classifiers.
A maximum of four output queues can be configured for each interface (including class-default).
Note Class-default matches traffic not matched by the three classifiers.
To configure the BA classifiers, use the following commands, beginning in global configuration mode:
Example
The following example classifies the three BA classifiers. They correspond to the three output queue.
Switch1(config)# class-map match-all hipri
Switch1(config-cmap)# match ip precedence 2
Switch1(config-cmap)# exit
Switch1(config)# class-map match-all mark-video
Switch1(config-cmap)# match access-group 151
Switch1(config-cmap)# exit
Switch1(config)# class-map match-all mark-voice
Switch1(config-cmap)# match access-group 150
Switch1(config-cmap)# end
Switch1#
Command Purpose
show epc ipqos database interface
{interface-type card/subcard/port} input
Displays the input map policy configuration
information.
Command Purpose
Step 1
Switch(config)# class-map name [match-all | match-any]
Switch(config-cmap)#
Specifies the match criteria in the class map and
changes to QoS class map configuration mode.
Step 2
Switch(config-cmap)# match {access-group {acl-index |
acl-name} | any | class-map | destination-address mac
mac-address | input-interface {{interface-type
card/subcard/port} | {null number} | {vlan vlan-id}}| ip
{dscp | precedence} value1 value2 ... value8 | not | protocol
{ ip | ipc | vofr} | qos-group group-value | source-address
mac mac-address}
Specifies the classification criteria.