summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_oad/r3/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_oad/r3/frr.conf')
-rw-r--r--tests/topotests/bgp_oad/r3/frr.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/topotests/bgp_oad/r3/frr.conf b/tests/topotests/bgp_oad/r3/frr.conf
index 02dd5adfe1..164267d74d 100644
--- a/tests/topotests/bgp_oad/r3/frr.conf
+++ b/tests/topotests/bgp_oad/r3/frr.conf
@@ -7,12 +7,14 @@ int r3-eth0
!
router bgp 65003
no bgp ebgp-requires-policy
+ no bgp network import-check
neighbor 192.168.2.2 remote-as external
neighbor 192.168.2.2 timers 1 3
neighbor 192.168.2.2 timers connect 1
neighbor 192.168.2.2 oad
!
address-family ipv4 unicast
+ network 10.10.10.20/32 route-map static
redistribute connected route-map connected
exit-address-family
!
@@ -20,3 +22,7 @@ route-map connected permit 10
set local-preference 123
set metric 123
!
+route-map static permit 10
+ set extcommunity bandwidth 100 non-transitive
+exit
+!