cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
2
Replies

Way to test Point to Point T1 with 2 1720 Routers?

kawin
Level 1
Level 1

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

2 Replies 2

o.hassairi
Level 1
Level 1

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

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