E1 Controller Point to POint connection

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

Reply to
Gary
Loading thread data ...
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

Reply to
Heart Key

! ! 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
Reply to
Everton

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
Reply to
Everton

worked a treat!!

Reply to
Gary

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.