Creating Atm Pvps - Cisco 10000 Series Configuration Manual

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

Advertisement

ATM Commands
Where class_name is the name of the class created using the global configuration class-vc atm
command.
In the following example, a VC class named cambridge is created and attached to subinterface 3/0/0.1.
Router(config)# vc-class atm cambridge
Router(config-vc-class)# encaps aal5mux ip
Router(config-vc-class)# vbr-nrt 30000 20000 128
Router(config-vc-class)# exit
Router(config)# interface atm 3/0/0.1
Router(config-subif)# class-int cambridge

Creating ATM PVPs

To create a permanent virtual path (PVP) used to multiplex one or more VBR-NRT VCs, use the atm
pvp interface configuration command.
atm pvp vpi peak-rate [no-f4-oam]
no atm pvp vpi
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 50,000 Kbps. The subsequent
created VCs 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
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
Note
on a multipoint interface.
Cisco 10000 Series Router Line Card Configuaration Guide
1-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 74,880 Kbps, and you can also enter 149,760 Kbps. The PVP peak rate value supersedes all
rate values set for VBR-NRT PVCs associated with the PVP.
no-f4-oam (optional) restricts the PVP from passing operations/administration/maintenance (OAM)
packets. When you create a PVP, the system creates (by default) PVCs with VCI values of 3 and 4
for each PVP, which pass OAM packets.
Chapter 1
4-Port OC-3/STM-1 ATM Line Card Configuration
OL-8834-04

Advertisement

Table of Contents
loading

Table of Contents