vJunos-switch: VXLAN and EVPN #1993
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR uses the "simplistic" default switch options to configure vxlan+evpn on vJunos-switch, which uses the so-called "Enterprise Style VLAN configuration".
Caveats documented.
Despite the drawback of using a single RD for all the announced routes (as required when using switch-options), the supported tests are passing succesfully.
Tests:
vxlan/01-vxlan-bridging OK
vxlan/02-vxlan-bridging-multinode OK
vxlan/03-vxlan-irb OK
vxlan/04-vxlan-irb-ospf OK
vxlan/05-vxlan-router-stick OK
vxlan/06-vxlan-bridging-multivendor OK
vxlan/07-vxlan-bridging-v6only not supported
vxlan/08-vxlan-alt-vtep not supported
evpn/01-vxlan-bridging OK
evpn/02-vxlan-asymmetric-irb OK
evpn/03-vxlan-symmetric-irb OK
evpn/04-vxlan-central-routing OK
evpn/05-vxlan-l3only OK
evpn/10-vxlan-rr OK
evpn/11-vxlan-ebgp not supported
evpn/12-vxlan-ibgp-ebgp OK
evpn/13-vxlan-ebgp-allowas not supported
evpn/14-vxlan-ebgp-ebgp not supported
evpn/15-vxlan-ebgp-unnumbered not supported
evpn/20-vxlan-irb-ospf OK
evpn/21-bgp-ce-router OK
evpn/22-ospf-ce-router OK
Note: merge after #1992