cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
538
Views
3
Helpful
2
Replies

Point to Point over a T1

belenkym89
Level 1
Level 1

What is the best way to configure a 2600 router for a point to point using a T1 connection.

We have one location in the midwest of the USA and one located on the east side.

I figure once the circuit has been activated, just applying a static route with the IP addresses on a /30 network would be most effective for reducing any overhead. Or, is there something else that needs to be configured for a piont to point?

2 Replies 2

thisisshanky
Level 11
Level 11

Typically on a wic-1dsu-t1 you should be fine with the default settings.

int s0

no shut

ip add

service-module t1 timeslots 1-24 speed 64

service-module t1 framing esf

service-module t1 linecode b8zs

service-module t1 clock source line

The service-module commands I specified are the defaults, so even if you enter them you wont see them. But if you have a Frac T1, then the number of channels change, so that particular command will show up.

HTH

PS: usually for p-p circuits, you will need to configure one end with clock source as LINE and other end as internal

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

I'll add the service-module t1 clock source internal on one end and the Service-module t1 clock source line on the other.

Thank you very much.