01-06-2006 01:38 PM - edited 03-03-2019 11:23 AM
Currently have a 2600 router with serial interface connected to external Adtran CSU/DSU on a frame relay WAN.
Purchased a WIC-1DSU-T1 interface module and would like to know how to configure it. (so I don't have to hire our router consultant...yet)
Here's our current config for the serial interface:
interface Serial0/0
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
!
interface Serial0/0.100 point-to-point
bandwidth 1536
backup delay 30 300
backup interface Dialer1
ip address 172.27.0.2 255.255.255.252
frame-relay interface-dlci 100
bridge-group 1
-----------------------
I have the sample config from Cisco for the DSU card. here it is:
Interface serial 0/0
service-module t1 clock source internal
service-module t1 timeslots 1-24 speed 64
service-module t1 framing esf
service-module t1 linecode b8zs
ip address 10.1.1.1 255.255.255.0
encapsulation pppfair-queno shut
------------
I can make a bunch of assumptions on the config but I thought I'd try here first.
Thanks.
Tony
01-06-2006 02:06 PM
Tony,
I personally would not recommend you set the clocksource to internal. That usually causes frame slips and other line errors. Set it to line.
Steve
01-06-2006 03:37 PM
I agree with Steve re: clock source.
Also, double-check on the Adtran how many channels are enabled, and which ones (if less than 24). Make sure the WIC-1DSU-T1 is configured to match these. Not all Frame Relay service providers give you a full T1 pipe to access the Frame Relay cloud.
Everything else looks fine.
Don't be surprised if you don't see any of those service-module commands in your config after you input them and copy running-config to startup. Each of my Frame Relay access pipes is a full T1 (24 channels @ 64kbps each), B8ZS, ESF and clock source=line, and none of the commands show in the config because they're the default settings.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide