Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config for SR OS MPLS EVPN LDP #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jbemmel
Copy link
Contributor

@jbemmel jbemmel commented Oct 2, 2022

This config should eventually go into core, but it illustrates what's needed to make this work

@ipspace
Copy link
Owner

ipspace commented Oct 2, 2022

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.

@jbemmel
Copy link
Contributor Author

jbemmel commented Oct 2, 2022

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

@ipspace
Copy link
Owner

ipspace commented Oct 2, 2022

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 😉

@sdktr
Copy link

sdktr commented Sep 8, 2023

Whats up with this PR? Is this a partial config that can be put on top of the netlab generated config?

@ipspace
Copy link
Owner

ipspace commented Sep 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants