summaryrefslogtreecommitdiffstats
path: root/tests/topotests/rip_allow_ecmp/r5/frr.conf
blob: 57a06ec0e3bb2680a0da4fba0ea507246537a6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!
int lo
 ip address 10.10.10.1/32
!
int r5-eth0
 ip address 192.168.1.5/24
!
router rip
 network 192.168.1.0/24
 network 10.10.10.1/32
 timers basic 5 15 10
exit