FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14086 questions

16729 answers

27457 comments

53738 members

0 votes
114 views 0 comments
by

How to set RUTX50 LAN ports/switch to work in 100M Full duplex or Half duplex or in 10M mode?

How to turn off auto negotiation on LAN ports?

Problem I have faced is - network link to specific device is not established. I cannot change network settings in this other device to establish connection

Regards

/Finn

1 Answer

0 votes
by

Hello,

There is an application called ethtool, which allows to modify speed/duplex and several other related settings, but it only works on WAN port since it is a separate physical device. It can be done with the following example command:

  • ethtool -s eth1 duplex full speed 100 autoneg off 

LAN ports operate as a switch, and currently switch driver doesn't support manually setting link speeds. The switch hardware itself does support the feature, but making use of it would require modifying the switch driver. There are plans to implement this in the future, but no specific timelines are set at the moment.

Best regards,