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