Hello,
I recently acquired RB1000U, very nice indeed. I managed to setup a bgp test session that receives default route (I do not want to set static default route) and apparantly it doesn’t use them. IE ping timeouts with no route to host.
The setup I’m aiming for is to have routes added dynamically through BGP (almost done, see my problem), apply routing-mark through routing filters (should work if the dynamic routes are ok - first step), and finally apply qos using the routing-mark property.
I’m using RouterOS 4.4. A snippet of /ip route print :
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADb 0.0.0.0/0 x.x.x.x 20
…
/routing bgp network
add comment=“” disabled=no network=y.y.y.y/24 synchronize=no
/routing bgp instance
add as=ZZZZZ client-to-client-reflection=yes comment=“” disabled=no ignore-as-path-len=no name=tettas out-filter=“” redistribute-connected=no
redistribute-ospf=no redistribute-other-bgp=no redistribute-rip=no redistribute-static=no router-id=y.y.y.1 routing-table=“”
/routing filter
add action=passthrough chain=peer-IN comment=“” disabled=no invert-match=no prefix=0.0.0.0/0 set-routing-mark=default-route
add action=passthrough chain=peer-IN comment=“” disabled=no invert-match=no set-routing-mark=man-routes
/routing bgp peer
add address-families=ip as-override=no comment=teste default-originate=never disabled=no hold-time=3m in-filter=peer-IN instance=tettas multihop=no name=zeus
nexthop-choice=default out-filter=“” passive=no remote-address=x.x.x.1 remote-as=UUUUU remove-private-as=no route-reflect=no tcp-md5-key=“” ttl=255
use-bfd=no
This setup seems to be the same as on linux+quagga+realms+qos.
Any help is greatly appreciated,
Adrian