07-11-2002 06:30 AM - edited 03-01-2019 11:48 PM
I have an MC3810. Hardware is as follows:
*2 serial ports
*1 T1/E1 MFT
*1 T1/E1 DVM
* Ethernet Port 0 (LAN)
I want to use the T1/E1 MFT (WIC) contoller with the built-in CSU for our frame relay connection and not the serial ports. I have setup the controller as follows:
controller T1 1
framing esf
linecode b8zs
fdl ansi
My question is, does this have an interface configuration mode? The available interfaces are E0, S0 and S1 and I need to setup encapsulation but don't see the option for it in the T1/E1 controller config mode. Is there something I'm suppose to enable to allow for this? For each serial port I can enter into controller and interface config mode. IOS is 12.2. I saw something on service-module config but couldn't tell it would solve the issue
thanks in advance,
-Troy
07-11-2002 08:43 AM
Troy, I think you need to add a channel-group under the T1 to make the serial interface show up. Greg
07-11-2002 10:01 AM
Troy - controller t1 1 is the DVM and can only be used for connecting to a PBX, not for the WAN. You want to configure controller t1 0 as below:
controller t1 0
framing esf
linecode b8zs
clock source line
channel-group 0 timeslots
Once you do this, the show run will show you serial 0:0 interface which you can then configure for IP address / L2 encapsulation etc..
07-12-2002 09:32 AM
Thanks! The inital hardcopy of the documentation was wrong. They had the two controller descriptions reversed. This is definately a big help.
Regards,
Troy
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