Community discussions

MikroTik App
 
divB
newbie
Topic Author
Posts: 32
Joined: Mon Jul 06, 2015 8:18 pm

How can I simply announce a prefix on one interface?

Thu Oct 21, 2021 2:14 am

Hi,

I currently have the following straight forward config in bird to announce a net 192.168.1.0/24 on a particular interface (via source address) from my AS65536 to the peering AS64496:
router id 10.1.1.1;
protocol device { scan time 5; }
protocol kernel { scan time 60; import none; }
protocol static
{
        route 192.168.1.0/24 via 10.1.1.1;
}
protocol bgp myBgp
{
        local as 65536;
        source address 10.1.1.1;
        import none;
        export all;
        graceful restart on;
        multihop 2;
        neighbor 10.1.1.10 as 64496;
        password "secret";
}
How can I achieve the same with RouterOS?

I created an instance with AS 65536, and a peer with IP 10.1.1.10 and AS 64496. However, nothing shows up in "Advertisements".

I am missing the proper way to add this one route (and not other routes).
I have tried adding it as a static route in "IP, Routes" but that did not seem to work.

Thank you!

Who is online

Users browsing this forum: itsbenlol and 20 guests