Using a default configuration with just pure NAT and fasttrack enabled a PPPoE client running 6.36.3 the CPU pegs out at 100% at 350Mbit down and 280Mbit up.
I’m running on a GPON fibre connection that’s 1000/500 and using a Edge Router Lite I can get 880/420 and a standard consumer grade Huawei HG659b I can get 960/450.
What can I do to improve the throughput as there are various threads but nothing definitive in regards to getting anything like 600Mbit or higher speeds.
Make sure “Switch all ports” is disabled. Definitely seems like you’re hitting software as my RB850Gx2 with some basic QoS also maxes out around 350-400mbps. Maybe PPPoE can’t be fasttracked?
Until recently that was the case. I believe from version 6.36 fasttrack can be used woth PPPoE. It was around this version - as I recall to see users complaining of problems, brought by this change.
according to http://wiki.mikrotik.com/wiki/Manual:IP/Fasttrack “IPv4 FastTrack handler supports NAT”.
true though, that only IPv4 TCP and UDP are supported, thus no performance boost with IPv6. for whatever it is, it will
be still “software”, the difference would be to not walk through all the checks/matches but use the “cached” information
and process packets (still using the CPU) the leanest possible way.
so fasttrack requires fastpath driver support for the interface you forward packets with. as i do not have rb850g, i can’t verify whether
the interface drivers support fastpath.
one reason for the high cpu util could be fragmentation. make sure the pppoe client creates the necessary mangle rules to clamp down
the TCP MSS, so the IP MTU will be 1492 bytes tops.