diff options
Diffstat (limited to 'tests/topotests/rip_allow_ecmp/r2')
-rw-r--r-- | tests/topotests/rip_allow_ecmp/r2/frr.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/rip_allow_ecmp/r2/frr.conf b/tests/topotests/rip_allow_ecmp/r2/frr.conf new file mode 100644 index 0000000..d7ea6f3 --- /dev/null +++ b/tests/topotests/rip_allow_ecmp/r2/frr.conf @@ -0,0 +1,13 @@ +! +int lo + ip address 10.10.10.1/32 +! +int r2-eth0 + ip address 192.168.1.2/24 +! +router rip + network 192.168.1.0/24 + network 10.10.10.1/32 + timers basic 5 15 10 +exit + |