beautypg.com

Command mode, Description, Syntax – Avaya Cajun P880 User Manual

Page 80: Sample output

background image

1-70

Chapter 1

Avaya P550R/P580/P880/P882 Multiservice Switch ATM Uplink CLI Reference Guide, Version 2.0

pvc

Command Mode

Configure

Description

Creates a Permanent Virtual Channel (PVC). Use the no form of this
command to delete a virtual channel.

* Note: UBR PVC is created by default. Use the set pvc traffic-

class command to change the traffic class if desired.

Syntax

pvc

no pvc

Table 1-40. Arguments, Parameters, Keywords

Sample Output

The following example creates a pvc labeled link1, attached to port 1
with a vpi of 4 and a vci of 101.

ATM(configure)# pvc link1 1 4 101

PVC 1-4-101 created successfully

The following example removes the pvc created in the previous
example.

ATM(configure)# no pvc 1-4-101

PVC 1-4.10 successfully removed

Name

Definition

link-name

The name being assigned to the pvc.

physPortID

The ID of the physical port to which this pvc
will be attached. Options are 1 or 2.

vpi

The Virtual Path Identifier (VPI) number. The
range of values is: Minimum = 0, Maximum =
255.

vci

The Virtual Channel Interface (VCI) number.

pvcID

The identifier of the pvc. It is equal to
<physPortID> - <vpi> - <vci>

(e.g., port number 1 with a vpi of 4 and a vci of
101 would have a pvcID of 1-4-101)