Cisco Systems 10000 Network Router User Manual


 
8-8
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 8 Configuring ATM Permanent Virtual Circuit Autoprovisioning
ATM PVC Autoprovisioning
Example 8-3 applies the VC class myclass to the PVC range 100/100 to 100/200.
Example 8-3 Applying a VC Class to a PVC Range
Router(config)# int atm 3/0/0.1 multipoint
Router(config-subif)# atm pppatm passive
Router(config-subif)# range pvc 100/100 100/200
Router(config-subif-atm-range)# class-range myclass
Applying a VC Class to a Specific PVC Within a PVC Range
To apply a VC class to a specific PVC within a PVC range, enter the following commands beginning in
global configuration mode:
Example 8-4 applies the VC class myclass to PVC 100/100 in the PVC range 100/100 to 100/200.
Example 8-4 Applying a VC Class to a Specific PVC Within a PVC Range
Router(config)# int atm 3/0/0.1 multipoint
Router(config-subif)# atm pppatm passive
Router(config-subif)# range pvc 100/100 100/200
Router(config-subif-atm-range)# pvc-in-range 100/100
Router(config-subif-atm-range-pvc)# class-vc myclass
Creating an On-Demand PVC Directly
To configure an on-demand PVC directly on an individual PVC, a PVC range, or a specific PVC within
PVC range, perform the following tasks:
Enabling ATM PVC Autoprovisioning on an Individual PVC, page 8-9
Enabling ATM PVC Autoprovisioning on a Range of PVCs, page 8-9
Enabling ATM PVC Autoprovisioning on a Specific PVC Within a PVC Range, page 8-10
Step 2
Router(config-if)# range [range-name] pvc
start-vpi/start-vci end-vpi/end-vci
Specifies the range of PVCs and enters atm-range configuration
mode.
Step 3
Router(config-if-atm-range)# class-range
class-name
Applies the VC class on the range of PVCs.
Command Purpose
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)# range [range-name] pvc
start-vpi/start-vci end-vpi/end-vci
Specifies the range of PVCs and enters atm-range configuration
mode.
Step 3
Router(config-if-atm-range)# pvc-in-range
[pvc-name] [vpi/vci]
Specifies an individual PVC within a PVC range.
Step 4
Router(config-if-atm-range-pvc)# class-vc
vc-class-name
Applies the VC class on the individual PVC within the PVC
range.