How do you get collisions on a gigabit port since it only operates in full duplex? and why so many deferred packets?
This connects directly to a PMP450 radio, nothing in between
Note 1000M-half in the list of advertised (own and link-partner) link modes. Meaning that Gbps ethernet can operate half-duplex and thus collisions can happen.
the gigabit standard is full duplex. It may be possible to force it on a MikroTik but thats not the case therefore it should always ‘fall back’ to full duplex if the other side isn’t explicitly asking to do half duplex. The opposite of what ethernet/fast ethernet is
Either way, it’s reporting full duplex on both sides of the link
BTW, the link partner in example posted in my previous post is not Mikrotik …
The IEEE 802.3ab standard defines both half duplex and full duplex. And standard explicitly states that Gbps operation without auto negotiation successfully completed should not be possible (so “fallback” to 1Gbps FD is not acceptable at all). All the rest is implementation dependent (including forced speed and duplex) and might or might not work across different vendors as link partners.