diff options
Diffstat (limited to 'tests/topotests/ripng_aggregate_address/r3/frr.conf')
| -rw-r--r-- | tests/topotests/ripng_aggregate_address/r3/frr.conf | 23 | 
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/topotests/ripng_aggregate_address/r3/frr.conf b/tests/topotests/ripng_aggregate_address/r3/frr.conf new file mode 100644 index 0000000000..d9b542af8e --- /dev/null +++ b/tests/topotests/ripng_aggregate_address/r3/frr.conf @@ -0,0 +1,23 @@ +! +int lo + ipv6 address 2001:db8:3::1/64 +! +int r3-eth0 + ipv6 address 2001:db8::3/64 +! +debug ripng events +debug ripng packet +debug ripng zebra +router ripng + aggregate-address 33::/64 + redistribute connected + redistribute static + network 2001:db8::/64 + network 2001:db8:3::1/64 + timers basic 5 15 10 +exit + +ipv6 route 33::1/128 lo +ipv6 route 33::2/128 lo +ipv6 route 33::3/128 lo +ipv6 route 33::4/128 lo  | 
