My school recently purchased a T1 to connect our admin office to another building across town. At one end of the T1, we have a Cisco 2801 router with a WIC-1DSU-T1-V2 card, and at the other end we have a Cisco 1750 with a WIC-1DSU-T1 card in it. We are using PPP across the link and RIP version 2. When configuring the T1 module, we used all the default settings. For nearly four weeks, the T1 ran without a hitch, but after we swapped out the 1750 for a 1721 with a WIC-1DSU-T1-V2 card (the 1750 was a loaner), we can't get the T1 to come back up.
We are using the same configuration on the 1721 that we had on the 1750. The T1 will come up for maybe two minutes and then be down for ten hours. When it is up, all routing updates are passed throughout the network and everything works fine, but two or three minutes later, the T1 goes down again indefinitely.
The 1721 says it is transmitting remote alarm and receiver has no alarm. The 2801 says it is receiving remote alarm and transmitter has not alarms. We have run loopback commands on the routers and the alarms have cleared, and the telephone company has looped their lines and the alarms have cleared, but the routers still will not talk to each other.
Here is the 2801 running config:
ADMIN#show run
Building configuration...
Current configuration : 1436 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ADMIN
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
description To ADMIN Ethernet
ip address 172.16.0.5 255.255.224.0
duplex auto
speed auto
!
interface FastEthernet0/1
description To PIX
ip address 172.16.64.2 255.255.248.0
duplex auto
speed auto
!
interface Serial0/1/0
description T1 to JH
ip address 172.16.32.9 255.255.255.252
encapsulation ppp
service-module t1 clock source internal
!
interface Serial0/2/0
description T1 to HS
ip address 172.16.32.5 255.255.255.252
encapsulation ppp
service-module t1 clock source internal
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.64.1
ip http server
ip http authentication local
!
!
!
control-plane
!
banner motd ^CT1 ADMIN Router^C
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
password
login
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
end
The 1721 running config:
HS#show run
Building configuration...
Current configuration : 837 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname HS
!
boot-start-marker
boot-end-marker
!
enable secret
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0
description Connected to HS Ethernet
ip address 172.16.40.1 255.255.248.0
speed auto
full-duplex
!
interface Serial0
description T1 to ADMIN
ip address 172.16.32.6 255.255.255.252
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.32.5
no ip http server
!
!
line con 0
line aux 0
password
login
line vty 0 4
password
login
!
!
end
And the 1750 running config:
HS#show run
Building configuration...
Current configuration : 764 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname HS
!
logging queue-limit 100
enable secret
!
memory-size iomem 25
no ip subnet-zero
!
!
!
!
!
!
!
interface FastEthernet0
description Connected to HS Ethernet
ip address 172.16.40.1 255.255.248.0
speed auto
full-duplex
!
interface Serial0
description T1 to ADMIN
ip address 172.16.32.6 255.255.255.252
encapsulation ppp
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.32.5
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
password
login
!
no scheduler allocate
end
What gets me is the 1750/2801 combination works great, but the 1721/2801 combination doesn't work at all. I would appreciate any help or insights you may have. Thanks in advance.
We are using the same configuration on the 1721 that we had on the 1750. The T1 will come up for maybe two minutes and then be down for ten hours. When it is up, all routing updates are passed throughout the network and everything works fine, but two or three minutes later, the T1 goes down again indefinitely.
The 1721 says it is transmitting remote alarm and receiver has no alarm. The 2801 says it is receiving remote alarm and transmitter has not alarms. We have run loopback commands on the routers and the alarms have cleared, and the telephone company has looped their lines and the alarms have cleared, but the routers still will not talk to each other.
Here is the 2801 running config:
ADMIN#show run
Building configuration...
Current configuration : 1436 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ADMIN
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
description To ADMIN Ethernet
ip address 172.16.0.5 255.255.224.0
duplex auto
speed auto
!
interface FastEthernet0/1
description To PIX
ip address 172.16.64.2 255.255.248.0
duplex auto
speed auto
!
interface Serial0/1/0
description T1 to JH
ip address 172.16.32.9 255.255.255.252
encapsulation ppp
service-module t1 clock source internal
!
interface Serial0/2/0
description T1 to HS
ip address 172.16.32.5 255.255.255.252
encapsulation ppp
service-module t1 clock source internal
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.64.1
ip http server
ip http authentication local
!
!
!
control-plane
!
banner motd ^CT1 ADMIN Router^C
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
password
login
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
end
The 1721 running config:
HS#show run
Building configuration...
Current configuration : 837 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname HS
!
boot-start-marker
boot-end-marker
!
enable secret
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0
description Connected to HS Ethernet
ip address 172.16.40.1 255.255.248.0
speed auto
full-duplex
!
interface Serial0
description T1 to ADMIN
ip address 172.16.32.6 255.255.255.252
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.32.5
no ip http server
!
!
line con 0
line aux 0
password
login
line vty 0 4
password
login
!
!
end
And the 1750 running config:
HS#show run
Building configuration...
Current configuration : 764 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname HS
!
logging queue-limit 100
enable secret
!
memory-size iomem 25
no ip subnet-zero
!
!
!
!
!
!
!
interface FastEthernet0
description Connected to HS Ethernet
ip address 172.16.40.1 255.255.248.0
speed auto
full-duplex
!
interface Serial0
description T1 to ADMIN
ip address 172.16.32.6 255.255.255.252
encapsulation ppp
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.32.5
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
password
login
!
no scheduler allocate
end
What gets me is the 1750/2801 combination works great, but the 1721/2801 combination doesn't work at all. I would appreciate any help or insights you may have. Thanks in advance.