19
cell(s),
timeout is 1 second(s), press CTRL_C to break
Receive reply from pvc 1/32: time=1 ms
Receive reply from pvc 1/32: time=1 ms
Receive reply from pvc 1/32: time=1 ms
Oam Ping statistics:
Cells: Sent = 3, Received = 3, Lost = 0 (0% loss)
pvc
Syntax
pvc
{
pvc-name
[
vpi/vci
] |
vpi/vci
}
undo pvc
{
pvc-name
[
vpi/vci
] |
vpi/vci
}
View
ATM interface view
Default level
2: System level
Parameters
pvc-name
: PVC name, a unique case-insensitive string of 1 to 16 characters on the ATM interface. The
name cannot be the same as a valid VPI/VCI pair. For example, the name 1/20 is not allowed.
vpi/vci
: VPI/VCI pair. VPI is short for virtual path identifier; its value ranges from 0 to 255. VCI is short
for virtual channel identifier; its value ranges from 0 to 1023. As VCIs from 0 to 31 are reserved for
special purposes, do not use them in normal cases.
NOTE:
You can set
vpi or vci to 0, but not both.
Description
Use the
pvc
command to create a PVC and enter the PVC view on the current ATM interface.
Use the
undo pvc
command to delete the specified PVC.
By default, no PVC is created.
If a PVC was assigned a name upon its creation, you can use the
pvc
pvc-name
[
vpi/vci
] command to
enter its view or delete the PVC with either the
undo pvc
pvc-name
[
vpi/vci
] command or the
undo pvc
vpi/vci
command.
Make sure that the VPI/VCI pairs are unique on an ATM interface (including the main interface and the
subinterfaces).
The number of PVCs that can be created depends on the
pvc max-number
command.
Related commands:
display atm pvc-info
and
pvc max-number
.
Examples
# Create a PVC named
aa
with the VPI/VCI value of 1/101.
<Sysname> system-view
[Sysname] interface Atm 3/1/1
[Sysname-Atm3/1/1] pvc aa 1/101