Hello,
Im using /24 prefix for BGP.
When I was using Routeros 6 I disable synchronize and I can use /25-/26 etc. prefix on my router.
In Ros7 this is no synchronize button. How can I do this ?
Thanks.
Why do you need to advertise something smaller to your BGP neighbors?I have real IP like (example: 1.1.1.0/24) .
I advertesing 1.1.1.0/24 .
I want to use 1.1.1.0/25 and 1.1.1.129/25 on my VLAN's.
Hello,Why do you need to advertise something smaller to your BGP neighbors?I have real IP like (example: 1.1.1.0/24) .
I advertesing 1.1.1.0/24 .
I want to use 1.1.1.0/25 and 1.1.1.129/25 on my VLAN's.
Also if you are actually using those two /25s in your network, shouldn't they already be in the table and synchronization shouldn't be an issue?
It's usually good to have a static tie-down route anyway to make sure that your BGP speakers don't revoke prefixes externally because of an IGP issue internally. If you go that route I would make sure to give them a high administrative distance like 254 so that they don't accidentally become the installed route for that prefix over, say, OSPF.
Yeah you shouldn't need to do anything special with BGP then. The /24 covers both /25s so once traffic reaches you your router will just use the more specifics.I want to use 2 x /25 on my router.
Im advertesing /24 to neighbor.
Im using router os v7.Yeah you shouldn't need to do anything special with BGP then. The /24 covers both /25s so once traffic reaches you your router will just use the more specifics.I want to use 2 x /25 on my router.
Im advertesing /24 to neighbor.
Its worked.Hi,
Make a route with a type of blackhole
https://help.mikrotik.com/docs/display/ ... g+Examples
/ip/firewall/address-list/
add list=bgp-networks address=192.168.0.0/24
/ip/route
add dst-address=192.168.0.0/24 blackhole
/routing/bgp/connection
set peer_name output.network=bgp-networks
and also check your upstream because the smallest prefix you can advertise is /24