Cisco Cisco IOS Software Release 12.0(30)S

Seite von 20
      QoS: Match ATM OAM
How to Configure QoS: Match ATM OAM
5
Cisco IOS Release 12.0(30)S
DETAILED STEPS
Configuring Ingress Policing
Perform the following task to configure ingress policing on a L2VPN tunnel. 
SUMMARY STEPS
1.
enable 
2.
configure terminal
3.
class-map class-map-name 
4.
match not atm oam
5.
exit
6.
policy-map policy-map-name 
7.
class {class-name | class-default}
8.
police rate pcr cps delay-tolerance cdvt conform-action action exceed-action action 
violate-action action 
9.
exit 
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 class_oam 
Specifies the name of the class map to be created and enters 
class-map configuration mode. 
Step 4
match atm oam
 
Example:
Router(config-cmap)# match atm oam 
Enables packet matching on the basis of the ATM OAM.
Step 5
exit
 
Example:
Router(config-cmap)# exit 
(Optional) Exits class-map configuration mode.