Trying to Deconflict Port Speed between Winbox and CLI

In the screenshot it says 1gb connection. Cable test runs ok. The CLI shows 100mb on the hEX. Not sure if it is a bug, something is incorrect, or if I am missing something. Just tryig to verify I am actually at 1GB and not 100MB.

FYSA, I have verified the cables are CAT 6 UTP and do pass testing.

wAP AC Config

# sep/14/2018 21:40:14 by RouterOS 6.43
# software id = KUAN-KIBF
#
# model = RouterBOARD wAP G-5HacT2HnD
# serial number = 824E089E9ED4
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name=profile-internal supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge name=wlan-wap-internal-2 security-profile=profile-internal ssid=LMAM-wAP-Internal-2 wps-mode=disabled
set [ find default-name=wlan2 ] band=5ghz-onlyac disabled=no mode=ap-bridge name=wlan-wap-internal-5 security-profile=profile-internal ssid=LMAM-wAP-Internal-5 wps-mode=disabled
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=wlan-wap-internal-2
add bridge=bridge1 hw=no interface=ether1
add bridge=bridge1 interface=wlan-wap-internal-5
/ip address
add address=10.60.1.10/24 interface=ether1 network=10.60.1.0
/ip dns
set servers=10.60.1.1
/ip route
add distance=1 gateway=10.60.1.1
/system clock
set time-zone-name=America/Chicago
/system ntp client
set enabled=yes server-dns-names=pool.ntp.org
/system routerboard settings
set silent-boot=no

hEX Config

# sep/14/2018 21:42:01 by RouterOS 6.43
# software id = 1XFR-66DY
#
# model = RouterBOARD 750G r3
# serial number = 8B0008146D97
/interface bridge
add admin-mac=CC:2D:E0:B5:94:AA auto-mac=no name=bridge-internal protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] name=ether1-router speed=100Mbps
set [ find default-name=ether2 ] name=ether2-hapac2 speed=100Mbps
set [ find default-name=ether3 ] name=ether3-rb2011 speed=100Mbps
set [ find default-name=ether4 ] name=ether4-asus speed=100Mbps
set [ find default-name=ether5 ] name=ether5-wAPac speed=100Mbps
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-256-cbc,aes-128-cbc lifetime=8h pfs-group=none
/ip pool
add name=pool-core ranges=10.100.0.100-10.100.0.200
add name=pool-Guest ranges=10.50.1.100-10.50.1.200
add name=pool-internal-2 ranges=10.60.1.100-10.60.1.200
/ip dhcp-server
add address-pool=pool-core disabled=no interface=bridge-internal name=dhcpserver-core
add address-pool=pool-Guest disabled=no interface=ether3-rb2011 name=dhcpserver-guest
add address-pool=pool-internal-2 disabled=no interface=ether5-wAPac name=dhcpserver-internal-2
/ipv6 dhcp-server
add address-pool=IPv6-local-pool comment="IPv6 DHCP Server" interface=ether1-router lease-time=10m name=server1
/interface bridge port
add bridge=bridge-internal interface=ether4-asus
add bridge=bridge-internal interface=ether2-hapac2
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface l2tp-server server
set max-mru=1460 max-mtu=1460
/interface list member
add comment=defconf interface=bridge-internal list=LAN
add comment=defconf interface=ether1-router list=WAN
add interface=bridge-internal list=discover
add interface=ether3-rb2011 list=discover
add interface=ether4-asus list=discover
add interface=ether5-wAPac list=discover
add interface=bridge-internal list=mactel
add interface=bridge-internal list=mac-winbox
add interface=ether3-rb2011 list=LAN
add interface=ether3-rb2011 list=mac-winbox
/interface ovpn-server server
set auth=sha1 cipher=aes128,aes192,aes256 require-client-certificate=yes
/interface pptp-server server
set authentication=chap,mschap1,mschap2 default-profile=default
/ip address
add address=10.100.0.1/24 interface=bridge-internal network=10.100.0.0
add address=10.50.1.1/24 interface=ether3-rb2011 network=10.50.1.0
add address=10.60.1.1/24 interface=ether5-wAPac network=10.60.1.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1-router
/ip dhcp-server network
add address=10.50.1.0/24 comment="Internal - Guest" gateway=10.50.1.1 netmask=24
add address=10.60.1.0/24 comment="wAP ac" gateway=10.60.1.1 netmask=24
add address=10.100.0.0/24 comment="Internal - Primary" gateway=10.100.0.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall address-list
add address=10.100.0.0/24 list=Internal-All
add address=10.50.1.0/24 list=Internal-All
add address=10.100.0.0/24 list=Internal-Trusted
add address=10.50.1.0/24 list=Internal-Restricted
add address=10.60.1.0/24 list=Internal-All
add address=10.60.1.0/24 list=Internal-Trusted
/ip firewall filter
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=input comment="Allow All Trusted" src-address-list=Internal-Trusted
add action=accept chain=input comment="Allow DNS All" dst-port=53 protocol=udp src-address-list=Internal-All
add action=accept chain=input comment="All NTP All" protocol=udp src-address-list=Internal-All src-port=123
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=accept chain=input comment="defconf: accept ICMP" dst-limit=30,30,dst-address/1m40s limit=30,30:packet protocol=icmp
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=reject chain=forward comment="Restricted to Trusted Blocked" dst-address-list=Internal-Trusted reject-with=icmp-network-unreachable src-address-list=Internal-Restricted
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf:  drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-router
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh address=10.100.0.0/24,10.60.0.0/24
set api disabled=yes
set winbox address=10.100.0.0/24,10.60.0.0/24
set api-ssl disabled=yes
/ip upnp
set enabled=yes
/ipv6 address
add from-pool=IPv6-local-pool interface=bridge-internal
/ipv6 dhcp-client
add add-default-route=yes comment="Main DHCP IPv6 Pool" interface=ether1-router pool-name=IPv6-local-pool request=prefix
/system clock
set time-zone-name=America/Chicago
/system identity
set name=hex-1
/system ntp client
set enabled=yes primary-ntp=132.163.96.5 secondary-ntp=129.6.15.32 server-dns-names=pool.ntp.org
/system resource irq rps
set ether1-router disabled=no
set ether3-rb2011 disabled=no
set ether4-asus disabled=no
set ether5-wAPac disabled=no
set ether2-hapac2 disabled=no
/system routerboard settings
set silent-boot=no
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox

Ok so I saw in the CLI how to see the negotiation status and rate:

 /interface> ethernet monitor 
numbers: 0,1,2,3,4
                        name: ether1-router ether2-hapac2 ether3-rb2011 ether4-asus ether5-wAPac
                      status: link-ok       link-ok       link-ok       link-ok     link-ok
            auto-negotiation: done          done          done          done        done
                        rate: 1Gbps         1Gbps         1Gbps         1Gbps       1Gbps
                 full-duplex: yes           yes           yes           yes         yes
             tx-flow-control: no            no            no            no          no
             rx-flow-control: no            no            no            no          no
                 advertising: 10M-half      10M-half      10M-half      10M-half    10M-half
                              10M-full      10M-full      10M-full      10M-full    10M-full
                              100M-half     100M-half     100M-half     100M-half   100M-half
                              100M-full     100M-full     100M-full     100M-full   100M-full
                              1000M-half    1000M-half    1000M-half    1000M-half  1000M-half
                              1000M-full    1000M-full    1000M-full    1000M-full  1000M-full
    link-partner-advertising: 10M-half      10M-half      10M-half      10M-half    10M-half
                              10M-full      10M-full      10M-full      10M-full    10M-full
                              100M-half     100M-half     100M-half     100M-half   100M-half
                              100M-full     100M-full     100M-full     100M-full   100M-full
                              1000M-full    1000M-half    1000M-half    1000M-half  1000M-half
                                            1000M-full    1000M-full    1000M-full  1000M-full

my question now is why does the export say 100mb. I realize that is nt the current status now…

Port speed setting changed from default 100Mbps in 6.42.7 and before to 1Gbps in 6.43. Upgrade, however, doesn’t change settings, while export shows whatever setting different than export. If you set port speed to 1Gbps, it won’t be exported at all.
Note that this setting is ignored when auto negotiation is enabled.

Thank you! It was a little confusing at first but I probably should have known that the export wouldn’t show current state. Oh well!