To retrieve and display information about all the Cisco products that are installed in the router, use the show
inventory command in XR EXEC mode.
show
inventory
[
node-id
| all
|
location
{
node-id
| all
}
| raw
| chassis
| details
| fan
| power
| vendor-type
]
Syntax Description
node-id
|
(Optional) Location for which to display the specified information. The node-id argument is entered in the rack/ slot notation.
|
all
|
(Optional) Displays inventory information for all the physical entities in the chassis.
|
location {node-id|all}
|
(Optional) Displays inventory information for a specific node, or for all nodes in the chassis.
|
raw
|
(Optional) Displays raw information about the chassis for diagnostic purposes.
|
chassis
|
(Optional) Displays only information about the chassis.
|
details |
(Optional) Displays detailed entity information.
|
fan
|
(Optional) Displays inventory information for the fans.
|
power
|
(Optional) Displays inventory information for the power supply.
|
vendor-type
|
(Optional) Displays vendor-type information.
|
Command Default
All inventory information for the entire chassis is displayed.
Command Modes
XR EXEC mode
Command History
Release
|
Modification
|
Release 7.0.12
|
This command was introduced.
|
Usage Guidelines
If a Cisco entity is not assigned a product ID (PID), that entity is not retrieved or displayed.
Enter the show inventory command with the raw keyword to display every RFC 2737 entity installed in the router, including those without a PID, unique device identifier
(UDI), or other physical identification.
Note
|
The raw keyword is primarily intended for troubleshooting problems with the show inventory command itself.
|
If any of the Cisco products do not have an assigned PID, the output displays incorrect PIDs, and version ID (VID) and serial
number (SN) elements may be missing.
For UDI compliance products, the PID, VID, and SN are stored in EEPROM and NVRAM. Use the show inventory command to display this information.
Examples
The following example shows partial sample output from the show inventory command with the raw keyword:
Router#show inventory raw
Tue Mar 7 07:34:48.602 UTC
NAME: "Rack 0", DESCR: "Cisco 8201 1RU Chassis"
PID: 8201 , VID: V00, SN: FOC2217JIRS
NAME: "Rack 0-Control Card Slot 0", DESCR: "8201 Route Processor Slot 0"
PID: N/A , VID: N/A, SN: N/A
NAME: "0/RP0/CPU0", DESCR: "Cisco 8201 1RU Chassis"
PID: 8201 , VID: V00, SN: FOC2219JGLB
NAME: "0/RP0/CPU0-Mother Board", DESCR: "Mother Board"
PID: N/A , VID: N/A, SN: N/A
NAME: "0/RP0/CPU0-Broadwell-DE (D-1530)", DESCR: "Processor Module"
PID: N/A , VID: N/A, SN: N/A
NAME: "0/RP0/CPU0-Attention", DESCR: "LED Sensor"
PID: N/A , VID: N/A, SN: N/A
NAME: "0/RP0/CPU0-Status", DESCR: "LED Sensor"
PID: N/A , VID: N/A, SN: N/A
NAME: "0/RP0/CPU0-Sync", DESCR: "LED Sensor"
PID: N/A , VID: N/A, SN: N/A
NAME: "0/RP0/CPU0-MB_RT_GB_PIN", DESCR: "Power Sensor - MB-RT_GB_ONLY_0.8VB_PIN"
PID: N/A , VID: N/A, SN: N/A
--More--
The following example shows the sample output from the show inventory command with the chassis keyword:
Router#show inventory chassis
Thu Apr 6 04:56:46.987 UTC
NAME: "Rack 0", DESCR: "Cisco 8808 8-slot Chassis"
PID: 8808 , VID: V00, SN: FOX224PPUDA
The following table describes the significant fields shown in the display.
Table 2. show inventory Field Descriptions
Field
|
Description
|
NAME
|
Hardware for which the inventory information is displayed. If you are displaying the chassis inventory, this field shows “chassis.”
If you are displaying raw inventory, or all inventory information for all nodes in the chassis, this field shows the node
name in partially qualified format. For a node, the NAME is expressed in rack/ slot notation.
|
DESCR
|
Describes the chassis or the node.
Chassis descriptions provide the name of the chassis and its Gbps. Node descriptions provide the type of node and its software
version.
|
PID
|
Physical model name of the chassis or node.
|
VID
|
Physical hardware revision of the chassis or node.
|
SN
|
Physical serial number for the chassis or node.
|