Cisco Systems 10000 Network Router User Manual


 
8-9
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 8 Configuring ATM Permanent Virtual Circuit Autoprovisioning
ATM PVC Autoprovisioning
Enabling ATM PVC Autoprovisioning on an Individual PVC
To enable ATM PVC autoprovisioning on an individual PVC, enter the following commands beginning
in global configuration mode:
Example 8-5 enables autoprovisioning on PVC 100/100 and sets the idle-timeout timer for 300 seconds.
Example 8-5 Enabling ATM PVC Autoprovisioning on a PVC
Router(config)# int atm 3/0/0.1 multipoint
Router(config-subif)# atm pppatm passive
Router(config-subif)# pvc 100/100
Router(config-subif-atm-vc)# create on-demand
Router(config-subif-atm-vc)# idle-timeout 300
Enabling ATM PVC Autoprovisioning on a Range of PVCs
To enable ATM PVC autoprovisioning on 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)# create
on-demand
Enables PVC autoprovisioning on the individual PVC.
Step 4
Router(config-if-atm-vc)# idle-timeout
[time-out-in-seconds]
[minimum-traffic-in-kbps]
(Optional) Enables the idle-timeout timer on the individual
on-demand PVC.
The default time-out-in-seconds is 0 (no idle-timeout).
The Cisco 10000 series router waits until the traffic on a
particular VC is processed before tearing down the VC, even if
you specify the minimum-traffic-in-kbps option or if the VC is
idle during the idle-timeout period.
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.