Hello everyone.
I’m a happy user of RB960PGS, I had it for many years with 1Gbps/500Mbps IPS link.
Since I can upgrade my internet connection to 2.5Gbps/1Gbps, I upgrade the routerboard with CRS310-8G+2S+IN. Here we have issues…
Negotiation on eth1 is 100Mbps Half Duplex, I tried replacing the patch cord and client, same behaviour.
I guess that’s DOA, so I connected the IPS to the eth2, negotiation 1Gbps Full Duplex (I haven’t upgraded the internet connection yet). Here we go I thought…
I configured everything, the internet came to clients, and I went for a speed test. Result 340 Mbps download, 550 Mbps upload.
Why download speed is 1/3 of the full capacity? Did I make some mistake configuring it?
Configuration is really simple, CPU load is around 3% with some spike to 12%. Memory utilization is 190 MiB
Pasting below the config:
[admin@MikroTik] > export
# 2024-05-17 19:34:42 by RouterOS 7.14.3
# software id = 0CMJ-65VK
#
# model = CRS310-8G+2S+
# serial number = HFGXXXHNXX
/interface vlan
add interface=ether3 name=vlan-848 vlan-id=848
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan-848 max-mru=1498 max-mtu=1498 name=pppoe-out1 user=O2
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.2.150-192.168.2.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=ether8 name=dhcp1
/ip address
add address=192.168.2.1/24 interface=ether8 network=192.168.2.0
/ip dhcp-server network
add address=192.168.2.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=192.168.2.1
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/ip route
add disabled=no distance=1 dst-address=192.168.2.0/24 gateway=88.x.x.x pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=yes distance=1 dst-address=192.168.2.0/24 gateway=0.0.0.0 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/system clock
set time-zone-name=Europe/Prague
/system note
set show-at-login=no
/system routerboard settings
set boot-os=router-os
[admin@MikroTik] >
What can be the root cause?
I’m a Cisco and Aruba devices expert, but not at all about Mikrotik Just a basic knowledge to have internet, VLANs, and routing for home purposes.
PS. I will go for RMA on Monday.