Step 6: Verify the Status of the Logical Interface
Action
To verify the status of the logical interface, use the following two JUNOS CLI operational mode commands:
user@host#show interfaces t3-fpc/pic/portuser@host#show interfaces t3-fpc/pic/portterseSample Output
The following sample output is for a T3 logical interface that is up:
user@router>show interfaces t3-1/0/0Physical interface: t3-1/0/0, Enabled, Physical link is UpInterface index: 13, SNMP ifIndex: 12Link-level type: Cisco-HDLC, MTU: 4474, Clocking: Internal, Speed: T3, Loopback: None, FCS: 16,Mode: C/Bit parityDevice flags : Present RunningInterface flags: Point-To-Point SNMP-TrapsLink flags : No-KeepalivesInput rate : 0 bps (0 pps)Output rate : 0 bps (0 pps)Active alarms : NoneActive defects : NoneLogical interface t3-1/0/0.0 (Index 126) (SNMP ifIndex 13)Flags: Point-To-Point SNMP-Traps Encapsulation: Cisco-HDLCProtocol inet, MTU: 4470, Flags: NoneAddresses, Flags: Is-Preferred Is-PrimaryDestination: 1.1.1.0/30, Local: 1.1.1.1user@router>show interfaces terse t3-1/0/0Interface Admin Link Proto Local Remotet3-1/0/0 up upt3-1/0/0.0 up up inet 1.1.1.1/30What It Means
The sample output for the first command shows that the logical link is up because there are no flags indicating that the link layer is down. The output for the
show interfaces tersecommand shows that logical interfacet3-1/0/0is up.Sample Output
The following sample output is for a T3 logical interface that is down:
user@router>show interfaces t3-0/2/0Physical interface: t3-0/2/0, Enabled, Physical link is UpInterface index: 13, SNMP ifIndex: 12Link-level type: Cisco-HDLC, MTU: 4474, Clocking: Internal, Speed: T3, Loopback: None, FCS: 16,Mode: C/Bit parityDevice flags : Present RunningInterface flags: Link-Layer-Down Point-To-Point SNMP-TrapsLink flags : KeepalivesKeepalive settings: Interval 10 seconds, Up-count 1, Down-count 3Keepalive: Input: 0 (never), Output: 9 (00:00:04 ago)Input rate : 0 bps (0 pps)Output rate : 0 bps (0 pps)Active alarms : NoneActive defects : NoneLogical interface t3-0/2/0.0 (Index 126) (SNMP ifIndex 13)Flags: Device-Down Point-To-Point SNMP-Traps Encapsulation: Cisco-HDLCProtocol inet, MTU: 4470, Flags: NoneAddresses, Flags: Dest-route-down Is-Preferred Is-PrimaryDestination: 1.1.1.0/30, Local: 1.1.1.1user@router>show interfaces terse t3-0/2/0Interface Admin Link Proto Local Remotet3-0/2/0 up downt3-0/2/0.0 up down inet 1.1.1.1/30What It Means
The sample output for both commands shows that the logical interface is down. The first command shows that the link layer, device, and destination route are all down. The second command shows that logical interface
t3-0/2/0is down.