I have been using mikrotik for a while and pretty happy both personally and at my clients. We finally got gigabit fiber to my neighborhood I upgraded from a HEX lite to the HEX with 5 gigabit ports. Trouble is, whenever I run a speedtest (using either a web tool or the built-in Bandwidth Test), it gets to about 225mbps and the CPU goes to 100% and it won’t go past that. I realize that the hardware isn’t that powerful, but it still has gigabit ports so I figure it should at least get close to gigabit speeds.
Fasttracked packets bypass firewall, connection tracking, simple queues, queue tree with parent=global, ip traffic-flow(restriction removed in 6.33), ip accounting, ipsec, hotspot universal client, vrf assignment, so it is up to administrator to make sure fasttrack does not interfere with other configuration;
With a default config, the HEX will pass 900mbps. 25~30 filters rules will slow you down to about 800. Mangle and queues will drop you even more.
if you can post your queue and firewall exports, we can get a better idea of what is bringing you do so much.
/interface bridge
add arp=proxy-arp name=bridge1
/interface ethernet
set [ find default-name=ether5 ] mac-address=E4:8D:8C:93:F8:A8 name=“ATT 1G”
speed=1Gbps
set [ find default-name=ether4 ] mac-address=E4:8D:8C:93:F8:A9 name=LAN
set [ find default-name=ether3 ] mac-address=E4:8D:8C:93:F8:AA master-port=
LAN name=ether3-slave-local
set [ find default-name=ether2 ] mac-address=E4:8D:8C:93:F8:AB master-port=
LAN name=ether4-slave-local
set [ find default-name=ether1 ] mac-address=E4:8D:8C:93:F8:AC master-port=
LAN name=ether5-slave-local
/interface ethernet switch port
set 0 default-vlan-id=0
set 1 default-vlan-id=0
set 2 default-vlan-id=0
set 3 default-vlan-id=0
set 4 default-vlan-id=0
set 5 default-vlan-id=0
/interface bridge port
add bridge=bridge1 interface=LAN
/interface l2tp-server server
set enabled=yes ipsec-secret=1234 use-ipsec=yes
/interface pptp-server server
set enabled=yes
/interface sstp-server server
set default-profile=default-encryption enabled=yes
[admin@MOB] > /firewall export
bad command name firewall (line 1 column 2)
[admin@MOB] > /firewall export
bad command name firewall (line 1 column 2)
right off, I would say you need to remove the LAN port from the bridge, and delete the bridge. You have a switch chip and no wireless interfaces, so a software bridge isn’t needed.
I don’t understand why you still test with btest. Is not reliable and will not reflect real world situations.
What are you trying to achieve? Gigabit between lan ports? Make a transfer between computers.
Sorry for the late reply here. I’ve been doing a lot of testing and finally was able to get this fix. Fasttrack was the solution, but I did not realize that the commands had to be run PLUS you have to drag the fasttrack rule to the top of the firewall list. That was my mistake. Thanks to everyone that helped. Here are the results, CPU much lower and the speed much higher!