summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_blackhole_community/r1/bgpd.conf
blob: 574d199aeb8e197ea3981f29cffe5697ea6eba2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!
router bgp 65001
  timers bgp 3 9
  no bgp ebgp-requires-policy
  neighbor r1-eth0 interface remote-as external
  address-family ipv4 unicast
    redistribute connected
    neighbor r1-eth0 route-map r2 out
  exit-address-family
 !
!
route-map r2 permit 10
  set community blackhole
!