Step 4: Monitor Statistics for a Channelized DS-3 Interface
Action
To display the status of Channelized DS-3 interfaces, use the following JUNOS CLI operational mode command:
user@host>monitor interfaces t1-fpc/pic/port:channelSample Output
user@host>monitor interfaces t1-1/2/0:5host Seconds: 35 Time: 19:02:34Delay: 0/0/27Interface: t1-1/2/0:5,Enabled, Link is UpEncapsulation: PPP, Keepalives, Speed: T1Traffic statistics: Current deltaInput bytes: 551635800 (1768 bps) [16596]Output bytes: 4094623791 (71376 bps) [64020]Input packets: 5234195 (2 pps) [211]Output packets: 4872090 (8 pps) [147]Encapsulation statistics:Input keepalives: 6918 [1]Output keepalives: 6893 [0]LCP state: OpenedError statistics:Input errors: 47 [0]Input drops: 0 [0]Input framing errors: 0 [0]Policed discards: 398 [0]L3 incompletes: 0 [0]L2 channel errors: 0 [0]L2 mismatch timeouts: 0 [0]Carrier transitions: 0 [0]Output errors: 0 [0]Output drops: 0 [0]Aged packets: 0 [0]Active alarms : NoneActive defects: NoneT1 statistics:BPV 0 [0]EXZ 0 [0]LCV 538 [0]PCV 0 [0]CS 0 [0]Next='n', Quit='q' or ESC, Freeze='f', Thaw='t', Clear='c', Interface='i'Sample Output 2
user@host>monitor interface t1-0/3/3:2host Seconds: 9 Time: 10:36:11Delay: 3/3/3Interface: t1-0/3/3:2,Enabled, Link is UpEncapsulation: Cisco-HDLC, Keepalives, Speed: T1Traffic statistics: Current deltaInput bytes: 2931288250 (43936 bps) [427]Output bytes: 9987968300 (93512 bps) [207]Input packets: 17017904 (106 pps) [14]Output packets: 20398890 (109 pps) [26]Encapsulation statistics:Input keepalives: 124817 [0]Output keepalives: 125405 [0]Error statistics:Input errors: 0 [0]Input drops: 0 [0]Input framing errors: 0 [0]Input runts: 0 [0]Input giants: 0 [0]Next='n', Quit='q' or ESC, Freeze='f', Thaw='t', Clear='c', Interface='i'Sample Output 3
user@host>monitor t1-1/2/0:19host Seconds: 9 Time: 19:05:23Delay: 0/0/68Interface: t1-1/2/0:19,Enabled, Link is DownEncapsulation: PPP, Keepalives, Speed: T1Traffic statistics: Current deltaInput bytes: 89198 (0 bps) [0]Output bytes: 90532 (0 bps) [0]Input packets: 6371 (0 pps) [0]Output packets: 6448 (0 pps) [0]Encapsulation statistics:Input keepalives: 0 [0]Output keepalives: 0 [0]LCP state: Conf-req-sentError statistics:Input errors: 271124 [0]Input drops: 0 [0]Input framing errors: 0 [0]Policed discards: 266254 [0]L3 incompletes: 0 [0]L2 channel errors: 2 [0]L2 mismatch timeouts: 2 [0]Carrier transitions: 32 [0]Output errors: 0 [0]Output drops: 0 [0]Aged packets: 0 [0]Active alarms : AIS LOFActive defects: AIS LOFT1 statistics:BPV 0 [0]EXZ 0 [0]LCV 72 [0]PCV 0 [0]CS 0 [0]Interface warnings:o Outstanding DS1 alarm(s)o INET NCP is not Openedo LCP state is not OpenedNext='n', Quit='q' or ESC, Freeze='f', Thaw='t', Clear='c', Interface='i'What It Means
The sample output shows common interface failures, indicates whether loopback is detected, and shows increases in framing errors. Use information from this command to help narrow down possible causes of an interface problem.
The output in the examples is static, however, the counters in real time change as they are updated every second. The counters in sample output 3 show that there is no traffic for the interface that is down, and that it has active alarms, defects, and there are interface warnings.
NOTE: If you are accessing the router from the console connection, make sure you set the CLI terminal type using the
set cli terminalcommand.