Bug? ether speed=wrong?

I’ve got an hAP AC2 running 6.456 beta23.

My ether1-out has a gigabit connection (confirmed by its performance, also visible in WebFIG if I click into it).

But, in terminal it shows with “speed=100Mbps”. Does this look like a bug?

/interface ethernet print detail
Flags: X - disabled, R - running, S - slave
0 R name=“ether1-out” default-name=“ether1” mtu=1500 l2mtu=1598 mac-address=CC:2D:E0:9C:0E:9C
orig-mac-address=CC:2D:E0:9C:0E:9C arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off
loop-protect-send-interval=5s loop-protect-disable-time=5m auto-negotiation=yes
advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full full-duplex=yes tx-flow-control=off
rx-flow-control=off > speed=100Mbps > bandwidth=unlimited/unlimited switch=switch1

ether1-1gb.png

Hello,

Once you’re using beta versions, you can describe the problem direct on the topic of 6.45beta http://forum.mikrotik.com/t/v6-45beta-testing-is-released/128305/1

An e-mail to support@mikrotik.com is good as well.

Thank you!

Actual running values are shown using command

/interface ethernet monitor <port name> once

.

The command /interface ethernet print detail shows configured values.

Yes this worked thank you ( “1Gbps” ).

interface ethernet monitor ether1-out once
                      name: ether1-out
                    status: link-ok
          auto-negotiation: done
                      rate: 1Gbps
               full-duplex: yes
           tx-flow-control: no
           rx-flow-control: no
               advertising: 10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
  link-partner-advertising: 10M-half,10M-full,100M-half,100M-full,1000M-full

So what is the confusing “speed=100Mbps” then?

This physical port is connected to the Internet provider which advertises 1GBps (among other values), I just can’t see where 100 Mbps could possibly come from (whatever the “speed” means) - it should negotiate to 1Gpbs right away, I would think…

The default fixed interface speeds when not using autonegotiation changed between v6.42 and v6.43 so this now appears in the compact configuration export after upgrading, it has no effect whilst autonegotiation is enabled.

A small comment for those who, like me, Google this thread on the keyword speed=100Mbps.
In order to remove this parameter from the output of export compact – it is necessary to disable Auto Negotiation in the interface properties, in the Ethernet tab, then switch the speed to 1Gbps and again enable Auto Negotiation, after which you need to click on the OK button.
This procedure must be repeated for all ethernet interfaces that have the speed=100Mbps parameter specified in the export compact output.