Thu Feb 25, 2016 10:24 pm
New information came to light, we were able to reproduce it without any power injector.
To review, gigabit interfaces plugged into eth1 on a tik are autonegotiating to 100Mbps instead of 1Gbps. (as seen in Winbox if you add the 'rate' column, which is not easy because it drops off the screen in the drop down selector)
So on same tik, with our default configuration(ill export whole conf below) the following tests were run with same cables.
macbook pro Gb to port 1 - 1Gbps
thinkpad Gb to port 1 in windows 10 - 1Gbps for 10 seconds then drops to 100
thinkpad Gb to port 1 in ubuntu - 1Gbps for 10 seconds then drops to 100
linksys ea4500 to port 1 - 1Gbps
all four of these to port 3 - 1Gbps
This rules out cable and OS, narrows it to just port 1.
Theory: Something about the thinkpad nic and the other nics/ports we use it with, like lightning edges and brocades, does not interface well with the tik's interface.
Can anyone reproduce this besides me? It is happening with a lot of our devices.
In the interface eth1 menu, autoneg is on, bandwidth isn't limited, flow control isn't on and all the advertise boxes are checked.
Any ideas? What other conditions could we test?
export:
# feb/25/2016 13:20:11 by RouterOS 6.34
# software id = YBJJ-GYC5
#
/interface bridge
add mtu=1500 name=1001.br
add mtu=1500 name=bridge1
add mtu=1500 name=mgmt.br
/interface wireless
set [ find default-name=wlan1 ] name=wlan4
/interface ethernet
set [ find default-name=ether1 ] comment="Customer (xxx-xxx-xxxx)" \
mac-address=4C:5E:0C:A5:1C:1A
set [ find default-name=ether2 ] arp=disabled mac-address=4C:5E:0C:A5:1C:1B
set [ find default-name=ether3 ] mac-address=4C:5E:0C:A5:1C:1C
set [ find default-name=ether4 ] mac-address=4C:5E:0C:A5:1C:1D
set [ find default-name=ether5 ] mac-address=4C:5E:0C:A5:1C:1E
set [ find default-name=ether6 ] mac-address=4C:5E:0C:A5:1C:1F
set [ find default-name=ether7 ] mac-address=4C:5E:0C:A5:1C:20
set [ find default-name=ether8 ] mac-address=4C:5E:0C:A5:1C:21
set [ find default-name=sfp1 ] comment="Service Address" mac-address=\
4C:5E:0C:A5:1C:22
/ip neighbor discovery
set ether1 comment="Customer (xxx-xxx-xxxx)"
set sfp1 comment="Service Address"
/interface vlan
add interface=sfp1 name=1001.sfp vlan-id=1001
add interface=sfp1 name=mgmt.sfp vlan-id=85
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/snmp community
set [ find default=yes ] name=lcpubnkc
add addresses=0.0.0.0/0 name=lcprinkc write-access=yes
add addresses=0.0.0.0/0 name=lcprids write-access=yes
/system logging action
set 3 remote=xxxx src-address=xxxx
/interface bridge port
add bridge=bridge1
add bridge=1001.br interface=1001.sfp
add bridge=1001.br interface=ether1
/ip dhcp-client
add dhcp-options=hostname,clientid interface=bridge1
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=mgmt.sfp
/lcd
set default-screen=stats enabled=no read-only-mode=yes time-interval=hour \
touch-screen=disabled
/lcd pin
set pin-number=1313
/snmp
set contact="Name and Number" enabled=yes location=Address trap-community=\
lcprids trap-version=2
/system clock
set time-zone-autodetect=no time-zone-name=xxxxxx
/system identity
set name=xxxxxx
/system logging
set 0 disabled=yes
add action=remote disabled=yes topics=backup
add action=remote disabled=yes topics=account
add action=remote topics=error
add action=remote topics=critical
add action=remote topics=interface
add action=remote topics=warning
add action=remote disabled=yes topics=ssh
/system ntp client
set enabled=yes primary-ntp=x.x.x.x secondary-ntp=x.x.x.x