Skip to content

Commit 2196b61

Browse files
committed
Doc fix: Update VRF routing protocol support matrix
1 parent 6b6f3e5 commit 2196b61

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/module/vrf.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,28 @@ VRFs are supported on these platforms:
3838
(module-vrf-platform-routing-support)=
3939
These platforms support routing protocols in VRFs:
4040

41-
| Operating system | OSPFv2 | OSPFv3 | EBGP | RIPv2 | RIPng
42-
| --------------------- | :-: | :-: | :-: | :-: | :-: |
43-
| Arista EOS ||||
44-
| Aruba AOS-CX ||||
45-
| Cisco IOS/IOSvL2 |[](caveats-iosv) |||||
46-
| Cisco IOS XE[^18v] |[](caveats-csr) |||||
47-
| Cisco Nexus OS ||||
48-
| Cumulus Linux 4.x ||||||
49-
| Cumulus 5.x (NVUE) ||||||
50-
| Dell OS10 ||||
51-
| FRR [](caveats-frr) |||| ||
52-
| Junos[^Junos] ||||
53-
| Mikrotik RouterOS 6 |[](caveats-routeros6) |||
54-
| Mikrotik RouterOS 7 ||||
55-
| Nokia SR Linux ||||
56-
| Nokia SR OS ||||
57-
| VyOS ||||
41+
| Operating system | OSPFv2 | OSPFv3 | EBGP | RIPv2 | RIPng | IS-IS |
42+
| --------------------- | :-: | :-: | :-: | :-: | :-: | :-: |
43+
| Arista EOS |||||||
44+
| Aruba AOS-CX |||||||
45+
| Cisco IOS/IOSvL2 |[](caveats-iosv) ||||||
46+
| Cisco IOS XE[^18v] |[](caveats-csr) ||||||
47+
| Cisco Nexus OS |||||||
48+
| Cumulus Linux 4.x |||||||
49+
| Cumulus 5.x (NVUE) |||||||
50+
| Dell OS10 |||||||
51+
| FRR [](caveats-frr) |||||| |
52+
| Junos[^Junos] |||||||
53+
| Mikrotik RouterOS 6 |[](caveats-routeros6) ||||||
54+
| Mikrotik RouterOS 7 |||||||
55+
| Nokia SR Linux |||||||
56+
| Nokia SR OS |||||||
57+
| VyOS |||||||
5858

5959
```{note}
6060
* You cannot run EIGRP within a VRF, but the configuration module is VRF-aware -- it will not try to configure EIGRP routing on VRF interfaces
6161
* IBGP within a VRF instance does not work. PE-routers and CE-routers MUST HAVE different BGP AS numbers ([more details](bgp-vrf))
62-
* The detailed device support matrix is in the [VRF Integration Tests Results](https://release.netlab.tools/_html/coverage.vrf).
62+
* The detailed device support matrix for BGP, OSPFv2, and OSPFv3 is in the [VRF Integration Tests Results](https://release.netlab.tools/_html/coverage.vrf). The RIP-in-VRF tests are in the [RIPv2/RIPng Integration Tests Results](https://release.netlab.tools/_html/coverage.ripv2); the IS-IS tests are in the [IS-IS Integration Tests Results](https://release.netlab.tools/_html/coverage.isis)
6363
```
6464

6565
## Parameters

0 commit comments

Comments
 (0)