I was using Cisco router to configure SBR = Source based routing
Now I’m trying to move to Mikrotik devices and I’m trying to do that same with no result
On Cisco it’s to easy create an access list then add this access list to SBR and then assign it to the interface with next hop
so If I receive a packet from Source A send it to next hop B
I tried on Mikrotik and I couldn’t make it !! I don’t why
Can anyone help me in this issue ? IF I receive a packet from 3.3.3.0/24 then go to 192.168.50.1 and 192.168.50.1 is a GRE tunnel IP address and that will be the next hop ?
If you use lookup, in case that Gateway is not reachable it will fall back to the Main Routing Table, whatever that may be.
If you use lookup-only-in-table, if the Gateway is not reachable, you won’t be routed at all to any other Gateway, including the Main.
To answer your question yes, and this is the syntax on top of my head please use mikrotik tab completion feature to fill in the gaps but the geist is this please see below