# Configure

Source: [https://docs.qualcomm.com/doc/80-70014-26/topic/configure.html](https://docs.qualcomm.com/doc/80-70014-26/topic/configure.html)

This information describes how to configure link speed and enable or disable EEE.

## Configure link speed

Source: [https://docs.qualcomm.com/doc/80-70014-26/topic/configure.html](https://docs.qualcomm.com/doc/80-70014-26/topic/configure.html)

You can configure link speed from the supported link modes in
            `ethtool` command output.

### About this task

### Procedure

Configure link speed by running the following command:
                
ethtool -s [device_name] autoneg [on/off] speed [10/100/1000/2500] duplex [full]Copy to clipboard

Sample command is as follows:

    ethtool -s enP1p5s0f0 autoneg on speed 2500 duplex fullCopy to clipboard

## Configure Energy Efficient Ethernet

Source: [https://docs.qualcomm.com/doc/80-70014-26/topic/configure.html](https://docs.qualcomm.com/doc/80-70014-26/topic/configure.html)

You can control EEE by performing certain functions such as verify the status of EEE
        and enabling or disabling EEE.

### About this task

To configure EEE, do the following:

### Procedure

1. Verify the status of EEE by running the following command:
                
ethtool --show-eee [interface]Copy to clipboard

Sample command and output are as follows:

        ethtool --show-eee enP1p5s0f0
        
        EEE settings for enP1p5s0f0:
                EEE status: disabled
                Tx LPI: disabled
                Supported EEE link modes:  1000baseT/Full
                                           10000baseT/Full
                                           1000baseKX/Full
                                           10000baseKX4/Full
                                           10000baseKR/Full
                Advertised EEE link modes:  Not reported
                Link partner advertised EEE link modes:  Not reported
        Copy to clipboard
2. Enable EEE by running the following command:
                
ethtool --set-eee [interface] eee onCopy to clipboard

Sample command and output are as follows:

        ethtool --set-eee enP1p5s0f0 eee on
        
        EEE Settings for enP1p5s0f0:
                EEE status: enabled - inactive
                Tx LPI: 17 (us)
                Supported EEE link modes:  100baseT/Full
                                           1000baseT/Full
                Advertised EEE link modes:  100baseT/Full
                                            1000baseT/Full
                Link partner advertised EEE link modes:  Not reported
        Copy to clipboard
3. Disable EEE by running the following command:
                
ethtool --set-eee [interface] eee offCopy to clipboard

Sample command and output are as follows:

        ethtool --set-eee enP1p5s0f0 eee off
        
        EEE Settings for enP1p5s0f0:
                EEE status: disabled
                Tx LPI: 17 (us)
                Supported EEE link modes:  100baseT/Full
                                           1000baseT/Full
                Advertised EEE link modes:  100baseT/Full
                                            1000baseT/Full
                Link partner advertised EEE link modes:  Not reported
        Copy to clipboard

Last Published: Jul 11, 2024

[Previous Topic
Bring up](https://docs.qualcomm.com/bundle/publicresource/80-70014-26/topics/bring_up.md) [Next Topic
Debug](https://docs.qualcomm.com/bundle/publicresource/80-70014-26/topics/debug.md)