Replies: 4 comments 7 replies
-
Our solution: global vlans not attached to a site scoped limited by a VRF. We also have some L2 underlays spanning multiple sites, currently they are just defined in the global vlan list with a special description. We have not yet looked at the new L2VPN model, but that is on our radar so that that we can correctly model our different underlay and overlay networks. |
Beta Was this translation helpful? Give feedback.
-
What Netbox version are you using? I've not needed to use this functionality myself, but I thought it was possible to:
This might have some limitations though - e.g. if you search for VLANs in Site A, it's possible you may not see Vlan 150. (I had a similar issue with #9989, although that was about Locations within a Site, rather than Sites within a Site Group) |
Beta Was this translation helpful? Give feedback.
-
Here is how we did it in more detail: Hope this helps. Went through a lot of thinking to get a model that fits all of our toplogies and constraints, and that is the best we came up with. We have large MAN with multiple datacenters and underlays (and some overlays). Open to suggestions! Campus architectures are very similar to MAN setups, so you are probably facing similar issues. ;-) |
Beta Was this translation helpful? Give feedback.
-
Also, the prefix table needs to display the "L3device" custom-field so that it can be filtered on and searched for. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I have a question about the best practice of implementing VLANs and prefixes which are present in more than one site but are one logical unit.

Below you can find a quick sketch so you can understand my problem:
The VLAN 150 as well as the prefix 10.1.0.0/24 is present on 3 different sites but the hosts in those VLAN/prefix are in one L2 topology.
Until now, I've created a "pseudo site" which contains both the VLAN and the prefix but the physical devices are unable to use this VLAN if I do so.
My other possibility is to create a site group which consists of both the physical and the pseudo sites. I then create a VLAN group and attach it to the newly created site group. Then I'm able to use the VLANs attached to the group on the whole campus. As described in #10104 , I'm lastly able to connect the prefix to this construct.
This works, but I wonder if this is the best approach to design this kind of structure. Do you have similar setups and how did you implement them into netbox?
Beta Was this translation helpful? Give feedback.
All reactions