# Configure

Source: [https://docs.qualcomm.com/doc/80-70015-26/topic/configure.html](https://docs.qualcomm.com/doc/80-70015-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-70015-26/topic/configure.html](https://docs.qualcomm.com/doc/80-70015-26/topic/configure.html)

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

### About this task

### Procedure

To configure link speed, run the following command:
                
ethtool -s [device_name] autoneg [on/off] speed [10/100/1000/2500] duplex [full]Copy to clipboard

For example:

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

## Configure energy efficient Ethernet

Source: [https://docs.qualcomm.com/doc/80-70015-26/topic/configure.html](https://docs.qualcomm.com/doc/80-70015-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. To verify the status of EEE, run the following command:
                
ethtool --show-eee [interface]Copy to clipboard

For example:

        ethtool --show-eee enP1p5s0f0Copy to clipboard

A sample output is as follows:

        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. To enable EEE, run the following command:
                
ethtool --set-eee [interface] eee onCopy to clipboard

For example:

        ethtool --set-eee enP1p5s0f0 eee onCopy to clipboard

A sample output is as follows:

        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. To disable EEE, run the following command:
                
ethtool --set-eee [interface] eee offCopy to clipboard

For example:

        ethtool --set-eee enP1p5s0f0 eee offCopy to clipboard

A sample output is as follows:

        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: Oct 14, 2024

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