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 administration inventory infrastructure

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show administrator inventory infrastructure
<brief | detail>
(fabric-controls | fabric-managers | diagnostic-routing-engines)

Description

(QFabric systems only) Display the services running on the Director group for the QFabric system. These services can include external Routing Engines that are used to support QFabric system operations, such as partitioning and fabric control.

Options

none

Display all services running on the Director group, which are used to support the QFabric system.

brief | detail

(Optional) Display the specified level of output.

fabric-managers

Display information for the fabric manager Routing Engine running on the Director group, which is used to support all partitions in the QFabric system.

fabric-controls

Display information for the fabric control Routing Engine running on the Director group, which is used to support route information in the QFabric system.

diagnostic-routing-engines

Display information for the diagnostic Routing Engine running on the Director group, which is responsible for troubleshooting and diagnostic utilities within a QFabric system partition.

Required Privilege Level

admin

Output Fields

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

Table 1: show fabric administration inventory infrastructure Output Fields

Field Name

Field Description

Routing Engine Type

Type of virtual Junos Routing Engine being viewed. Examples include the network Node group, fabric control, fabric manager, and diagnostic Routing Engines.

Hostname

Name of the QFabric system component.

PID

Process identifier for the component.

CPU-Use (%)

Percentage of CPU processing memory being used by the component.

Fabric control

Name of the virtual Junos Routing Engines responsible for route selection within a QFabric system partition.

With the fabric-controls option, 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. This field also displays the identifier and configuration status for the fabric control Routing Engine.

Fabric manager

Name of the virtual Junos Routing Engine that manages the QFabric system.

With the fabric-managers option, the fabric manager Routing Engine can be either Connected or Disconnected, depending on whether or not the Director software has detected keepalive messages for this virtual device. This field also displays the identifier and configuration status for the fabric manager Routing Engine.

Network Node group

Name of the virtual Junos Routing Engine instance that handles routing processes for a network Node group.

Diagnostic

Name of the virtual Junos Routing Engine responsible for troubleshooting and diagnostic utilities within a QFabric system partition.

With the diagnostic-routing-engines option, the diagnostic 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 diagnostic Routing Engine.

Item

Type of QFabric system component being viewed.

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.

Sample Output

show fabric administration inventory infrastructure

content_copy zoom_out_map
user@qfabric> show fabric administration inventory infrastructure
dg0:
Routing Engine Type     Hostname                      PID      CPU-Use(%)
-------------------------------------------------------------------------
Fabric manager          FM-0                          9832      1.0
Network Node group      QFabric_default_NW-NG-1_RE1   24633     4.2
Fabric control          QFabric_default_FC-1_RE0      25374     1.8
Diagnostic              QFabric_DRE                   6789      1.3

dg1:
Routing Engine Type     Hostname                      PID      CPU-Use(%)
-------------------------------------------------------------------------
Fabric manager          FM-1                          572       1.6
Network Node group      QFabric_default_NW-NG-0_RE0   19217     7.8
Fabric control          QFabric_default_FC-0_RE0      20071     1.9

show fabric administration inventory infrastructure fabric-controls

content_copy zoom_out_map
user@qfabric> show fabric administration inventory infrastructure fabric-controls fabric-controls
Item                    Identifier              Connection      Configuration
Fabric control
  FC-0                                          Connected       Configured    
  FC-1                                          Connected       Configured    

show fabric administration inventory infrastructure fabric-managers

content_copy zoom_out_map
user@qfabric> show fabric administration inventory infrastructure fabric-managers
Item                    Identifier              Connection      Configuration
Fabric manager
  FM-0                                          Connected       Configured 

show fabric administration inventory infrastructure diagnostic-routing-engines

content_copy zoom_out_map
user@qfabric> show fabric administration inventory infrastructure diagnostic-routing-engines
Item                    Identifier              Connection      Configuration
Diagnostic routing engine
  DRE-0                                         Connected       Configured    

Release Information

Command introduced in Junos OS Release 11.3.

footer-navigation