summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_blackhole_community/r4/bgpd.conf
blob: eca12bd3d9a07a28462b73ec585459654b21c087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!
router bgp 65002
  timers bgp 3 9
  no bgp ebgp-requires-policy
  neighbor r4-eth0 interface remote-as internal
!
address-family ipv4 unicast
  neighbor r4-eth0 route-map FOO in
exit-address-family
!
route-map FOO permit 10
 set ipv6 next-hop local fe80::202:ff:fe00:99
exit