You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FRR configures BFD as part of OSPFv2/OSPFv3 configuration.
406
406
* IPv6 L3VPN over SRv6 does not work in parallel with the IPv6 AF. You have to disable the IPv6 AF on IPv6 IBGP sessions with **bgp.activate.ipv6: []**.
407
407
* An OSPFv3 ABR running FRR release 10.3 does not originate summary external routes from NSSA areas
408
-
*FRR claims to support EVPN for VXLAN-over-IPv6, but it seems that the implementation is incomplete. For the moment, _netlab_ does not implement EVPN/VXLAN over IPv6 with FRR.
408
+
*As of FRRouting release 10.6.0, the FRR implementation of EVPN for VXLAN-over-IPv6is incompatible with the Arista EOS implementation due to different encodings of the PMSI_TUNNEL_ATTRIBUTE.
Copy file name to clipboardExpand all lines: docs/module/evpn.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,12 +117,17 @@ Most EVPN/VXLAN implementations support only IPv4 VXLAN transport; some can run
117
117
| Cumulus Linux 4.x | ✅ | ❌ |
118
118
| Cumulus 5.x (NVUE) | ✅ | ❌ |
119
119
| Dell OS 10 | ✅ | ❌ |
120
-
| FRR | ✅ |❌ [❗](caveats-frr)|
120
+
| FRR | ✅ |✅|
121
121
| Junos[^JN]| ✅ | ❌ |
122
122
| Nokia SR Linux | ✅ | ❌ |
123
123
| Nokia SR OS[^SROS]| ✅ | ❌ |
124
124
| VyOS | ✅ | ❌ [❗](caveats-vyos)|
125
125
126
+
```{warning}
127
+
* EVPN with VXLAN-over-IPv6 is enabled with the `defaults.vxlan.use_v6_vtep` attribute (see [](module-vxlan)). At the moment, you cannot run a control-plane-only EVPN node with IPv6 next hops.
128
+
* Arista EOS 4.35.2F and FRRouting 10.6.0 use incompatible encodings of PMSI_TUNNEL_ATTRIBUTE when running EVPN over IPv6 next hops. While each implementation works on its own, they are not interoperable.
0 commit comments