8-7
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 8 Configuring ATM Permanent Virtual Circuit Autoprovisioning
ATM PVC Autoprovisioning
Example 8-1
creates a VC class named
myclass
, enables PVC autoprovisioning on the class, and sets the
idle-timeout timer for 300 seconds. The configuration of the idle-timeout timer is optional.
Example 8-1
Configuring a VC Class with PVC Autoprovisioning Enabled
Router(config)# vc-class atm myclass
Router(config-vc-class)# create on-demand
Router(config-vc-class)# idle-timeout 300
Applying the VC Class
To apply a VC class, perform the following tasks:
•
Applying a VC Class to an Individual PVC, page 8-7
•
Applying a VC Class to a Range of PVCs, page 8-7
•
Applying a VC Class to a Specific PVC Within a PVC Range, page 8-8
Applying a VC Class to an Individual PVC
To apply a VC class to a specific PVC, enter the following commands beginning in global configuration
mode:
Example 8-2
applies the VC class
myclass
to PVC 100/100.
Example 8-2
Applying a VC Class to an Individual PVC
Router(config)# interface atm 3/0/0.1 multipoint
Router(config-subif)# atm pppatm passive
Router(config-subif)# pvc 100/100
Router(config-subif-atm-vc)# class-vc myclass
Applying a VC Class to a Range of PVCs
To apply a VC class to a range of PVCs, enter the following commands beginning in global configuration
mode:
Command
Purpose
Step 1
Router(config)#
interface atm
slot
/0
[
.
subinterface-number
{
multipoint
|
point-to-point
}]
Specifies the ATM interface and enters interface or subinterface
configuration mode.
Step 2
Router(config-if)#
pvc
[
name
]
vpi
/
vci
Specifies the ATM PVC and enters atm-vc configuration mode.
Step 3
Router(config-if-atm-vc)#
class-vc
vc-class-name
Applies the VC class on the PVC.
Command
Purpose
Step 1
Router(config)#
interface atm
slot
/0
[
.
subinterface-number
{
multipoint
|
point-to-point
}]
Specifies the ATM interface and enters interface or subinterface
configuration mode.