summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_blackhole_community/r1/bgpd.conf
blob: be86bd6b2c1d5f529eaf284dbb02452b2bc5a9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!
router bgp 65001
  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
!