Community discussions

MikroTik App
 
magitekbay
just joined
Topic Author
Posts: 6
Joined: Sat Aug 21, 2021 2:11 pm

Problems getting 1gb internet dl speeds with CRS309-1G-8S+

Sat Aug 21, 2021 3:30 pm

Hello,I'm trying to use crs309-1g-8s+.
I have run multiple speed tests on speedtest.net.In SwOS,it works fine.
In routeros,router or bridge mode,my dl speed averages about 300,not exactly sure what is going on.
switched update channel to long term,stable,tesing and dev channel,get the same results.
my test cases:
Image

routeros config
# aug/20/2021 09:50:41 by RouterOS 6.48.3
/interface bridge
add name=br_lan
/interface ethernet
set [ find default-name=ether1 ] name=0_wan
set [ find default-name=sfp-sfpplus1 ] auto-negotiation=no name=1_workstation \
    speed=10Gbps
set [ find default-name=sfp-sfpplus2 ] auto-negotiation=no name=2_linksys
set [ find default-name=sfp-sfpplus3 ] auto-negotiation=no name=3_esxi-bak
set [ find default-name=sfp-sfpplus4 ] auto-negotiation=no name=4_esxi_data1 \
    speed=10Gbps
set [ find default-name=sfp-sfpplus5 ] auto-negotiation=no name=5_esxi_data2 \
    speed=10Gbps
set [ find default-name=sfp-sfpplus6 ] auto-negotiation=no name=6_dell_idrac
/interface bonding
add mode=802.3ad name=bond_esxi slaves=4_esxi_data1,5_esxi_data2 \
    transmit-hash-policy=layer-2-and-3
/interface ethernet switch port
set 0 limit-broadcasts=no
set 8 limit-broadcasts=no
/interface list
add name=Wan
add name=Lan
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=pool_lan ranges=10.10.1.2-10.10.15.254
/ip dhcp-server
add add-arp=yes address-pool=pool_lan always-broadcast=yes bootp-support=none \
    disabled=no interface=br_lan name=dhcp_lan
/interface bridge port
add bridge=br_lan interface=6_dell_idrac
add bridge=br_lan interface=bond_esxi
add bridge=br_lan interface=1_workstation multicast-router=disabled
add bridge=br_lan interface=2_linksys
add bridge=br_lan interface=3_esxi-bak
/interface detect-internet
set detect-interface-list=Wan
/interface list member
add interface=0_wan list=Wan
add interface=br_lan list=Lan
/ip address
add address=10.10.0.1/20 interface=br_lan network=10.10.0.0
/ip dhcp-server lease
add address=10.10.0.254 client-id=1:f4:2:70:9d:79:28 comment=dell-idrac \
    mac-address=F4:02:70:9D:79:28 server=dhcp_lan
add address=10.10.0.2 client-id=1:b0:6e:bf:cf:67:52 comment=workstation \
    mac-address=B0:6E:BF:CF:67:52 server=dhcp_lan
add address=10.10.2.11 client-id=1:0:50:56:b0:ec:b7 comment=dev-host \
    mac-address=00:50:56:B0:EC:B7 server=dhcp_lan
add address=10.10.1.250 client-id=1:0:50:56:b0:73:7e comment=priv-ros \
    mac-address=00:50:56:B0:73:7E server=dhcp_lan
add address=10.10.0.250 client-id=1:0:c:29:77:16:e2 comment=vcsa mac-address=\
    00:0C:29:77:16:E2 server=dhcp_lan
add address=10.10.0.11 client-id=1:0:50:56:6e:5e:ad comment=esxi-data \
    mac-address=00:50:56:6E:5E:AD server=dhcp_lan
add address=10.10.0.10 client-id=1:0:50:56:63:46:2b comment=esxi-bak \
    mac-address=00:50:56:63:46:2B server=dhcp_lan
add address=10.10.0.21 client-id=1:e8:9f:80:6b:43:5f comment=Linksys-velop \
    mac-address=E8:9F:80:6B:43:5F server=dhcp_lan
add address=10.10.1.240 client-id=1:0:50:56:99:5c:80 comment=jumper \
    mac-address=00:50:56:99:5C:80 server=dhcp_lan
add address=10.10.1.230 comment=k8s-vip mac-address=00:50:56:99:F8:39 server=\
    dhcp_lan
add address=10.10.2.12 client-id=1:0:50:56:99:51:8 comment=dev-win11 \
    mac-address=00:50:56:99:51:08 server=dhcp_lan
add address=10.10.2.13 client-id=1:0:50:56:99:f5:82 comment=dev-win2022 \
    mac-address=00:50:56:99:F5:82 server=dhcp_lan
add address=10.10.1.11 client-id=1:0:50:56:99:81:92 comment=k8s-master1 \
    mac-address=00:50:56:99:81:92 server=dhcp_lan
add address=10.10.1.12 client-id=1:0:50:56:99:ef:6c comment=k8s-master2 \
    mac-address=00:50:56:99:EF:6C server=dhcp_lan
add address=10.10.1.13 client-id=1:0:50:56:99:7:b comment=k8s-master3 \
    mac-address=00:50:56:99:07:0B server=dhcp_lan
add address=10.10.1.21 client-id=1:0:50:56:99:eb:6f comment=k8s-node1 \
    mac-address=00:50:56:99:EB:6F server=dhcp_lan
add address=10.10.1.22 client-id=1:0:50:56:99:df:f5 comment=k8s-node2 \
    mac-address=00:50:56:99:DF:F5 server=dhcp_lan
add address=10.10.1.23 client-id=1:0:50:56:99:87:6f comment=k8s-node3 \
    mac-address=00:50:56:99:87:6F server=dhcp_lan
add address=10.10.1.24 client-id=1:0:50:56:99:d6:4d comment=k8s-node4 \
    mac-address=00:50:56:99:D6:4D server=dhcp_lan
add address=10.10.1.31 client-id=1:0:50:56:99:d5:9c comment=k8s-ceph1 \
    mac-address=00:50:56:99:D5:9C server=dhcp_lan
add address=10.10.1.32 client-id=1:0:50:56:99:21:a3 comment=k8s-ceph2 \
    mac-address=00:50:56:99:21:A3 server=dhcp_lan
add address=10.10.1.33 client-id=1:0:50:56:99:fd:a7 comment=k8s-ceph3 \
    mac-address=00:50:56:99:FD:A7 server=dhcp_lan
/ip dhcp-server network
add address=10.10.0.0/20 dns-server=10.10.0.1 domain=example.com gateway=\
    10.10.0.1 netmask=20 ntp-server=10.10.0.1 
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,1.1.1.1
/ip dns static
add address=10.10.0.254 name=idrac.example.com
add address=10.10.0.1 name=ntp.example.com
add address=10.0.0.1 name=gw.example.com
add address=10.10.0.11 name=esxi.example.com
add address=10.10.0.250 name=vcsa.example.com
add address=10.10.1.21 name=node1.example.com
add address=10.10.1.22 name=node2.example.com
add address=10.10.1.23 name=node3.example.com
add address=10.10.1.24 name=node4.example.com
add address=10.10.1.11 name=master1.example.com
add address=23.198.104.83 name=cdn.redhat.com
add address=209.132.183.108 name=subscription.rhsm.redhat.com
add address=10.10.1.240 name=remote.example.com
add address=10.10.0.1 name=dns.example.com
add address=10.10.1.30 name=ceph.example.com
add address=10.10.1.230 name=k8s.example.com
add address=10.10.1.230 name=k8s-api.example.com
add address=10.10.1.12 name=master2.example.com
add address=10.10.1.13 name=master3.example.com
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade"
/ip upnp
set enabled=yes
/system clock
set time-zone-name=Asia/Shanghai
/system ntp client
set enabled=yes primary-ntp=120.25.115.20 secondary-ntp=203.107.6.88
/system ntp server
set broadcast=yes broadcast-addresses=10.10.0.253 enabled=yes manycast=no \
    multicast=yes
/system routerboard settings
set boot-os=router-os
/system swos
set static-ip-address=10.10.1.1
 
Zacharias
Forum Guru
Forum Guru
Posts: 3459
Joined: Tue Dec 12, 2017 12:58 am
Location: Greece

Re: Problems getting 1gb internet dl speeds with CRS309-1G-8S+  [SOLVED]

Sat Aug 21, 2021 10:15 pm

From a quick look i can see you are using CRS309 in Routing mode, so as i can see from the Ethernet Results for this device it can achieve about 340 Mbps (in Routing with 512 Byte packets) ...
https://mikrotik.com/product/crs309_1g_ ... estresults
So the speeds look normal...

This device is a switch, it has advanced capabilities when doing switching functions ...
 
magitekbay
just joined
Topic Author
Posts: 6
Joined: Sat Aug 21, 2021 2:11 pm

Re: Problems getting 1gb internet dl speeds with CRS309-1G-8S+

Sat Aug 21, 2021 10:31 pm

gotcha,i cannot open the testresults site before using edge.

Who is online

Users browsing this forum: rolling and 41 guests