Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
How to Configure Layer 3 Terminated VCs on the 4-Port ATM ISE Line Card
15
Cisco IOS Release 12.0(27)S
10.
exit
11.
interface atm
slot/port.subifnum
12.
pvc
vpi/vci
13.
service-policy
{
input
|
output
}
policy-name
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 acgroup2
Specifies the user-defined name of the traffic class.
Step 4
match access-group
access-group
Example:
Router(config-cmap)# match access-group 2
Specifies the numbered access list against whose contents
packets are checked to determine if they belong to the class.
Step 5
exit
Exits class-map mode.
Step 6
policy-map
policy-name
Example:
Router(config)# policy-map police
Specifies the name of the traffic policy to configure.
Step 7
class
class-name
Example:
Router(config-pmap)# class acgroup2
Specifies the name of a predefined class, which was defined
with the
class-map
command, to be included in the traffic
policy.
Step 8
Router(config-pmap-c)#
police
bps burst-normal
burst-max
conform-action
action
exceed-action
action
violate-action
action
Example:
Router(config-pmap)# police 8000 2000 4000
conform-action transmit exceed-action
set-qos-transmit 4
Specifies a maximum bandwidth usage by a traffic class
through the use of a token bucket algorithm.
Step 9
exit
Exits policy-map class mode.
Step 10
exit
Exits policy-map mode