! community-set BGPBH-SPAM 65055:25, 65055:26, 65055:27 end-set ! community-set BGPBH-TALOS 65055:999 end-set ! community-set BGPBH-BOGONS 65055:666 end-set ! route-policy BGP-DROP drop end-policy ! route-policy BGP-BH-FEED-IN-V6 if community matches-any BGPBH-SPAM or community matches-any BGPBH-BOGONS or community matches-any BGPBH-TALOS then set next-hop 100::1 set local-preference 666 set origin igp pass endif end-policy ! router static ! address-family ipv6 unicast 100::/64 Null0 100::1/128 Null0 ! ! interface Null0 ipv6 icmp unreachables disable ! interface GigabitEthernet0/0/0/0 ipv6 verify unicast source reachable-via any allow-default ! router bgp X bgp router-id A.B.C.D address-family ipv6 unicast ! neighbor-group BGPBH-V6 remote-as 65055 ebgp-multihop 255 local-as 65055 address-family ipv6 unicast route-policy BGP-BH-FEED-IN-V6 in route-policy BGP-DROP out ! ! neighbor 2001:1a68:0:1e::196 use neighbor-group BGPBH-V6 ! neighbor 2a00:4120:8000:a::55 use neighbor-group BGPBH-V6 ! !