Hi
I have BGP filter rule in my router os version 6.47 to advertise range 6.6.40/22 for me and also uncheck synchronronize in network
/routing filter
add action=accept chain=OUT-BGP prefix=6.6.4.0/22 prefix-length=22-24
but in version 7 i didnot now how can do it?
Can any one help me
based on this i understand i did not need filter rule
/ip/firewall/address-list/
add list=bgp-networks address=6.6.4.0/22
/ip/route
add dst-address=6.6.4.0/22 blackhole
/routing/bgp/connection
set peer_name output.network=bgp-networks
so is this enough?
Yes it should be enough if connection does not have any filter chains set.