User`s guide
Chapter 55 Virtual Channel Commands
IES-612-51 User’s Guide
357
Use these commands to configure PPVCs and add and remove member PVCs..
55.4.1 PPVC Set Command Example
The following example creates a PPVC with VPI 8 and VCI 35 for port 5. The PPVC uses llc
encapsulation and default VID 25. Any frames received without an IEEE 802.1p priority tag
will be assigned a priority of 3. The IES-612-51 uses this PVC channel internally. This PVC is
not needed on the subscriber’s device.
55.4.2 PPVC Member Set Command Example
The following example adds a PVC to a PPVC with VPI 8 and VCI 35 for port 5. The PVC
uses VPI 8 and VCI 36. It sets the DEFVAL profile for downstream traffic shaping and for
upstream traffic policing. It uses priority queue 2.
Table 145 PPVC Commands
COMMAND DESCRIPTION P
adsl ppvc set
<portlist><vpi>
<vci><llc|vc><pvid><priorit
y>
Creates a Priority PVC (PPVC). This allows you to give different
priorities to PVCs that are members of the same VLAN.
H/H
adsl ppvc member set
<portlist>
<vpi><vci><member-
vpi><member-vci><ds-
vcprofile[,us-
vcprofile]><priority>
Adds a member PVC to a PPVC. You must create the PPVC before
you use this command to add a member.
Note: Only the member PVCs need to be created on the
subscriber’s device.
H/H
adsl ppvc member delete
<portlist><vpi><vci><member
-vpi><member-vci>
Removes a PVC from a PPVC. H/H
adsl ppvc member show
[portlist][<vpi><vci>]
Displays the PVCs that are members of a PPVC. M/L
adsl ppvc show [<portlist>
[<vpi><vci>]]
Displays the runtime configured PPVCs. M/L
adsl ppvc delete <portlist>
<vpi><vci>
Removes a PPVC. Removing a PPVC also deletes all of the
member PVCs.
H/H
Figure 179 PPVC Set Command Example
ras> adsl ppvc set 5 8 35 llc 25 3
Figure 180 PPVC Member Set Command Example
ras> adsl ppvc member set 5 8 35 8 36 DEFVAL,DEFVAL 2