What's new

Config port speed

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

tommy1e23

New Around Here
Just upgrade to Asuswrt-Merlin RT-AC86U_384.10_0, for some reason i need config port speed to 100 full duplex, so i google it. But most of the result is telling me use robocfg to do it.
But it looks Asuswrt-Merlin don't have this command, anyone can help ?
 
Just upgrade to Asuswrt-Merlin RT-AC86U_384.10_0, for some reason i need config port speed to 100 full duplex, so i google it. But most of the result is telling me use robocfg to do it.
But it looks Asuswrt-Merlin don't have this command, anyone can help ?

Use 'ethctl' command (NOTE: Port 4=eth1, Port 3=eth2,Port 2=eth3 and Port 1=eth4)

e.g. Check the status of Port 4
Code:
ethctl eth1 media-type

    Auto-Negotiation enabled, with capabilities: 1GFD|1GHD|100MFD|100MHD|10MFD|10MHD
    Link is down.
… and set to 100 Full-Duplex
Code:
ethctl eth1 media-type 100FD

    Auto-Negotiation disabled, with fixed speed: 100MFD
    Link is down.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top