Hi to All!
Who can help me solve my issue!
Is there any way to add subnets received via BGP into one address-list?
I've tried like:
/ip firewall address-list add address=[/ip route find where bgp] list BGP
no results.
Thanks!
/ip firewall address-list add address=[/ip route find where bgp] list=BGP
:foreach i in=[/ip route find where bgp] do={
/ip firewall address-list add address=[/ip route get $i dst-address] list=bgp
}