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
22
Cisco IOS Release 12.0(27)S
Note
If the class-default is not explicitly configured, it is implicitly configured. All remaining bandwidth is
allocated to class-default.
Note
VCs with a configured bandwidth (using the
bandwidth
command) are limited to a peak cell rate (PCR)
of 299,520 Kbps on the 4-Port OC-12c/STM-4c ATM ISE line card.
Step 3
policy-map
policy-name
Example:
Router(config)# policy-map WRED-MDRR-POLICY-1
Specifies the name of the traffic policy to configure.
Step 4
class
class-name
Example:
Router(config-pmap)# class class1
Specifies to configure the first class.
Step 5
priority
Specifies the class as the priority class.
Step 6
class
class-name
Example:
Router(config-pmap)# class class2
Specifies to configure the second class.
Step 7
bandwidth remaining percent
percent
Example:
Router(config-pmap-c)# bandwidth remaining
percent 50
Specifies a minimum bandwidth guarantee to a traffic class.
Here the minimum bandwidth guarantee is based on the
remaining bandwidth available. If there is no available
bandwidth, the class will receive no bandwidth, regardless
of the percent specified.
Step 8
class class-default
Explicitly specifies to configure the default class.
Step 9
exit
Exits policy-map class mode.
Step 10
exit
Exits policy-map mode.
Step 11
interface atm
slot
/
port.subifnum
Example:
Router(config)# interface atm1/0.1
Specifies the ATM subinterface to configure.
Step 12
pvc
vpi
/
vci
Example:
Router(config-subif)# pvc 1/1
Specifies the ATM PVC to attach the policy map to.
Step 13
service-policy output
policy-name
Example:
Router(config-if-atm-vc)# service-policy output
WRED-MDRR-POLICY-1
Attaches the policy map to the PVC.
Command or Action
Purpose