12-19-2012 03:10 PM - edited 03-07-2019 10:42 AM
In this example, the two LANs are connected by a T1 link.
RouterA RouterB -------- -------- Interface ethernet 0 Interface ethernet 0 bridge-group 1 bridge-group 1 Interface serial 0 Interface serial 0 bridge-group 1 bridge-group 1 bridge 1 protocol ieee bridge 1 protocol ieee
12-19-2012 03:27 PM
You can use the bvi interface to manage each device:
inter bvi1
ip address xx.xx.xx.xx
Here is config example:
http://www.cisco.com/en/US/docs/optical/15000r4_0/ethernet/454/guide/irb.pdf
HTH
12-19-2012 03:33 PM
Thanks Reza,
But the whole idea behind this setup is to make both ends of ethernet part of the same bridge domain. I can configure BVI interfaces, but the example shows Layer III IP addresses assigned to both ethernet interaces in RA and RB from the different subnets.
Thanks,
12-19-2012 04:20 PM
But you need some sort of ip address (same subnet or not) on each lan side, if not how would the hosts communicate without an IP?
BTW, this is not a very common design, as most networks use a /30 subnet for the WAN link and separate subntes for each lan side (routed network).
HTH
12-19-2012 04:49 PM
Reza,
Totally agreed that this is not the common design. I am trying this in the lab environment to extend the Layer II connectivity and at the same time should be able to manage the routers via SSH.
By making Router A (E0, and S0) and Router B (E0 and S0) part of the same bridge domain so I can configure hosts at the both sides in the same VLAN and IP addresses from the same subnet. The only question remains how to manager the routers via SSH or telnet.
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