diff options
Diffstat (limited to 'tests/topotests/bgp_suppress_fib/r2/zebra.conf')
-rw-r--r-- | tests/topotests/bgp_suppress_fib/r2/zebra.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/topotests/bgp_suppress_fib/r2/zebra.conf b/tests/topotests/bgp_suppress_fib/r2/zebra.conf new file mode 100644 index 0000000..6e8bce0 --- /dev/null +++ b/tests/topotests/bgp_suppress_fib/r2/zebra.conf @@ -0,0 +1,16 @@ +! +interface lo + ip address 60.0.0.1/24 +! +interface r2-eth0 + ip address 10.0.0.2/30 +! +interface r2-eth1 + ip address 10.0.0.9/30 + +access-list access seq 5 permit 40.0.0.0/8 + +route-map LIMIT permit 10 + match ip address access + +ip protocol bgp route-map LIMIT |