





show x25 pvc (entry/table)
Use show x25 pvc to display information about the X.25 PVCs (source, destination, packet sizes, window sizes).
You must enter the Index in order to display an individual entry: (One entry is shown when you use the entry option and the full table of entries is shown when you use the table option.)
| Object | Parameter |
| <ifSource> | : INTEGER (1..255) |
| <CircuitSource> | : INTEGER (1..4095) |
A table similar to the following is displayed:
| ifSource | :52 |
| CircuitSource | :1 |
| ifDestination | :182 |
| CircuitDestination | :1 |
| SourcePcktSize | :0 |
| SourceWindowSize | :0 |
| DestPcktSize | :0 |
| DestWindowSize | :0 |
| ifSource | The ifIndex of source X.25 port. |
| CircuitSource | Source LCN; the LCN to be used by the source X.25 port for this PVC definition. |
| ifDestination | The ifIndex of destination X.25 port. |
| CircuitDestination | Destination LCN; the LCN to be used by the destination X.25 port for this PVC definition. |
| SourcePcktSize | Indicates the maximum packet size to be used in the source port's egress direction. A value of 0 indicates that the default packet size is being used. |
| SourceWindowSize | Indicates the packet layer window size to be used in the source port's egress direction. A value of 0 indicates that the default window size is being used. |
| DestPcktSize | Indicates the maximum packet size to be used in the destination port's egress direction. A value of 0 indicates that the default packet size is being used. |
| DestWindowSize | Indicates the packet layer window size to be used in the destination port's egress direction. A value of 0 indicates that the default window size is being used. |