Hi all,
How I can advertise a default route, like Cisco “default-originate” command? I’m using 2.9.51 version.
Thanks,
P
Hi all,
How I can advertise a default route, like Cisco “default-originate” command? I’m using 2.9.51 version.
Thanks,
P
default-originate feature is not yet implemeted in RouterOS.
Thanks for your informartion, but is another way to do?
one way is to add 0.0.0.0/0 to BGP networks.
Ok,
I’ll try with 0.0.0.0/0 prefix lenght=32
Thank you man!
That’s works fine, the default route was advertised, but need to filter to other peers, putting on a rule at the end with discard action not working properly. Any help?
you have to add rule
/routing filter
add chain=bgp-out prefix=0.0.0.0/0 prefix-length=0 action=discard