ethtool
Verified for current stable LTS
Ethtool Command: Set Link Speed Duplex Autonegotiation
Use for set link speed duplex autonegotiation with Ethtool. Exact CLI syntax to set link speed duplex autonegotiation using Ethtool.
When to use this: Use for set link speed duplex autonegotiation with Ethtool.
Command Syntax
ethtool -s <eth0> speed <10|100|1000> duplex <half|full> autoneg <on|off> ethtool -s <eth0> speed <10|100|1000> duplex <half|full> autoneg <on|off> Live Command Builder
Final Command
ethtool -s <eth0> speed <10|100|1000> duplex <half|full> autoneg <on|off> Command Breakdown
-s- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to set link speed duplex autonegotiation using Ethtool.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ethtool Command: Blink Leds Interface
ethtool -p <eth0> <10> Ethtool Command: Display Current Settings Interface ethtool <eth0> Ethtool Command: Display Driver Information Interface ethtool -i <eth0> Ethtool Command: Display Network Usage Statistics Interface ethtool -S <eth0> Ethtool Command: Display Supported Features Interface ethtool -k <eth0>