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
Copy file name to clipboardExpand all lines: docs/caveats.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
* Use **libvirt.uuid** node property to ensure a vEOS VM does not change its serial number every time you start the lab.
18
18
* Anycast gateways and DHCP/DHCPv6 clients do not work on Arista cEOS Ethernet interfaces.
19
19
* Arista EOS cannot configure OSPF NSSA type-7 address ranges.
20
+
* IPv6 BFD for IS-IS cannot be enabled on individual interfaces. If you set **isis.bfd.ipv6** to *True*, BFD is enabled on all IS-IS interfaces.
20
21
* cEOS MPLS data plane was introduced in release 4.32.1F.
21
22
* Arista cEOS disables OSPFv2 on broadcast container stub interfaces (implemented as _dummy_ interfaces). _netlab_ automatically changes the OSPF network type for Arista cEOS dummy interfaces to **point-to-point**.
22
23
* Arista EOS virtual machines and containers use [proprietary control-plane messages to indicate the loss of Ethernet line protocol](https://blog.ipspace.net/2025/03/arista-spooky-action-distance/). Set the **netlab_phy_control** node variable to *False* to disable this functionality.
Copy file name to clipboardExpand all lines: docs/module/isis.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,15 +62,17 @@ These platforms support additional IS-IS features:
62
62
* On Arista EOS, IPv6 is enabled on all interfaces as soon as one has an IPv6 address. Arista EOS implementation of IS-IS refuses to work on interfaces with missing address families.
63
63
* On VyOS, IPv6 is enabled on all interfaces as soon as one has an IPv6 address.
64
64
* Cisco ASA does not support P2P IS-IS links. You could add `isis.network_type: false` to point-to-point links connecting ASA to other devices.
65
-
* See [IS-IS](https://release.netlab.tools/_html/isis) Integration Tests Results for more details.
66
-
67
65
* Use the `netlab show modules -m isis` command to display the route types that can be imported into IS-IS.
68
66
67
+
```{tip}
68
+
See [IS-IS Integration Tests Results](https://release.netlab.tools/_html/coverage.isis) for more details.
69
+
```
70
+
69
71
Some platforms can use BFD to speed up IS-IS convergence:
70
72
71
73
| Operating system | IPv4<br />BFD | IPv6<br />BFD |
72
74
| ------------------ | :-: | :-: |
73
-
| Arista EOS | ✅ |❌ |
75
+
| Arista EOS | ✅ |✅❗|
74
76
| Cisco IOSv/IOSvL2 | ✅ | ✅ |
75
77
| Cisco IOS XE[^18v]| ✅ | ✅ |
76
78
| Cisco Nexus OS | ✅ | ❌ |
@@ -79,9 +81,8 @@ Some platforms can use BFD to speed up IS-IS convergence:
79
81
| Nokia SR OS | ✅ | ✅ |
80
82
| VyOS | ✅ | ✅ |
81
83
82
-
```{tip}
83
-
See [IS-IS Integration Tests Results](https://release.netlab.tools/_html/coverage.isis) for more details.
84
-
```
84
+
**Notes:**
85
+
* On Arista EOS, IPv6 BFD for IS-IS is enabled globally (on all IS-IS-enabled interfaces).
0 commit comments