The display card command displays information about specified cards.
Synopsis
disp[lay] card [option [option]]
Description
The display card command displays data about a specified card or about cards in a specified state. In the output, the physical slot number, the osindex, and the voice system card number are all the same. The output also correctly reflects which card is primary master, which is secondary master, and which cards are slave.
The display card command options are described in the following table.
Option |
Description |
all |
Displays information on all cards |
broken |
Displays all cards in the broken state |
card# [port#] |
Displays information on card card# and on port port# of the specified card. All ports are shown if port# is not given. A range of cards may be specified in the form m-n without using the port# option. |
foos |
Displays all cards that have at least one channel in the facility out-of-service state |
hwoos |
Displays all cards that have at least one channel in the hardware out-of-service state |
ins[erv] |
Displays all cards that have at least one channel in the |
irapi |
Displays all cards owned by IRAPI |
manoos |
Displays all cards in the manual out-of-service state |
mtc |
Displays all cards being used by the maintenance process |
netoos |
Displays all cards that have at least one channel in the network out-of-service state |
nms |
Displays all NMS (digital telephony) cards |
nonex |
Displays all cards in the nonexistent state |
voip |
Displays all VoIP cards |
If more than one option is used, only cards that satisfy all the options given are displayed. If an invalid combination of options is given, the system displays an error message.
Examples
The following example displays card information on channel 2 port 0.
disp card 2.0
The following example displays information on all cards.
disp card all
The following example displays information on all NMS cards.
disp card nms
The following example displays information on all cards in the Mtc state.
disp card mtc
The following example displays information on all VoIP cards in the Broken state.
disp card voip broken