07-10-2002 06:15 PM - edited 03-01-2019 11:48 PM
Greetings,
We have two 1720 cisco routers. I plan to establish point to point T-1 between them -- one router on my lan, the other at a remote site.
1) Does anyone have a simple config I may look at to establish a point to point connection between these routers?
2) Is there a way to test the connectivity between them with a pseudo T-1 connection? I want to make sure it works before shipping the other router to the remote site.
Thanks!
K
07-10-2002 11:09 PM
HERE a simple config using PPP
interface serial 0
ip address 193.1.1.1 255.255.255.0
encapsulation PPP
no shut
!
interface fastethernet 0
ip address 192.168.1.1 255.255.255.0
no shut
!
ip route 192.168.2.0 255.255.255.0 193.1.1.2
!
make the symetric thing in the other router.
to test the connectivity with a pseudo T1, u need DCE cable in one router.
then in this router add the command (clock rate xxxxxx) under the serial interface.
use ping to ping from lan to lan
07-11-2002 05:30 AM
Thanx for your help!
Just wondering, for point to point T1 connectivity to 2 routers, is it necessary to use IP's? Or could you use ip unnumbered?
Thanks,
K
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