Creating A Pvc - Cisco 10000 Series Configuration Manual

Router line card
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Chapter 2
8-Port E3/DS3 ATM Line Card Configuration
The following example shows how to create a PVP with a peak rate of 30,000 kbps. Subsequently, the
created VCs are multiplexed onto this virtual path.
Router(config)# interface atm 7/0/0
Router(config-if)# atm pvp 25 30000
Router(config-if)# pvc 25/100
Router(config-if-atm-vc)# vbr-nrt 10000 5000 16
Router(config-if-atm-vc)# exit
Router(config-if)# pvc 25/101
Router(config-if-atm-vc)# vbr-nrt 10000 5000 16
Router(config-if-atm-vc)# exit
Router(config-if)# pvc 25/102
Router(config-if-atm-vc)# vbr-nrt 10000 5000 16
Router(config-if-atm-vc)# exit
Router(config)#

Creating a PVC

This section describes how to create a permanent virtual circuit.
You can only create one PVC on a point-to-point interface. Multiple PVCs can be created on a multipoint
Note
interface.
You can establish an unspecified bit rate (UBR) PVC by entering the pvc command:
pvc [word] [vpi_value/]{vci_value} [ilmi]
By default, the pvc command creates a UBR PVC. To specify a VBR-NRT PVC, see the
VBR-NRT" section on page
Examples:
OL-8834-04
Where:
word is an optional name referring to this connection.
vpi_value is in the range from 0 to 255. If you do not specify a VPI value, the system assigns the
value 0.
vci_value is in the range 1 to 65535. The VCI value should be 33 or greater because all
lower-numbered PVCs are already assigned.
ilmi parameter maps the ILMI channel to the PVC for this interface. You can only use this argument
for PVCs created on the main interface. We recommend that you use this argument with PVC 0/16.
For more information about activating ILMI, see the
section on page
2-14.
2-19.
Create PVC 0/105 on the interface.
Router(config)# interface atm 5/0/0
Router(config-if)# pvc 105
Router(config-if-atm-vc)#
Create PVC 2/102 on a subinterface.
Router(config)# interface atm 5/0/0.1
Router(config-subif)# pvc 2/102
Router(config-if-atm-vc)#
"Activating ATM ILMI PVC Discovery"
Cisco 10000 Series Router Line Card Configuaration Guide
Line Card Commands
"Configuring
2-13

Advertisement

Table of Contents
loading

Table of Contents