 | Assistance with 2 Cisco 2600 Routers via T1 PPP Hi all.
I'm currently studying for my CCNA and in the process I got my hands on a couple of 2600 routers, specifically a 2620 and 2621. Both of them each have a "1WIC DSU T1" module. I'm trying to set up a mini lab so that I can connect these back to back in order to create an internetwork.
Now I am a beginner with configuring the IOS so I need some real step by step instructions on how to set these up and how to access the settings in order to get the line speeds, and other parameters configured correctly so that I can ping form one router to the other.
Ive read forums and posts before regarding setting up the line speed and clock to internal which i have done, but then I read other posts saying that one of the clock speed has to be different: bottom line is I need some step by step instructions on setting up the modules.
Also, I am using a standard crossover cable between the 2 T1 cards on the routers. is this correct or do I need a special T1 cable?
I would really appreciate the help on this as I know I'm asking to be basically walked through how to set this up.
I would be really grateful for the help. I can reply with any other info you needed to help me set this up.
Thanks so much. |
 nosx join:2004-12-27 00000 kudos:5 2 edits | I believe you need a different "t1 crossover cable". The pinout is different i believe.
When going back to back without a DXC in the middle, i usually configure both of them as clock source line. Be sure to set linecode and framing to B8ZS and ESF, and use timeslots 1-24 speed 64
Full T1 (1536kbps) clear-channel/subrate config:
interface Serial0/0
no shutdown
ip address 77.66.55.44 255.255.255.0
service-module t1 clock source line
service-module t1 timeslots 1-24 speed 64
exit
|