
26.3.5Show Channels Command
Syntax:
192.168.1.1 adsl> show chs [<start port> [<stop port>]]
where
<start port> = | The first port number in a range of ports for which you want to display line |
| information. 1 is used if you leave this blank. |
<stop port> = | The last port number in a range of ports for which you want to display line |
| information. 8 is used if you leave this blank. |
The show chs command displays the contents of all PVC channels for the specified ports.
The following example displays the contents of the PVC channels for ports 5 to 8.
| 192.168.1.1 | adsl> show chs 5 | 8 |
|
|
| |||
|
|
|
| ||||||
| PORT | VPI | VCI | PVID | + | PRIORITY | VC profile name | ENABLE |
|
|
| ||||||||
| 5 | 33 | * |
| DEFVAL | Yes |
| ||
| 6 | 0 | 33 | * |
| * | DEFVAL | Yes |
|
| 7 | 0 | 33 | * |
| * | DEFVAL | Yes |
|
| 8 | 0 | 33 | 6 |
| 3 | gold | Yes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26.3.6Enable Channel Command
Syntax:
192.168.1.1 adsl> enable ch <port> <vpi> <vci>
where |
|
|
<port> = | A port number (1 to 8) or (*) means all 8 ports. | |
<vpi> | = | The VPI setting (0 to 255). |
<vci> | = | The VCI setting (32 to 65535 if vpi = 0) or (1 to 65535 if the vpi does not = 0). |
The enable ch command turns on the specified PVC channel.
The following example turns on the PVC channel for port 8 that uses VPI 0 and VCI 33. 192.168.1.1 adsl> enable ch 8 0 33
26.3.7Enable Channels Command
Syntax:
192.168.1.1 adsl> enable chs [<start port> [<stop port>]]
Virtual Channel Management |