Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Serial0 is up, line protocol is down

Status
Not open for further replies.

ndinc

ISP
Joined
Jun 29, 2005
Messages
111
Location
US
New T-1 install through our fiber network (ethernet. Its a DS transport (basically a P2P).

AL light on WIC - Orange
CD light on WIC - Green

The 2600 say
"Serial0 is down, line protocol is down"

The 1700 (remote office)
"Serial0 is up, line protocol is down"

Is there anything I should be looking at right away?

Thanks.

******* Main office router ***********
GeminiT1#sh run
Building configuration...

Current configuration : 1169 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname GeminiT1
!
enable password
!
ip subnet-zero
!
!
ip name-server x.x.x.x
!
ip audit notify log
ip audit po max-events 100
!
call rsvp-sync
!
!
interface Ethernet0/0
description connected to EthernetLAN
ip address x.x.x.85 255.255.255.252
full-duplex
!
interface Serial0/0
description connected to UnknownDevice
ip address x.x.x.81 255.255.255.252
service-module t1 remote-alarm-enable
!
interface Ethernet0/1
no ip address
shutdown
half-duplex
!
interface Ethernet1/0
no ip address
shutdown
half-duplex
!
router rip
version 2
network x.x.x.x
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route x.x.x.0 255.255.255.0 x.x.x.1
ip http server
!
snmp-server community public RO
snmp-server location Irvine
snmp-server enable traps tty
!
dial-peer cor custom
!
!
!
!
!
line con 0
exec-timeout 0 0
password
login
line aux 0
line vty 0 4
password
login
!
end

********* Remote Office *************




User Access Verification

GeminiPullman>enable
Password:
GeminiPullman#sh run
Building configuration...

Current configuration : 1036 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname GeminiPullman
!
enable secret
enable password design5
!
memory-size iomem 15
ip subnet-zero
no ip domain-lookup
!
!
interface FastEthernet0
description usable block
ip address x.x.x.89 255.255.255.248
speed 100
full-duplex
!
interface Serial0
description T-1 to ND Core
ip address x.x.x.82 255.255.255.252
service-module t1 remote-alarm-enable
service-module t1 fdl ansi
!
router rip
version 2
passive-interface Serial0
network x.x.x.x
network x.x.x.x
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 0.0.0.0 0.0.0.0 FastEthernet0
ip route x.x.x.0 255.255.255.0 x.x.x.1
ip http server
!
snmp-server community public RO
snmp-server location Irvine
!
line con 0
exec-timeout 0 0
password
login
line aux 0
line vty 0 4
password
login
!
end



 
service-module t1 fdl ansi" on remote but not on main office??? Does this need to be there?? Also if P2P then dont you need one side as clock source internal??
 
No "service-module t1 fdl ansi" doesnt need to be there, I will remvoe it. Residual from an off the shelf router config.

Do I have a clock source statement? if so, clarify and I will remove.

I will remove and report back.

Thanks for the quick reply.
 
Nothing...

Changed the encapsulation to PPP from HDLC
Reomved other garbage..

Still nothing...

Clock Source (i re read you previous post). I just might need a clock source. Whats the syntax in IOS for that?

Thanks again.
 
I think its service-module t1 clock source internal when in interface config mode but I am not in front of a router right now to confirm. Clocking wont keep the line from comming up it would just cause the timing to be off causing packet loss. Also....when you removed the previous statement from the serial interface you know you have to shut it down and wait a few seconds and then bring it back up for the new settings to take over.
 
Physical handoff on both sides is a t-1?
service-module t1 timeslots 1-24? Not sure if by default that is enabled if you are using t-1.
 
I got the serial side up no problem.

Clock works

No I am having a problem wiht routing...

Thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top