Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    show interfaces routing-instance

    Syntax

    show interfaces routing-instance (instance-name | all)

    Release Information

    Command introduced in Junos OS Release 9.1.

    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.

    Required Privilege Level

    view

    List of Sample Output

    show interfaces routing-instance terse
    show interfaces routing-instance all
    show interfaces routing-instance extensive

    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

    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

    user@host> show interfaces terse routing-instance all
    Interface   Admin   Link   Proto    Local             Remote Instance    
    at-0/0/1	   up      up     inet	    10.0.0.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	    10.0.0.1/32        
    

    show interfaces routing-instance extensive

    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: 150.1.1/24, Local: 150.1.1.1, Broadcast: 150.1.1.255, Generation: 263

    Published: 2013-03-14