netlab-examples
netlab-examples copied to clipboard
Add config for SR OS MPLS EVPN LDP
This config should eventually go into core, but it illustrates what's needed to make this work
The 'mpls.vlans' attribute will be 'evpn.vlans' (which VLANs should EVPN care about), and then the EVPN module should figure out what transport to use.
Yes, the evpn module could figure out the transport (mpls because the vxlan module isn't enabled) but users should be able to specify it also
evpn:
is required to enable EVPN for the vlan, you could have scenarios in which only a subset of vlans is extended
evpn:
is required to enable EVPN for the vlan, you could have scenarios in which only a subset of vlans is extended
So you list only those in evpn.vlans
😉
Whats up with this PR? Is this a partial config that can be put on top of the netlab generated config?
EVPN module was rewritten in the meantime. Depending on what you want to do, one of the scenarios in https://github.com/ipspace/netlab/tree/dev/tests/integration/evpn might be what you're looking for.