08-16-2005 10:08 AM - edited 03-03-2019 10:17 AM
I have NM-1T3/E3 in 3662 router, which is the mail location. The line is DS3 in main site and T1's in remote sites, ESF B8ZS, HDLC. Could some one give me a simple config or an example of how to configure this with at least 2 remote sites. I can't figure out how the mainsite router will differ remote routers, by just IP? or there something else. Thank you
08-16-2005 11:08 AM
Hello,
I am not sure if you can configure the T3/E3 controller with different linecodes and/or framing parameters.
In any case, you would need to create subinterfaces for your sites:
controller T3 1/0
clock source line
cablelength 10
interface Serial1/0
no ip address
!
interface Serial1/0.101 point-to-point
description connection to remote 1
ip address 192.168.1.1 255.255.255.252
!
interface Serial1/0.102 point-to-point
description connection to remote 2
ip address 192.168.2.1 255.255.255.252
Regards,
GP
08-16-2005 11:19 AM
Thanks gpauwen for a quick response. in line " interface Serial1/0.101 point-to-point", do i have to use point-to-point, does it mean anything. Can i also use ( : ) instead of ( . ), like Serial1/0:101 ?
Thanks
08-16-2005 11:54 AM
Hello,
the point-to-point is not really necessary, check what syntax options you have, the same holds true for the : ot the. to create the subinterface...
Regards,
GP
08-17-2005 08:11 AM
sory my mistake it is channelized T3, how would i configure this
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