Tip

This is the documentation for the v21.03 version. Looking for the documentation of the latest version? Have a look here.

RIP ExampleΒΆ

This example configuration implements a RIP setup using the required information from Example RIP Configuration.

tnsr(config)# route dynamic rip
tnsr(config-frr-rip)# server vrf default
tnsr(config-rip)# version 2
tnsr(config-rip)# network prefix 10.2.0.0/16
tnsr(config-rip)# network interface TenGigabitEthernet6/0/0
tnsr(config-rip)# exit
tnsr(config-frr-rip)# enable
tnsr(config-frr-rip)# exit
tnsr(config)#

A similar configuration may be applied to neighboring routers also connected to the same network as the TenGigabitEthernet6/0/0 interface. Adjust the networks, neighbors, and interface names as needed.