Step 2: Display the Status of a Specific Channelized DS-3 Interface
Action
To display the status of a specific Channelized DS-3 interface, use the following JUNOS CLI operational mode command:
user@host>show interfaces t1-fpc/pic/port:channelSample Output 1
user@host>show interfaces t1-1/2/0:5Physical interface: t1-1/2/0:5, Enabled,Physical link is UpInterface index: 181, SNMP ifIndex: 210Description: T1 to Tombstone - Circuit # 123456789Link-level type: PPP, MTU: 1504,Clocking: Internal, Speed: T1, Loopback: None,FCS: 16,Framing: ESF,Parent: ct3-1/2/0 Interface index 173Device flags : Present RunningInterface flags: Point-To-Point SNMP-TrapsLink flags : KeepalivesKeepalive settings: Interval 60 seconds, Up-count 1, Down-count 3Keepalive: Input: 6898 (00:00:48 ago), Output: 6874 (00:00:07 ago)LCP state: OpenedNCP state: inet: Opened, inet6: Not-configured, iso: Not-configured, mpls: Not-configuredCHAP state: Not-configuredCoS queues : 4 supportedLast flapped : 2004-05-11 16:01:30 EDT (5d 02:41 ago)Input rate : 2648 bps (6 pps)Output rate : 14608 bps (4 pps)DS1 alarms : NoneDS1 defects : NoneLogical interface t1-1/2/0:5.0 (Index 86) (SNMP ifIndex 238)Flags: Point-To-Point SNMP-Traps Encapsulation: PPPProtocol inet, MTU: 1500Flags: NoneAddresses, Flags: Is-Preferred Is-PrimaryDestination: 68.71.141.32/30, Local: 68.71.141.33, Broadcast: 68.71.141.35Sample Output 2
user@host>show interfaces t1-0/3/3:2Physical interface: t1-0/3/3:2, Enabled,Physical link is UpInterface index: 239, SNMP ifIndex: 127Description:Link-level type: Cisco-HDLC, MTU: 1504,Clocking: Internal, Speed: T1,Loopback: None,FCS: 16,Mode: M23,Framing: ESFDevice flags : Present RunningInterface flags: Point-To-Point SNMP-TrapsLink flags : KeepalivesKeepalive settings: Interval 10 seconds, Up-count 1, Down-count 3Keepalive: Input: 124789 (00:00:08 ago), Output: 125379 (00:00:04 ago)CoS queues : 4 supportedLast flapped : 2004-04-30 09:12:44 UTC (2w0d 10:45 ago)Input rate : 3984 bps (10 pps)Output rate : 56328 bps (14 pps)DS1 alarms : NoneDS3 alarms : NoneDS1 defects : NoneDS3 defects : NoneLogical interface t1-0/3/3:2.0(Index 132) (SNMP ifIndex 236)Flags: Point-To-Point SNMP-Traps Encapsulation: Cisco-HDLCInput packets : 33897375Output packets: 40673351Protocol inet, MTU: 1500Flags: No-Redirects, uRPF, uRPF-looseAddresses, Flags: Primary Is-Preferred Is-PrimaryDestination: 10.10.10.52/30, Local: 10.10.10.53,Broadcast: 10.10.10.55Sample Output 3
user@host>show interfaces t1-1/2/0:1Physical interface: t1-1/2/0:1, Enabled,Physical link is DownInterface index: 177, SNMP ifIndex: 205Description: T1 to Bedrock #1 - RESERVEDLink-level type: PPP, MTU: 1504, Clocking: Internal, Speed: T1,Loopback: None,FCS: 16, Framing: ESF,Parent: ct3-1/2/0 Interface index 173Device flags : Present Running DownInterface flags: Hardware-Down Point-To-Point SNMP-TrapsLink flags : KeepalivesCoS queues : 4 supportedLast flapped : 2004-04-02 09:12:49 EST (6w2d 08:29 ago)Input rate : 0 bps (0 pps)Output rate : 0 bps (0 pps)DS1 alarms : AIS, LOFDS1 defects : AIS, LOFSample Output 4
user@host>show interfaces t1-1/2/0:19Physical interface: t1-1/2/0:19, Enabled,Physical link is DownInterface index: 148, SNMP ifIndex: 224Description: T1 to Rock City #6 - Circuit # 987654321Link-level type: PPP, MTU: 1504, Clocking: Internal, Speed: T1, Loopback: None, FCS: 16, Framing: ESF,Parent: ct3-1/2/0 Interface index 173Device flags : Present Running DownInterface flags: Hardware-DownPoint-To-Point SNMP-TrapsLink flags : KeepalivesKeepalive settings: Interval 60 seconds, Up-count 1, Down-count 3Keepalive: Input: 0 (never), Output: 0 (never)LCP state: Conf-req-sentNCP state: inet: Down, inet6: Not-configured, iso: Not-configured, mpls: Not-configuredCHAP state: Not-configuredCoS queues : 4 supportedLast flapped : 2004-05-14 15:56:43 EDT (2d 02:47 ago)Input rate : 0 bps (0 pps)Output rate : 0 bps (0 pps)DS1 alarms : AIS, LOFDS1 defects : AIS, LOFLogical interface t1-1/2/0:19.0(Index 91) (SNMP ifIndex 256)Flags: Hardware-Down Device-DownPoint-To-Point SNMP-Traps Encapsulation: PPPProtocol inet, MTU: 1500Flags: Protocol-DownAddresses, Flags: Dest-route-down Is-Preferred Is-PrimaryDestination: 68.71.141.136/30, Local: 68.71.141.137, Broadcast: 68.71.141.139What It Means
The first line of the output shows the status of the channel. If this line shows that the physical link is up, the physical link is healthy and can pass packets. If this line shows that the physical link is down, the physical link is unhealthy and cannot pass packets.
Sample output 1 shows a channel that is connected and operating correctly. You can verify the following information to check that the interface is functioning correctly:
- Encapsulation used on the physical interface,
Link-level type: PPP- Reference clock source,
Clocking: Internal- Frame checksum sequence,
FCS: 16- Physical layer framing format used on the link,
Framing: ESFBecause the link-level type is Point-to-Point Protocol (PPP), the link control protocol (LCP) state is
Opened, and the network control protocol (NCP) state has one protocol,NCP: inet: Opened, indicating that the link is healthy. There are no DS-1 alarms or defects.Sample output 2 shows a channel that is connected and operating correctly. However, this channel has Cisco HDLC configured as the link-level type and a logical interface (
t1-0/3/3:2.0)configured.Sample output 3 shows a channel that is not connected,
Physical link is Down. Loopback is not configured,Loopback: None, and the input and output counters are zero. In addition, there are alarm indication signal (AIS) and loss of frame (LOF) alarms and defects.Sample output 4 shows a channel that is assigned but down,
Physical link is Down. Information about the physical interfaces shows the device flags arePresent Running Down, and one of the interface flags isHardware-Down. In addition, interface protocol initialization failed to complete successfully on logical interfacet1-1/2/0:19.0,Flags: Hardware-Down Device-Down.