Appreciate your response. As we have provider network concept, we can use a router to connect two different l2 networks, right ? So what's the difference between the two scenarios ?


On Mon, 7 Oct 2024, 19:06 Lajos Katona, <katonalala@gmail.com> wrote:
Hi,
I suppose your question is for networking-l2gw: https://opendev.org/x/networking-l2gw, am I right?
For the basics, I think the README still has some good links like: https://networkop.co.uk/blog/2016/05/21/neutron-l2gw/

or the documentation page can also be useful for understanding l2gw concepts:
https://opendev.org/x/networking-l2gw/src/branch/master/doc/source/usage.rst
  1. Why would anyone want to bridge two l2 networks in the first place ?
    1. The main reason is like in the above pages is to create one broadcast domain from the 2 nets.
  2. Can these two l2 networks be, two unroutable tenant networks ?
    1. yes with networking-l2gw it is possible.
Best wishes.
Lajos Katona (lajoskatona)


engineer2024 <engineerlinux2024@gmail.com> ezt írta (időpont: 2024. okt. 7., H, 9:29):
I am trying to understand the L2-GW concept in openstack neutron. I understand that its primary purpose is to bridge two l2 networks into one single network. We have tenant and provider networks in neutron. 

1. Why would anyone want to bridge two l2 networks in the first place ?
2. Can these two l2 networks be, two unroutable tenant networks ?

Please bear with my ignorance here. I am trying to grasp and learn these concepts. Any help in this regard is much appreciated...

Thanks
elinux