Replies: 3 comments 2 replies
-
I have some use cases where I want to use the same vlan id on different links (but not the same vlan "globally speaking") - but never tested yet with netlab, even if it's in my todo list. So, if I can have
for me it's ok. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In theory, the current implementation of the VLAN module supports node-specific VLANs with the same name. For example, multiple nodes might have a red VLAN, but as long as it's not defined globally, these are not the same VLANs and will get different VLAN IDs (at least that's how I remember the code behaving 🥴).
It would make everyone's life easier if we'd go for globally unique VLAN namespace, disallowing having the same VLAN name on multiple nodes without having a global VLAN with the same name (or creating global VLAN on the fly). Obviously you could still use
red_s1
,red_s2
,red_s3
if you wish.Please note that this change would not impact routed VLANs used in stuff like VRF Lite. Those VLANs always get an IP prefix per physical link.
So: is anyone using node-specific VLANs @jbemmel @ssasso @petercrocker?
Beta Was this translation helpful? Give feedback.
All reactions