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 interfaces swfabx

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show interfaces (swfab0 | swfab1)

Description

Display the configured interfaces for each swfab interface. The swfab interface can contain one or more members because it is an aggregated interface.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show interfaces <swfab0 | swfab1> command. Output fields are listed in the approximate order in which they appear.

Table 1: show interfaces <swfab0 | swfab1> Output Fields

Field Name

Field Description

fabric-options

The fabric-options hierarchy is configured to be in sync with the fab interfaces.

member-interfaces

Interfaces specified under member-interfaces are single aggregate interfaces.

This interface carries internode switching traffic.

Sample Output

show interfaces swfab0

content_copy zoom_out_map
user@host# show interfaces swfab0
fabric-options {
    			member-interfaces {
        			ge-0/0/9;
        			ge-0/0/10;
    			}
		}

show interfaces swfab1

content_copy zoom_out_map
user@host# show interfaces swfab1
fabric-options {
    			member-interfaces {
        			ge-7/0/9;
        			ge-7/0/10;
    			}
		}

Release Information

Command introduced in Junos OS Release 11.1.

footer-navigation