block, traffic using bgp

Hello

We have server that sends to mikrotik via BGP /32 announces with special community.

We want to block traffic from and to the announced IP.
For now we succeed with blocking of incoming traffic with:

add action=accept bgp-communities=XXXXX:666 chain=from-anti-ddos prefix-length=32 set-type=blackhole

But how to block outgoing traffic? (better without using firewall - we’re in fast path)

You can use null route to do so as well.


Here is a nice discussion and with how to info ..

http://forum.mikrotik.com/t/ip-route-null-route/1649/1