
How are you connecting to the T1? We had reliability problems with our T1s and I discovered neither end was supplying the clock. Notice the clock source command below.
Router A.
interface Serial0/0
description t1 to south campus
ip address xxx.yyy.zzz.aaa 255.255.255.252
no ip redirects
no ip proxy-arp
service-module t1 clock source internal
service-module t1 timeslots 1-24
!
Router B.
!
interface Serial0/0
description t1 to downtown
ip address xxx.yyy.zzz.aab 255.255.255.252
no ip redirects
no ip proxy-arp
service-module t1 timeslots 1-24
There are also ways to debug the T1 and the interfaces. In any event, you need to discover where the “lost connectivity” is happening. Have you tried trace route or pinging various points along the connection while the problem is happening?
rt

Put the server in your office and backup the data to the off site colo box or other off site backups (probably cheaper). 100 mbps (std ethernet) is much faster - remember a T1 is just 1.5 mbps.

If it’s a cisco router, you can turn on NetFlow and collect statistics of the data traversing the P2P connection.












