Looks like your best bet (cheapest) is a 2621XM with a:

"NM-1CT1-One-port Channelized T1/ISDN PRI"

I wouldn't go with a non-XM 2600 (other than the 2691) as they are EOL'd.


Fred Reimer - CCNA


Eclipsys Corporation, 200 Ashford Center North, Atlanta, GA 30338
Phone: 404-847-5177  Cell: 770-490-3071  Pager: 888-260-2050


NOTICE; This email contains confidential or proprietary information which
may be legally privileged. It is intended only for the named recipient(s).
If an addressing or transmission error has misdirected the email, please
notify the author by replying to this message. If you are not the named
recipient, you are not authorized to use, disclose, distribute, copy, print
or rely on this email, and should immediately delete it from your computer.


-----Original Message-----
From: Michael Barnhart [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 02, 2003 2:04 PM
To: [EMAIL PROTECTED]
Subject: T1 Point to Multipoint through DACS [7:73420]

I am pulling out my hair...any help or insights would be most appreciated...

I have a main office, and 4 remote offices.  The local telco has created a
point to point setup for me using a DACS.  Basically, it takes a full T1
from the main office and splits it into four 56k links (each on only one
timeslot) which go to the remote offices.  There are plans to add more
remote offices later.

I have installed a 805 with an Adtran 56/64 DSU at the remote sites (set to
56) and a 1721 at the main office, with a T1 DSU WIC in it.
My configs are at the end...

The problem is, it does not work.  When I use a loopback plug on the 1721,
or the adtran, I can ping my serial interface properly.  When the loopback
is removed, and the line installed, I cannot ping my local serial interface,
nor anything else.

Please help!  Thanks!

Michael Barnhart

Main Office Config:

version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname mainoffice
!
enable secret 5 
!
ip subnet-zero
!
!
no ip domain lookup
!
!
!
!
!
interface FastEthernet0
ip address 192.168.1.10 255.255.255.0
speed auto
full-duplex
no cdp enable
!
interface Serial0
description T-1 line to 56k links
ip address 192.168.254.253 255.255.255.252
no keepalive
service-module t1 timeslots 1-4 speed 56
no cdp enable
!
interface Serial0.1
description connection to office1
bandwidth 56
ip address 192.168.254.1 255.255.255.252
no cdp enable
!
interface Serial0.2
description connection to office2
bandwidth 56
ip address 192.168.254.5 255.255.255.252
no cdp enable
!
interface Serial0.3
description connection to office3
bandwidth 56
ip address 192.168.254.9 255.255.255.252
no cdp enable
!
interface Serial0.4
description connection to office4
bandwidth 56
ip address 192.168.254.13 255.255.255.252
no cdp enable
!
ip classless
ip route 192.168.2.0 255.255.255.0 192.168.254.2
ip route 192.168.3.0 255.255.255.0 192.168.254.6
ip route 192.168.4.0 255.255.255.0 192.168.254.10
ip route 192.168.5.0 255.255.255.0 192.168.254.14
no ip http server
!
!
no cdp run
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password 7 
login
!
end


Remote Office Config:

version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname office1
!
enable secret 5 
!
ip subnet-zero
!
!
no ip domain lookup
!
!
interface Ethernet0
ip address 192.168.2.10 255.255.255.0
no cdp enable
!
interface Serial0
description connection to main office
ip address 192.168.254.2 255.255.255.252
no keepalive
no cdp enable
!
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.254.1
no ip http server
!
!
no cdp run
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password 7 
login
!
end
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=73427&t=73420
--------------------------------------------------
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html

Reply via email to