Cisco Cisco IOS Software Release 12.0(30)S

Seite von 20
      QoS: Match ATM OAM
How to Configure QoS: Match ATM OAM
6
Cisco IOS Release 12.0(30)S
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
configure
 terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
class-map 
class-map-name 
Example:
Router(config)# class-map not_oam
Specifies the name of the class map to be created and enters 
class-map configuration mode. 
Step 4
match not atm oam
 
Example:
Router(config-cmap)# match not atm oam 
Enables packet matching on the basis of excluding OAM.
Step 5
exit
 
Example:
Router(config-cmap)# exit 
Exits class-map configuration mode. 
Step 6
policy-map
 policy-map-name
Example:
Router(config)# policy-map oam_policy 
Creates or modifies a policy map that can be attached to one 
or more interfaces to specify a service policy. Enters 
policy-map configuration mode. 
Enter the policy map name. 
Step 7
class
 {class-name | class-default
Example:
Router(config-pmap)# class not_oam 
Specifies the name of the class whose policy you want to 
create or change or specifies the default class before you 
configure its policy. Enters policy-map class configuration 
mode.
Enter the class-name argument or enter the 
class-default keyword. 
Step 8
police rate 
pcr cps delay-tolerance cdvt 
conform-action 
action exceed-action action 
violate-action 
action 
Example:
Router(config-pmap-c)# police rate 1000 cps 
delay tolerance 1000 conform transmit exceed 
set-mpls-exp 3 
Specifies a maximum rate usage by a traffic class through 
the use of a generic cell rate algorithm. 
Step 9
exit
 
Example:
Router(config-pmap-c)# exit 
(Optional) Exits policy-map class configuration mode.