E1 Controller Point to POint connection

Nov 24, 2005 4 Replies
E1 Controller Point to POint connection open original image

We have a point to point link between 2 offices. It terminates at each end on a WIC-1MFT-G703 and each router (3640) has an interface of controller e1 x/x



How do we configure this so the routers can see each other and ping or telnet between them. i.e How do we assign IP addresses to these interfaces?



Gary


3640router#config t 3640router(comfig)#controller 0/1 3640router(comfig-controller)# int s0/0 3640router(comfig-controller-if)#ip address 192.168.0.1 255.255.255.0 " your ip address " 3640router(comfig-controller-if)# no shut 3640router(comfig-controller-if)exit 3640router(comfig-controller)# exit 3640router(comfig)#line vty 0 4 3640router(comfig-line)# pass cisco " password for telnet " 3640router(comfig-line)# login 3640router(comfig-line)#exit 3640router(comfig)

try to do this

M.Ammoura

! ! Router A - slot 0 port 0 ! controller E1 0/0 channel-group 0 unframed

interface Serial0/0 ip address 10.0.0.1 255.255.255.252

! ! Router B - slot 0 port 0 ! controller E1 0/0 channel-group 0 unframed

interface Serial0/0 ip address 10.0.0.2 255.255.255.252

Look here for details:

Configuring 1- and 2-Port T1/E1 Multiflex Voice/WAN Interface Cards on Cisco

2600 and 3600 Series Routers
formatting link

Sorry, forgot to add the channel-group number into the name of the serial interfaces:

! ! Router A - slot 0 port 0 ! controller E1 0/0 channel-group 0 unframed

interface Serial0/0:0 ip address 10.0.0.1 255.255.255.252

! ! Router B - slot 0 port 0 ! controller E1 0/0 channel-group 0 unframed

interface Serial0/0:0 ip address 10.0.0.2 255.255.255.252

Look here for details:

Configuring 1- and 2-Port T1/E1 Multiflex Voice/WAN Interface Cards on Cisco

2600 and 3600 Series Routers
formatting link

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required