Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show fabric inventory

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show fabric inventory
<brief | detail | terse>
<infrastructure fabric-controls <FC-0 | FC-1>>
<node-devices node-device-name>
<node-groups node-group-name>

Description

(QFabric systems only) Display Node devices, Node groups, and fabric control Routing Engines that belong to the QFabric system. You can narrow the level of output by specifying a device type.

Note:
  • If you have administrator privileges, issue the show fabric administration inventory command to view all devices in your QFabric system (including Interconnect devices and Director devices).

  • If your Node devices do not appear in the output of the show fabric inventory command, check the cabling of your system.

Options

none

Display all devices within a QFabric system.

brief | detail | terse

(Optional) Display the specified level of output.

infrastructure fabric-controls <FC-0 | FC-1>

(Optional) Display information for all fabric control Routing Engines running on the Director group within the QFabric system, or the individual fabric control Routing Engine you specify (either FC-0 or FC-1).

node-devices node-device-name

(Optional) Display a specific Node device within a QFabric system.

node-groups node-group-name

(Optional) Display a specific Node group within a QFabric system.

Required Privilege Level

admin

Output Fields

Table 1 lists the output fields for the show fabric inventory command. Output fields are listed in the approximate order in which they appear.

Table 1: show fabric inventory Output Fields

Field Name

Field Description

Item

Type of QFabric system component being viewed. Possible values include Node device, Node group, Fabric control, and Ungrouped Node device.

Identifier

Hardware serial identifier of a QFabric system component.

Connection

Status of a QFabric system component: either Connected or Disconnected, depending on whether or not the Director software has detected keepalive messages for the listed component.

Configuration

Whether or not the configuration for a QFabric system component has been received and installed. The configuration can be Configured, Failed (unsuccessful), Pending (in the process of being written or retried), or Unknown.

Node group

Name of the Node groups associated with the QFabric system, and the Node devices assigned to each Node group. The group can be either Connected or Disconnected, depending on whether or not the Director software has detected keepalive messages for the devices in the group. This field also displays the serial ID for the Node group and the status for the Node group.

Node device

Name of the Node devices associated with the Node group. The device can be either Connected or Disconnected, depending on whether or not the Director software has detected keepalive messages for the device. This field also displays the serial ID and configuration status for the Node device.

Fabric control

Name of the virtual Junos Routing Engines responsible for route selection within a QFabric system partition. The fabric control Routing Engine can be either Connected or Disconnected, depending on whether or not the Director software has detected keepalive messages for this virtual device. It also displays the identifier and configuration status for the fabric control Routing Engine.

Sample Output

show fabric inventory

content_copy zoom_out_map
user@qfabric> show fabric inventory

Item                    Identifier              Connection      Configuration
Ungrouped Node device
  P3747-C                                       Disconnected
Node group
  NW-NG-0                                       Connected       Configured    
    Node-1              P4093-C                 Connected                     
  RSNG-1                                        Connected       Configured    
    Node-2              P4514-C                 Connected                     
    Node-3              P3917-C                 Connected                     
Fabric control
  FC-0                                          Connected       Configured    
  FC-1                                          Connected       Configured  

show fabric inventory infrastructure fabric-controls

content_copy zoom_out_map
user@qfabric> show fabric inventory infrastructure fabric-controls

Item                    Identifier              Connection      Configuration
Fabric control
  FC-0                                          Connected       Configured    
  FC-1                                          Connected       Configured  

show fabric inventory node-devices

content_copy zoom_out_map
user@qfabric> show fabric inventory node-devices

Item                    Identifier              Connection      Configuration
Node device
  Node-1                P4093-C                 Connected                     
  Node-2                P4514-C                 Connected                     
  Node-3                P3917-C                 Connected                     

show fabric inventory node-groups

content_copy zoom_out_map
user@qfabric> show fabric inventory node-groups

Item                    Identifier              Connection      Configuration
Node group
  NW-NG-0                                       Connected       Configured    
    Node-1              P4093-C                 Connected                     
  RSNG-1                                        Connected       Configured    
    Node-2              P4514-C                 Connected                     
    Node-3              P3917-C                 Connected                     

Release Information

Command introduced in Junos OS Release 12.2.

footer-navigation