I am using mangle rules to mark the connections then the packets in the pre routing and post routing chains so that i can pick up the packets and drop them into queue trees.
We have a number of 3011s deployed that are having high CPU usage during peak times. I disabled the mangle rules for testing and this dropped the CPU usage massivly.
If i was to enable fasttrack on these routers, would my mangle rules and queue trees still work?
I plan to do it as below.
Code:Select all
/ip firewall filter add chain=forward action=fasttrack-connection connection-state=established,related /ip firewall filter add chain=forward action=accept connection-state=established,related