Avatar of kevkline
kevkline
 asked on

Three Branch Office Connectivity

I currently have three branch offices connected in a triangle with the following scenario:

Each of the three are connected via serial to point-to-point single T-1's.  Each link currently has it's own network.  Two serial cards in each router.  One going to each directly connected site.  Pretty standard I guess.  Three inside networks (10.1.1.0, 10.1.2.0 and 10.1.3.0).

Router A---------10.1.12.0----------Router B
Router A---------10.1.23.0----------Router C

Router B---------10.1.12.0----------Router A
Router B---------10.1.13.0----------Router C

Router C---------10.1.23.0---------Router A
Router C---------10.1.13.0---------Router B

I am going to be getting rid of the T-1's and converting to a 10 Mbps fiber based MPLS (AT&T calls this OPT-E-MAN) which is actually a switched network and not a routed network although I can route it of course.

I am not going to be getting rid of the routers I currently have (Cisco 2811, 2821 and 2851) because they are already doing other things and I would like to keep a segmented routed network.  Router A has two PRI's for voice and an FXO card for paging, Routers B and C each have 1 PRI for voice and one FXO for paging.

Each router has 1 extra available ethernet port.  I could configure the ports on Routers A and B to be on the same network (say 10.1.4.1 and 10.1.4.2) and they should talk fine.  But without another ethernet port, what is the best way to connect Router C so it can talk to Router A and B?

Can I put three routers with IPs on the same network, say 10.1.4.0, plugged into the same switched network and be able to get to the correct network on the other side of the router?  I am thinking this should work.

Proposed:

Router A------ 10.1.4.1----------- (with the 10.1.1.0 network behind it)
Router B-------10.1.4.2-----------(with the 10.1.2.0 network behind it)
Router C-------10.1.4.3-----------(with the 10.1.3.0 network behind it)

Will this route OK?

Or is it possible to subinterface an ethernet port so that one port would reside on two networks?

Maybe I am overthinking this, but any thoughts would be greatly appreciated!
Routers

Avatar of undefined
Last Comment
bkepford

8/22/2022 - Mon
SOLUTION
bkepford

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
ck459

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
kevkline

ASKER
Thanks guys.  Secondary question.  If I am passing data from eth0 to eth1, is my only limitation the speed of the port, whether 100 or 1000 Mbps?  

Asking because these are the specs I found with regards to T1 performance

2811: 2 T1/E1
2821: 4 T1/E1
2851: 6 T1/E1
 
Does that mean a 2811 can only process 3 Mbps of data regardless of how the data is obtained or whether or not through ethernet, serial, etc?
bkepford

T1s all have top speed of 1.544 Mbps. These specs area actually defining how many ports there are for example the 2811 listed above 2 T1/E1 ports (E1 is the European standard and runs at like 2.032 Mbps or something like that)

Here is the data sheet on the 2800 Series routers
http://www.cisco.com/en/US/prod/collateral/routers/ps5854/ps5882/product_data_sheet0900aecd8016fa68_ps5854_Products_Data_Sheet.html

2811 series router has 2 10/100 ports and the 2821 and 2851 all have gigabit ethernet ports so the traffic that flows from one port to the other will be much faster then any T1 connection.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy