Cisco 10000 Series Configuration Manual page 76

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

Advertisement

Commands
Where:
To verify the configuration of a PVP, use the show atm vp EXEC command.
The following example shows how to create a PVP with a peak rate of 50000 Kbps. The subsequent VCs
created are multiplexed onto this virtual path.
Router(config)# interface atm 7/0/0
Router(config-if)# atm pvp 25 50000
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
Creating a PVC
You can create a unspecified bit rate (UBR) PVC by entering the pvc command:
pvc [word] [vpi_value/]{vci_value} [ilmi]
Where:
By default, the pvc command creates a UBR PVC; to create a VBR-NRT PVC, see the
VBR-NRT" section on page
Note
You can only create one PVC on a point-to-point interface. Multiple PVCs can be created on a multipoint
interface.
Cisco 10000 Series Router Line Card Configuaration Guide
3-10
vpi is the ATM network virtual path identifier (VPI) of the VC used to multiplex the permanent
virtual path. The range is 0 to 255. You must use a VPI value that is not already in use (by a VC).
peak-rate is the maximum rate in Kbps at which the PVP can transmit data. You can enter values
from 84 Kbps to 299,520 Kbps and you can also enter 599,040 Kbps. The PVP peak rate value
supersedes all cell rate values set for VBR-NRT PVCs.
no-f4-oam (optional) restricts the PVP from passing operations/administration/maintenance (OAM)
packets. When you create a PVP, the system creates PVCs with VCI values of 3 and 4 for each PVP,
which pass OAM packets.
vpi_value is in the range from 0 to 255. If you do not specify a VPI value, the system assigns the
value of 0.
vci_value is in the range from 1 to 65535. The VCI value should be at least 33, because all of the
lower-numbered PVCs are generally used for specific purposes.
word is a name referring to this connection.
the 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. It is highly recommended that you use this
argument with PVC 0/16. For more information about activating ILMI, see the section
ATM ILMI PVC Discovery" section on page
3-17.
Chapter 3
1-Port OC-12 ATM Line Card Configuration
3-11.
"Activating
"Configuring
OL-8834-04

Advertisement

Table of Contents
loading

Table of Contents