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 routing-instance

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show interfaces routing-instance (instance-name | all)
<brief | detail | extensive | terse> 

Description

Display information about the interfaces configured for either a specific routing instance or for all of the routing instances.

Options

all

Display information about all of the interfaces configured for all of the routing instances on the router.

instance-name

Display information about the interfaces configured for the specified routing instance.

brief | detail | extensive | terse

(Optional) Display the specified level of output.

Required Privilege Level

view

Output Fields

The output fields from the show interfaces routing-instance command are identical to those produced by the show interfaces interface-name command. For a description of output fields, see the other chapters in this manual.

Sample Output

show interfaces routing-instance terse

content_copy zoom_out_map
user@host> show interfaces routing-instance sample terse
Interface      Admin   Link      Proto    Local                Remote 
ge-0/0/0.0     up      up        inet     192.168.4.28/24

Sample Output

show interfaces routing-instance all

content_copy zoom_out_map
user@host> show interfaces terse routing-instance all
Interface   Admin   Link   Proto    Local             Remote Instance    
at-0/0/1	   up      up     inet	    203.0.113.1/24
ge-0/0/0.0  up      up     inet      192.168.4.28/24          sample-a   
at-0/1/0.0  up      up     inet6     fe80::a:0:0:4/64         sample-b   
so-0/0/0.0	 up      up     inet	    203.0.113.1/32        

show interfaces routing-instance extensive

content_copy zoom_out_map
user@hostshow interfaces fe-0/1/3 routing-instance instance2 extensive
Logical interface fe-0/1/3.0 (Index 70) (SNMP ifIndex 53) (Generation 211)
    Flags: SNMP-Traps Encapsulation: ENET2
    Traffic statistics:
     Input  bytes :                   0
     Output bytes :                  42
     Input packets:                   0
     Output packets:                  1
     IPv6 transit statistics:
      Input bytes :                   0 
      Output bytes  :                 0
      Input packets:                  0
      Output packets:                 0
    Local statistics:
     Input bytes :                   0
     Output bytes :                 42
     Input packets:                  0
     Output packets:                 1
    Transit statistics:
     Input bytes :                   0                   0 bps
     Output bytes :                  0                   0 bps
     Input packets:                  0                   0 pps
     Output packets:                 0                   0 pps
     IPv6 transit statistics:
      Input bytes :                  0 
      Output bytes :                 0
      Input packets:                 0
      Output packets:                0
    Protocol inet, MTU: 1500, Generation: 252, Route table: 4
      Flags: Is-Primary
      Addresses, Flags: Is-Default Is-Preferred Is-Primary
      Destination: 192.0.2/24, Local: 192.0.2.51, Broadcast: 192.0.2.255, Generation: 263

Release Information

Command introduced in Junos OS Release 9.1.

footer-navigation