diff options
Diffstat (limited to 'tests/topotests/pim_autorp/r2/frr.conf')
-rw-r--r-- | tests/topotests/pim_autorp/r2/frr.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/topotests/pim_autorp/r2/frr.conf b/tests/topotests/pim_autorp/r2/frr.conf new file mode 100644 index 00000000..fd3c0cad --- /dev/null +++ b/tests/topotests/pim_autorp/r2/frr.conf @@ -0,0 +1,16 @@ +! +hostname r2 +password zebra +log file /tmp/r2-frr.log +debug pim autorp +! +interface r2-eth0 + ip address 10.10.76.2/24 + ip igmp + ip pim +! +ip forwarding +! +router pim + autorp discovery +!
\ No newline at end of file |