Community discussions

MikroTik App
 
john4669
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 58
Joined: Mon Oct 23, 2017 8:35 pm

CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 12:11 am

I have a CRS125-24g-1s-2hnd at work with ROS 6.48.4 and QCA-8513L switch chip. We are simply using it as a switch and WiFi access point. Just have one bridge, no VLAN's, no firewall, no DHCP server, etc. We're not having any problems but I noticed that the "H" flag for hardware offloading is not showing in the bridge->ports screen of Winbox. Just curious why this is?

According to this https://wiki.mikrotik.com/wiki/Manual:I ... Offloading the CRS1xx/CRS2xx series support it so long as you're just dong the basics like RSTP.
 
sid5632
Long time Member
Long time Member
Posts: 554
Joined: Fri Feb 17, 2017 6:05 pm

Re: CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 12:50 am

How is anybody supposed to guess unless you provide a configuration export?
 
john4669
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 58
Joined: Mon Oct 23, 2017 8:35 pm

Re: CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 1:00 am

Here you go.
# nov/19/2021 16:55:26 by RouterOS 6.48.5
# software id = LCQ2-LUAV
#
# model = CRS125-24G-1S-2HnD
# serial number = 944C08272BB1
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 band=2ghz-g/n country=\
    "united states" disabled=no frequency=auto frequency-mode=manual-txpower \
    mode=ap-bridge ssid=MikroTik-2087 station-roaming=enabled wps-mode=\
    disabled
/interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
set [ find default-name=ether2 ] speed=100Mbps
set [ find default-name=ether3 ] speed=100Mbps
set [ find default-name=ether4 ] speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
set [ find default-name=ether6 ] speed=100Mbps
set [ find default-name=ether7 ] speed=100Mbps
set [ find default-name=ether8 ] speed=100Mbps
set [ find default-name=ether9 ] speed=100Mbps
set [ find default-name=ether10 ] speed=100Mbps
set [ find default-name=ether11 ] speed=100Mbps
set [ find default-name=ether12 ] speed=100Mbps
set [ find default-name=ether13 ] speed=100Mbps
set [ find default-name=ether14 ] speed=100Mbps
set [ find default-name=ether15 ] speed=100Mbps
set [ find default-name=ether16 ] speed=100Mbps
set [ find default-name=ether17 ] speed=100Mbps
set [ find default-name=ether18 ] speed=100Mbps
set [ find default-name=ether19 ] speed=100Mbps
set [ find default-name=ether20 ] speed=100Mbps
set [ find default-name=ether21 ] speed=100Mbps
set [ find default-name=ether22 ] speed=100Mbps
set [ find default-name=ether23 ] speed=100Mbps
set [ find default-name=ether24 ] auto-negotiation=no speed=10Mbps
set [ find default-name=sfp1 ] advertise=\
    10M-half,10M-full,100M-half,100M-full speed=10Mbps
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
    dynamic-keys supplicant-identity=MikroTik
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,pas\
    sword,web,sniff,sensitive,api,romon,dude,tikapp"
/interface bridge port
add bridge=bridge1 hw=no interface=ether1
add bridge=bridge1 interface=wlan1
add bridge=bridge1 hw=no interface=ether2
add bridge=bridge1 hw=no interface=ether3
add bridge=bridge1 hw=no interface=ether4
add bridge=bridge1 hw=no interface=ether5
add bridge=bridge1 hw=no interface=ether6
add bridge=bridge1 hw=no interface=ether7
add bridge=bridge1 hw=no interface=ether8
add bridge=bridge1 hw=no interface=ether9
add bridge=bridge1 hw=no interface=ether10
add bridge=bridge1 hw=no interface=ether11
add bridge=bridge1 hw=no interface=ether12
add bridge=bridge1 hw=no interface=ether13
add bridge=bridge1 hw=no interface=ether14
add bridge=bridge1 hw=no interface=ether15
add bridge=bridge1 hw=no interface=ether16
add bridge=bridge1 hw=no interface=ether17
add bridge=bridge1 hw=no interface=ether18
add bridge=bridge1 hw=no interface=ether19
add bridge=bridge1 hw=no interface=ether20
add bridge=bridge1 hw=no interface=ether21
add bridge=bridge1 hw=no interface=ether22
add bridge=bridge1 hw=no interface=ether23
add bridge=bridge1 hw=no interface=ether24
add bridge=bridge1 hw=no interface=sfp1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=172.16.1.171/24 interface=bridge1 network=172.16.1.0
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall service-port
set ftp disabled=yes
/ip route
add distance=1 gateway=172.16.1.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
/ip ssh
set allow-none-crypto=yes forwarding-enabled=remote
/lcd interface pages
set 0 interfaces=wlan1
/system clock
set time-zone-name=America/Chicago
/system identity
set name="REDACTED"
/system ntp client
set enabled=yes primary-ntp=216.239.35.0 secondary-ntp=216.239.35.4
/system package update
set channel=long-term
/tool bandwidth-server
set enabled=no
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11593
Joined: Thu Mar 03, 2016 10:23 pm

Re: CRS125-24g-1s-2hnd Hardware offload?  [SOLVED]

Sat Nov 20, 2021 11:05 am

Almost all ports in /interface bridge port have "hw=no" ... change that to yes (export will not show that property any more as it only shows items set to non-default values).
 
sid5632
Long time Member
Long time Member
Posts: 554
Joined: Fri Feb 17, 2017 6:05 pm

Re: CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 3:49 pm

And ether24 and sfp1 seem to be slugged for some reason.
I would tidy up all these back to the default values (and set the 100 Mbps stuff to 1 Gbps on the ether ports, even though auto is set and overrides them) unless there is a good reason not to.
 
john4669
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 58
Joined: Mon Oct 23, 2017 8:35 pm

Re: CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 4:27 pm

Strange... In Winbox I didn't see a way to turn on Hardware offloading. I thought it was automatic so long as you didn't have something like Vlan filtering enabled. I did it from the command line and it worked. Now I see the option in Winbox show up too. Thanks for the tip. As far as the Ethernet speed goes, most of the equipment at this location has older NIC's only capable of 100Mbps. Since this is a production environment I'm not going to mess with that right now.
 
john4669
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 58
Joined: Mon Oct 23, 2017 8:35 pm

Re: CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 4:30 pm

And ether24 and sfp1 seem to be slugged for some reason.
I would tidy up all these back to the default values (and set the 100 Mbps stuff to 1 Gbps on the ether ports, even though auto is set and overrides them) unless there is a good reason not to.
I see what you mean about ether24. I missed the 10Mbps there. Definitely something that needs to be addressed when it be down.
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11593
Joined: Thu Mar 03, 2016 10:23 pm

Re: CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 4:51 pm

As far as the Ethernet speed goes, most of the equipment at this location has older NIC's only capable of 100Mbps. Since this is a production environment I'm not going to mess with that right now.

As @sid5632 already noted, that setting doesn't matter as long as ports are set to autonegotiate. Up to around 6.40 (could be 6.42) default speed setting was 100Mbps and upgrades don't touch settings ... since export shows any settings different from default this setting started to show after default changed. There's a whole array of speed settings (announced or not) which affect port speed when autonegotiation is enabled.
 
john4669
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 58
Joined: Mon Oct 23, 2017 8:35 pm

Re: CRS125-24g-1s-2hnd Hardware offload?

Sat Nov 20, 2021 5:30 pm

As far as the Ethernet speed goes, most of the equipment at this location has older NIC's only capable of 100Mbps. Since this is a production environment I'm not going to mess with that right now.

As @sid5632 already noted, that setting doesn't matter as long as ports are set to autonegotiate. Up to around 6.40 (could be 6.42) default speed setting was 100Mbps and upgrades don't touch settings ... since export shows any settings different from default this setting started to show after default changed. There's a whole array of speed settings (announced or not) which affect port speed when autonegotiation is enabled.
Got it. Thanks to you both!

Who is online

Users browsing this forum: jaclaz, jstaw and 47 guests