Lists the non-default permanent virtual circuits (PVCs) defined on an X.25 port.
lspvc -l Name [ -n Number ] [ -O ] [ -N ]
The lspvc command displays the non-default PVC attribute information for an X.25 port. If the -n flag is used, only the PVC information for that virtual circuit is displayed. If no number is specified, the information for all PVCs defined on that port is listed.
You can display the attribute information in one of two ways. The default output is the pvc_num rx_win rx_size tx_win tx_size and d-bit attribute information separated by spaces. The -O flag displays all the corresponding attribute values separated by colons. Using the -N flag will suppress the header information.
lspvc -l sx25a0The system displays a message similar to the following:
pvc_num rx_win rx_size tx_win tx_size d_bit 1 3 128 3 128 1 2 3 256 3 256 0 3 7 256 7 256 0
lspvc -l sx25a0 -n 2 -OThe system displays a message similar to the following:
pvc_num:rx_win:rx_size:tx_win:tx_size:d_bit 2:3:256:3:256:0
lspvc -l sx25a0 -O -NThe system displays a message similar to the following:
1:3:128:3:128:1 2:3:256:3:256:0 3:7:256:7:256:0
The chdev command, chsx25 command, lsdev command, mkdev command, mkpvc command, mksx25 command, rmdev command, and rmsx25 command.