subscribe to our Youtube
14165 questions
16819 answers
27656 comments
54120 members
How can we change this to speed:10baseT half-duplex autoneg off,
# swconfig dev switch0 port 2 get link port:2 link:up speed:100baseT full-duplex auto
This needs to be manually set to get legacy IoT-device to function correctly.
Hello,
You should be able to change only change WAN interface settings, but not LAN.
For the WAN interface, use the following command:
ethtool -s eth1 speed 100 duplex half autoneg off
Regards, Mellow
Could you confirm that RUTX09 has also WAN mapped to CPU as eth1?
~# swconfig dev switch0 show | grep link: link: port:0 link:up speed:1000baseT full-duplex txflow rxflow # CPU? link: port:1 link:down # UNKNOWN? link: port:2 link:up speed:100baseT full-duplex auto # LAN1 link: port:3 link:up speed:100baseT full-duplex auto # LAN2 link: port:4 link:down # LAN3 link: port:5 link:down # WAN?
Hello, Here are the details for the switchports of our device.
link: port:2 link: - LAN1
link: port:3 link: - LAN2
link: port:4 link: - LAN3
link: port:5 link: - WAN1
link: port:0 - CPU
Hope it helps,
Regards,
Mellow