RIPv2/RIPng Configuration Module¶
This configuration module configures the RIPv2 and RIPng. The module supports the following RIP features:
IPv4 and IPv6
Passive interfaces
Platform Support¶
The following table describes per-platform support of individual RIPv2/RIPng features:
Operating system |
IPv4 |
IPv6 |
Passive |
---|---|---|---|
Arista EOS |
✅ |
❌ |
❌ |
Cisco IOS |
✅ |
✅ |
✅ ❗ |
Cisco IOS XE[1] |
✅ |
✅ |
✅ ❗ |
Cumulus Linux |
✅ |
✅ |
✅ |
FRR |
✅ |
✅ |
✅ |
VyOS |
✅ |
✅ |
✅ |
Tip
See RIP Integration Tests Results for more details.
Lab Topology Parameters¶
RIPv2/RIPng module does not have global or node parameters. It supports Passive Interfaces and External Interfaces.
Example¶
We want to create a simple two-router RIPv2 network using Cumulus Linux:
defaults.device: cumulus
module: [ ripv2 ]
The lab has two nodes and a link between them:
nodes: [ r1, r2 ]
links: [ r1-r2 ]
This is the resulting RIPv2 FRRouting configuration for R1:
router rip
network lo
network swp1
version 2