Router>show controller E1 0
E1 0 is down.
Applique type is Channelized E1 - balanced
Transmitter is sending remote alarm.
Receiver has loss of frame.
alarm-trigger is not set
Version info Firmware: 20020812, FPGA: 11
Framing is CRC4, Line Code is HDB3, Clock Source is Line.
Data in current interval (30 seconds elapsed):
0 Line Code Violations, 0 Path Code Violations
0 Slip Secs, 30 Fr Loss Secs, 0 Line Err Secs, 0 Degraded Mins
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 30 Unavail Secs
Router>
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#controller e1 0
Router(config-controller)#framing no-crc4
Router(config-controller)#
Router(config-controller)#channel-group 0 timeslots 1-xx
Router(config-controller)#
*Mar 1 00:10:29.923: %LINK-3-UPDOWN: Interface Serial0:0, changed state to up
*Mar 1 00:10:30.923: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0:0,
changed state to up^Z
Router#
Router#show interface serial 0:0
Serial0:0 is up, line protocol is up
Hardware is DSX1
MTU 1500 bytes, BW 640 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input 00:00:03, output 00:00:06, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/1/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 480 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
12 packets input, 1522 bytes, 0 no buffer
Received 7 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
6 packets output, 1080 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Timeslot(s) Used:1-10, SCC: 0, Transmitter delay is 0 flags
Router#
Router#
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface serial 0:0
Router(config-if)#ip address x.x.x.x 255.255.255.252
Router(config-if)#^Z
Router#show interface serial 0:0
*Mar 1 00:12:18.635: %SYS-5-CONFIG_I: Configured from console serial 0:0
Serial0:0 is up, line protocol is up
Hardware is DSX1
Internet address is x.x.x.x/30
MTU 1500 bytes, BW 640 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input 00:00:01, output 00:00:01, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/1/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 480 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
27 packets input, 2838 bytes, 0 no buffer
Received 17 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
20 packets output, 2128 bytes, 0 underruns
0 output errors, 0 collisions, 4 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Timeslot(s) Used:1-10, SCC: 0, Transmitter delay is 0 flags
Router#
This is a piece of log i kept because i was doing it for the first time. Hope it will help you.
Bogdan Caltun