In order to do this you would need a channelized port adapter. That would be like the PA-MC-8T1 adapters we use on our 7200 routers. Basically, they give you the ability to take a T1 and create multiple logical interfaces by grouping 1 or more DS0's together. Key terms are like:
"Channelized T1/E1, fractional T1/E1, clear-channel E1, and ISDN PRI supported Up to 128 usable N x 64K channels (where N is 1 to 31 for E1, 1 to 24 for T1) that can be allocated among the 8 T1 or E1 ports " I don't believe the 1700 series routers have that capability, but I could be wrong. The config would be something like: Controller t1 6/1 Clock source line Framing esf Linecode b8zs Channel-group 0 timeslots 1 Channel-group 1 timeslots 2 Channel-group 2 timeslots 3 Channel-group 3 timeslots 4 ! interface serial6/1:0 description connection to office1 bandwidth 56 ip address 192.168.254.1 255.255.255.252 no cdp enable ! interface Serial6/1:1 description connection to office2 bandwidth 56 ip address 192.168.254.5 255.255.255.252 no cdp enable ! interface Serial6/1:2 description connection to office3 bandwidth 56 ip address 192.168.254.9 255.255.255.252 no cdp enable ! interface Serial6/1:3 description connection to office4 bandwidth 56 ip address 192.168.254.13 255.255.255.252 no cdp enable HTH, 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=73426&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

