Hello everyone,
Can someone please explain to me what is more efficient for cpu load. I have searched everywhere and can’t seem to find any answers to this. This is running on a x86 machine I built.
routing ~200 clients using /ip route rule matching src-address to lookup in 50 routing tables,
or
using /ip firewall mangle to match clients in address-lists and then mark-connection then mark-routing for the same 50 routing tables.
Thanks in advance!