You need one of the following in a 2600 or 3600 (you can also get them as
port adapters for larger routers).  The configuration that you have right
now is not going to work.

http://www.cisco.com/en/US/products/hw/modules/ps2797/products_tech_note0918
6a00800ad36f.shtml

NM-1CT1-CSU One-Port Channelized T1/ISDN-PRI with CSU Network Module 
NM-2CT1-CSU Two-Port Channelized T1/ISDN-PRI with CSU Network Module 

These will allow you to channelize out a T1 and use the different groups for
your remote sites. 





-----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=73425&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