Hello Everyone,
I'm a complete neophyte to Mikrotik so I'm sure this is a simple configuration issue that I'm too dense to catch. I have a CRS-106-1C-5S that I setup on my bench. It's combo port is hooked up to a Cisco switch for upstream, pulling DHCP. Originally when I did a speedtest I was only getting ~20Mbps. The same Ethernet gives my workstation ~850 Mbps.
Searching the Internet I discovered fast path on the Wiki. So when I setup those rules, I am now up to ~220 Mbps. I'm wondering if there's anything else I can do. CPU usage looks pretty good. My configuration is incredibly basic. I'm not even running DHCP except on the ethernet combo port.
I'm a complete neophyte to Mikrotik so I'm sure this is a simple configuration issue that I'm too dense to catch. I have a CRS-106-1C-5S that I setup on my bench. It's combo port is hooked up to a Cisco switch for upstream, pulling DHCP. Originally when I did a speedtest I was only getting ~20Mbps. The same Ethernet gives my workstation ~850 Mbps.
Searching the Internet I discovered fast path on the Wiki. So when I setup those rules, I am now up to ~220 Mbps. I'm wondering if there's anything else I can do. CPU usage looks pretty good. My configuration is incredibly basic. I'm not even running DHCP except on the ethernet combo port.
Code:
[admin@MikroTik] > export # 2024-03-07 13:47:10 by RouterOS 7.13.5# software id = 8GGX-K3DC## model = CRS106-1C-5S# serial number = HEN08XW7YY4/interface bridgeadd admin-mac=48:A9:8A:F2:BF:48 auto-mac=no comment=defconf name=bridge/interface listadd name=WANadd name=LAN/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/ip hotspot profileset [ find default=yes ] html-directory=hotspot/portset 0 name=serial0/interface bridge portadd bridge=bridge comment=defconf disabled=yes interface=combo1add bridge=bridge comment=defconf interface=sfp1add bridge=bridge comment=defconf interface=sfp2add bridge=bridge comment=defconf interface=sfp3add bridge=bridge comment=defconf interface=sfp4add bridge=bridge comment=defconf interface=sfp5/interface list memberadd interface=combo1 list=WANadd interface=bridge list=LAN/ip addressadd address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0/ip dhcp-clientadd interface=combo1/ip firewall filteradd action=fasttrack-connection chain=forward connection-state=established,related hw-offload=yesadd action=accept chain=forward connection-state=established,related/ip firewall natadd action=masquerade chain=srcnat out-interface-list=WAN#error exporting "/ip/ssh" (timeout)/system clockset time-zone-name=America/Chicago/system noteset show-at-login=no[admin@MikroTik] >
Statistics: Posted by alaricthenoble — Thu Mar 07, 2024 9:55 pm