Community discussions

MikroTik App
 
fatalick
just joined
Topic Author
Posts: 1
Joined: Thu Nov 22, 2018 11:22 am

Can't get 1Gbps on CRS125-24G-1S-2HnD

Thu Nov 22, 2018 11:45 am

Hi!
Please help me to determine why my router doesn't set 1Gbps/Full Duplex on LAN ports after auto negotiation?
All PCs connected to router have gigabyte ethernet controller and speed/duplex set to auto negotiation.
There is my config:
[admin@MikroTik] > /export hide
# nov/22/2018 12:29:44 by RouterOS 6.43.4
# software id = IQIU-GJ8M
#
# model = CRS125-24G-1S-2HnD
# serial number = 523A05606C82
/interface bridge
add admin-mac=E4:8D:8C:42:80:DF auto-mac=no name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway speed=100Mbps
set [ find default-name=ether2 ] name=ether2-master-local speed=100Mbps
set [ find default-name=ether3 ] name=ether3-slave-local speed=100Mbps
set [ find default-name=ether4 ] name=ether4-slave-local speed=100Mbps
set [ find default-name=ether5 ] name=ether5-slave-local speed=100Mbps
set [ find default-name=ether6 ] name=ether6-slave-local speed=100Mbps
set [ find default-name=ether7 ] name=ether7-slave-local speed=100Mbps
set [ find default-name=ether8 ] name=ether8-slave-local speed=100Mbps
set [ find default-name=ether9 ] name=ether9-slave-local speed=100Mbps
set [ find default-name=ether10 ] name=ether10-slave-local speed=100Mbps
set [ find default-name=ether11 ] name=ether11-slave-local
set [ find default-name=ether12 ] name=ether12-slave-local speed=100Mbps
set [ find default-name=ether13 ] name=ether13-slave-local
set [ find default-name=ether14 ] name=ether14-slave-local speed=100Mbps
set [ find default-name=ether15 ] name=ether15-slave-local speed=100Mbps
set [ find default-name=ether16 ] name=ether16-slave-local speed=100Mbps
set [ find default-name=ether17 ] name=ether17-slave-local speed=100Mbps
set [ find default-name=ether18 ] name=ether18-slave-local speed=100Mbps
set [ find default-name=ether19 ] name=ether19-slave-local speed=100Mbps
set [ find default-name=ether20 ] name=ether20-slave-local speed=100Mbps
set [ find default-name=ether21 ] name=ether21-slave-local speed=100Mbps
set [ find default-name=ether22 ] name=ether22-slave-local speed=100Mbps
set [ find default-name=ether23 ] name=ether23-slave-local speed=100Mbps
set [ find default-name=ether24 ] name=ether24-slave-local speed=100Mbps
set [ find default-name=sfp1 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full name=sfp1-slave-local
/interface list
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=dynamic-keys name=*** supplicant-identity=\
    MikroTik
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no distance=indoors frequency=auto mode=\
    ap-bridge scan-list=default,5200-5300,5200-5300 security-profile=*** ssid=***-1 wireless-protocol=802.11
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name=dhcp ranges=192.168.88.2-192.168.88.200
add name=openvpn-pool ranges=172.30.0.2-172.30.0.200
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay disabled=no interface=bridge-local name=default
/ppp profile
add local-address=172.30.0.1 name=openvpn remote-address=openvpn-pool
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
add bridge=bridge-local interface=ether3-slave-local
add bridge=bridge-local interface=ether4-slave-local
add bridge=bridge-local interface=ether5-slave-local
add bridge=bridge-local interface=ether6-slave-local
add bridge=bridge-local interface=ether7-slave-local
add bridge=bridge-local interface=ether8-slave-local
add bridge=bridge-local interface=ether9-slave-local
add bridge=bridge-local interface=ether10-slave-local
add bridge=bridge-local interface=ether11-slave-local
add bridge=bridge-local interface=ether12-slave-local
add bridge=bridge-local interface=ether13-slave-local
add bridge=bridge-local interface=ether14-slave-local
add bridge=bridge-local interface=ether15-slave-local
add bridge=bridge-local interface=ether16-slave-local
add bridge=bridge-local interface=ether17-slave-local
add bridge=bridge-local interface=ether18-slave-local
add bridge=bridge-local interface=ether19-slave-local
add bridge=bridge-local interface=ether20-slave-local
add bridge=bridge-local interface=ether21-slave-local
add bridge=bridge-local interface=ether22-slave-local
add bridge=bridge-local interface=ether23-slave-local
add bridge=bridge-local interface=ether24-slave-local
add bridge=bridge-local interface=sfp1-slave-local
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface list member
add interface=wlan1 list=discover
add interface=ether2-master-local list=discover
add interface=ether3-slave-local list=discover
add interface=ether4-slave-local list=discover
add interface=ether5-slave-local list=discover
add interface=ether6-slave-local list=discover
add interface=ether7-slave-local list=discover
add interface=ether8-slave-local list=discover
add interface=ether9-slave-local list=discover
add interface=ether10-slave-local list=discover
add interface=ether11-slave-local list=discover
add interface=ether12-slave-local list=discover
add interface=ether13-slave-local list=discover
add interface=ether14-slave-local list=discover
add interface=ether15-slave-local list=discover
add interface=ether16-slave-local list=discover
add interface=ether17-slave-local list=discover
add interface=ether18-slave-local list=discover
add interface=ether19-slave-local list=discover
add interface=ether20-slave-local list=discover
add interface=ether21-slave-local list=discover
add interface=ether22-slave-local list=discover
add interface=ether23-slave-local list=discover
add interface=ether24-slave-local list=discover
add interface=sfp1-slave-local list=discover
add interface=bridge-local list=discover
add interface=ether2-master-local list=mactel
add interface=ether3-slave-local list=mactel
add interface=ether2-master-local list=mac-winbox
add interface=ether4-slave-local list=mactel
add interface=ether3-slave-local list=mac-winbox
add interface=ether5-slave-local list=mactel
add interface=ether4-slave-local list=mac-winbox
add interface=ether6-slave-local list=mactel
add interface=ether5-slave-local list=mac-winbox
add interface=ether7-slave-local list=mactel
add interface=ether6-slave-local list=mac-winbox
add interface=ether8-slave-local list=mactel
add interface=ether7-slave-local list=mac-winbox
add interface=ether9-slave-local list=mactel
add interface=ether8-slave-local list=mac-winbox
add interface=ether10-slave-local list=mactel
add interface=ether9-slave-local list=mac-winbox
add interface=ether11-slave-local list=mactel
add interface=ether10-slave-local list=mac-winbox
add interface=ether12-slave-local list=mactel
add interface=ether11-slave-local list=mac-winbox
add interface=ether13-slave-local list=mactel
add interface=ether14-slave-local list=mactel
add interface=ether12-slave-local list=mac-winbox
add interface=ether15-slave-local list=mactel
add interface=ether13-slave-local list=mac-winbox
add interface=ether16-slave-local list=mactel
add interface=ether14-slave-local list=mac-winbox
add interface=ether17-slave-local list=mactel
add interface=ether15-slave-local list=mac-winbox
add interface=ether18-slave-local list=mactel
add interface=ether16-slave-local list=mac-winbox
add interface=ether19-slave-local list=mactel
add interface=ether20-slave-local list=mactel
add interface=ether21-slave-local list=mactel
add interface=ether22-slave-local list=mactel
add interface=ether23-slave-local list=mactel
add interface=ether17-slave-local list=mac-winbox
add interface=ether24-slave-local list=mactel
add interface=ether18-slave-local list=mac-winbox
add interface=sfp1-slave-local list=mactel
add interface=ether19-slave-local list=mac-winbox
add interface=wlan1 list=mactel
add interface=ether20-slave-local list=mac-winbox
add interface=bridge-local list=mactel
add interface=ether21-slave-local list=mac-winbox
add interface=ether22-slave-local list=mac-winbox
add interface=ether23-slave-local list=mac-winbox
add interface=ether24-slave-local list=mac-winbox
add interface=sfp1-slave-local list=mac-winbox
add interface=wlan1 list=mac-winbox
add interface=bridge-local list=mac-winbox
/interface ovpn-server server
set certificate=cert_12 cipher=blowfish128,aes128,aes192,aes256 default-profile=openvpn enabled=yes require-client-certificate=\
    yes
/interface sstp-server server
set authentication=mschap2 enabled=yes
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether2-master-local network=192.168.88.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=no interface=ether1-gateway
/ip dhcp-server lease
add address=192.168.88.249 mac-address=0C:9D:92:BF:FC:A0
/ip dhcp-server network
add address=192.168.88.0/24 comment="default configuration" gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=fasttrack-connection chain=forward comment="default configuration" connection-state=established,related
add action=drop chain=input comment="default configuration" disabled=yes in-interface=ether1-gateway log=yes log-prefix=\
    icmp_input_ protocol=icmp
add action=drop chain=input dst-port=22 in-interface=ether1-gateway log=yes protocol=tcp
add action=drop chain=input dst-port=80 in-interface=ether1-gateway log=yes protocol=tcp
add action=drop chain=input dst-port=8291 in-interface=ether1-gateway in-interface-list=all log=yes protocol=tcp
add action=drop chain=input dst-port=8728,8729 in-interface=ether1-gateway log=yes protocol=tcp
add action=accept chain=input dst-port=1194 in-interface=ether1-gateway protocol=tcp
add action=drop chain=input comment="default configuration" disabled=yes in-interface=ether1-gateway
add action=accept chain=forward comment="default configuration" connection-state=established,related
add action=drop chain=forward comment="default configuration" connection-nat-state=!dstnat connection-state=new in-interface=\
    ether1-gateway
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" out-interface=ether1-gateway
add action=dst-nat chain=dstnat comment="Temp connection for UIS support" disabled=yes dst-port=28475 in-interface=ether1-gateway \
    log=yes log-prefix=grandstream protocol=tcp to-addresses=192.168.88.35 to-ports=80
/ip service
set telnet disabled=yes
set ftp disabled=yes
/lcd interface pages
set 0 interfaces=wlan1
/ppp secret
add name=*** profile=openvpn service=ovpn
add name=*** profile=openvpn service=ovpn
/system clock
set time-zone-name=Europe/Moscow
/system logging
add topics=ovpn,debug
/system routerboard settings
set silent-boot=no
/tool bandwidth-server
set authenticate=no
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox
/tool romon port
add
 
User avatar
Steveocee
Forum Guru
Forum Guru
Posts: 1120
Joined: Tue Jul 21, 2015 10:09 pm
Location: UK
Contact:

Re: Can't get 1Gbps on CRS125-24G-1S-2HnD

Thu Nov 22, 2018 12:54 pm

What happens if you remove auto negotiation, can you force Gb?
 
huntah
Member Candidate
Member Candidate
Posts: 287
Joined: Tue Sep 09, 2008 3:24 pm

Re: Can't get 1Gbps on CRS125-24G-1S-2HnD

Thu Nov 22, 2018 1:38 pm

set [ find default-name=ether4 ] name=ether4-slave-local speed=100Mbps
I think you Are forcing 100mbs on each interface.....
 
sid5632
Long time Member
Long time Member
Posts: 554
Joined: Fri Feb 17, 2017 6:05 pm

Re: Can't get 1Gbps on CRS125-24G-1S-2HnD

Thu Nov 22, 2018 3:50 pm

No-one's forcing anything. This is just what you WOULD get, IF you were to turn off auto-negotiation, which you haven't.
If it bothers you that much, then set the ports to the default speed (it seems to vary based on model and software version).
 
User avatar
Steveocee
Forum Guru
Forum Guru
Posts: 1120
Joined: Tue Jul 21, 2015 10:09 pm
Location: UK
Contact:

Re: Can't get 1Gbps on CRS125-24G-1S-2HnD

Thu Nov 22, 2018 4:23 pm

Yep, this is default value now, even for Gb capable switch (?)
[admin@Mancave-Switch] > /interface ethernet export
# nov/22/2018 14:20:55 by RouterOS 6.43.4
# software id = DV88-GETP
#
# model = CRS125-24G-1S
# serial number = REMOVED
/interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
set [ find default-name=ether2 ] speed=100Mbps
 
User avatar
mkx
Forum Guru
Forum Guru
Posts: 11627
Joined: Thu Mar 03, 2016 10:23 pm

Re: Can't get 1Gbps on CRS125-24G-1S-2HnD

Thu Nov 22, 2018 4:45 pm

Nope, when you reset configuration with ROS 6.43, export won't show the "speed=100Mbps" or whatever value. The reason being that export will only show parameters that are different than default.
So why all the sudden everybody sees this infamous "speed=100Mbps"? Because default changed from 100Mbps to 1Gbps with ROS 6.43 but actual settings don't change with ROS upgrade. So everybody who started with ROS <= 6.42 will see it now (but it wasn't displayed previously as it was default). If somebody changed this parameter to 1Gbps with previous versions, then export showed it but doesn't show it after upgrade to >=6.43.

The actual value, as displayed by print command, doesn't change with change of ROS version.
 
mickwilli
just joined
Posts: 7
Joined: Mon Jul 24, 2017 10:16 am

Re: Can't get 1Gbps on CRS125-24G-1S-2HnD

Sun Dec 02, 2018 8:30 am

I'm not sure where you'd find this in the CLI, but in Winbox, the Status tab shows the details of the auto negotiate status. Take a look at that and post a screenshot back.
Screen Shot 2018-12-02 at 7.28.18 PM.png
You do not have the required permissions to view the files attached to this post.
 
sid5632
Long time Member
Long time Member
Posts: 554
Joined: Fri Feb 17, 2017 6:05 pm

Re: Can't get 1Gbps on CRS125-24G-1S-2HnD

Sun Dec 02, 2018 10:43 am

The OP hasn't bothered even to logon to the foum since between posts #3 and #4.
Tells you a lot doesn't it?

Who is online

Users browsing this forum: Amaan, baragoon, jason9456402, pav5, shahzaddj1 and 180 guests