summaryrefslogtreecommitdiffstats
path: root/tests/topotests/rip_passive_interface/r3/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/rip_passive_interface/r3/frr.conf')
-rw-r--r--tests/topotests/rip_passive_interface/r3/frr.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/rip_passive_interface/r3/frr.conf b/tests/topotests/rip_passive_interface/r3/frr.conf
new file mode 100644
index 0000000..2362c47
--- /dev/null
+++ b/tests/topotests/rip_passive_interface/r3/frr.conf
@@ -0,0 +1,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
+