Replies: 2 comments 2 replies
|
The real question is "do you want to configure end-to-end VLANs as VLAN bundle (within a VRF) or as independent VLANs?" Currently they are treated as a VLAN bundle and configured with the RD/RT from the VRF. I guess there's no good answer to this question, so either we stick with an opinionated design (wouldn't be the first time) or make it configurable. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When I assign VLANs to a VRF, for using them with Symmetric IRB, I still want to preserve L2 VNI info (RD, RT) for my VLANs (L3 VNI shall not exclude L2 VNI).
With this topology:
The vlans structure does not have them anymore:
The problem maybe seems to be here:
https://github.com/ipspace/netsim-tools/blob/2b24377717c3233ba830b4d2abebcc46d5e847f5/netsim/modules/evpn.py#L169
When the vrf key is present, it is assumed to use vlan_bundle (which may not be supported by all the devices)
All reactions