PROBLEM INTERFACE SERIAL - Serial 1/0:0 is reset, protocol is down
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2003 11:52 AM - edited 03-02-2019 11:05 AM
Hi
I have an E1 link on a Cisco 2621 with a NM-1CEU1. The problem is that the controller never goes up, unless i have a loopback or a local physical loop, and the serial interface i have, after the sh interfaces, shows: serial 1/0:0 is reset, protocol is down.
I already change the IOS to a 12.0.7T3. I cant find any documentation about the state RESET on a serial interface.
My interface has a lot of code violations, and the controller shows a "receiver has loss of frame" but i already verify completely this parameters with my carrier.
DO YOY KNOW ANY SOLUTION FOR THIS???
Thanks!!
OLAZCANO
- Labels:
-
Other Networking

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 01:03 AM
Hello,
I remember having a similar problem a while ago. Not sure if you have tried this, but I toggled the crc-framing parameters and shut/no shut the controller and the interface. This apparently forces the router to renegotiate the line parameters. Depending on what your current parameters are, change the framing to either crc4 or no-crc4, then shutdown both the controller and the serial interface, then bring them back up again.
Router#conf t
Router(config)#controller e1 0
Router(config-controlle)#framing crc4
Router(config-controlle)#shut
Router(config-controlle)#end
Router#conf t
Router#(config)#int s1
Router(conig-int)#shut
Router#conf t
Router(config)#controller e1 0
Router(config-controlle)#no shut
Router(config-controlle)#end
Router#conf t
Router#(config)#int s1
Router(conig-int)#no shut
Regards,
Georg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 07:54 AM
Thanks for the advice! I'll try, because i still have the problem.
If you know something else, or any other idea, please do not hesitate and tell me!
Olazcano
