in log keep this come up:
memory interface, warning excessive or late collision, link duplex mismatch
???!!!
what's this?
I have the same problem on multiple 751G-2HnD's that are connected to 750UP's via 60-70m cables.I have this same problem after install 6.10 version
I have a bridge in six EoIP and one ethernet and in this ethernet say this message warings.
Cable length for this ethernet is max 0,5meters (patchcross) for next router.
RH1000x2.
previous version 6.7 worked well.
My problem solved .Hello,
The logs are warning about a misconfiguration. There is a duplex mismatch on the
link. RB411AH has disabled autonegotiation (100Mbit, full duplex), but the RB750G
has autonegotiation enabled which leads to packet collisions on the link.
More information: http://en.wikipedia.org/wiki/Autonegoti ... x_mismatch
These log messages were not implemented in RouterOS version 5.
Regards,
Janis Becs
omidkosariMy problem solved .Hello,
The logs are warning about a misconfiguration. There is a duplex mismatch on the
link. RB411AH has disabled autonegotiation (100Mbit, full duplex), but the RB750G
has autonegotiation enabled which leads to packet collisions on the link.
More information: http://en.wikipedia.org/wiki/Autonegoti ... x_mismatch
Regards,Janis Becs
You could disable default logging entry about warnings and add custom entry which logs all except interface warnings.I faced this issue in 6.11/6.12/6.13 on rb1100ahx2 few days back at wisp operator.
I tried EVERY POSSIBLE method available in the mikrotik forum and at Google, but no use.
Although this error was not effecting any communication but the wisp operator was getting annoyed by seeing these errors and relating every issue of network with this one So I reverted back to 5.26 and the error is not appearing in LOG window and the operator is happy now
/system logging
set 2 disabled=yes
add topics=warning,!interface
>interface ethernet monitor WAN
name: WAN
status: link-ok
[color=#FF0000]auto-negotiation: disabled[/color]
rate: 100Mbps
full-duplex: yes
tx-flow-control: no
rx-flow-control: no
>interface ethernet monitor LAN
name: LAN
status: link-ok
[color=#FF0000]auto-negotiation: done[/color]
rate: 100Mbps
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
Open interfaces/ open ether1 in your case ether3/ click on ethernet select auto from drop down in front of Tx Row Control & Rx Row Control/ Apply/ OK after ether1 link down on log ether1 linke up (speed 100M, full duplex), you will not see this error any more in your log.
It work for me, hope work for every body have same problem as well. see attachment error solved.JPG