Reference Guide

Table Of Contents
Auto-negotiation performs at power-up, on command from the LAN controller, on detection of a PHY error, or following
Ethernet cable re-connection. During the link establishment process, both link partners indicate their EEE capabilities. If EEE is
supported by both link partners for the negotiated PHY type, the EEE function is used independently in either direction.
Changing the EEE configuration resets the interface because the device restarts Layer 1 auto-negotiation. You may want to
enable Link Layer Discovery Protocol (LLDP) for devices that require longer wake-up times before they are able to accept data
on their receive paths. Doing so enables the device to negotiate for extended system wake-up times from the transmitting link
partner.
Enable energy-efficient Ethernet
To reduce power consumption, enable EEE. EEE is disabled by default.
1. Enter the physical Ethernet interface information in CONFIGURATION mode.
interface ethernet node/slot/port[:subport]
2. Enable EEE in INTERFACE mode.
eee
Enable EEE
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# eee
Disable EEE
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# no eee
Clear interface counters
You can clear EEE counters for physical Ethernet interfaces globally or per interface.
Clear all EEE counters
OS10# clear counters interface eee
Clear all eee counters [confirm yes/no]:yes
Clear counters for specific interface
OS10# clear counters interface 1/1/48 eee
Clear eee counters on ethernet1/1/48 [confirm yes/no]:yes
View EEE status/statistics
You can view the EEE status or statistics for a specified interface, or all interfaces, using show commands.
View EEE status for a specified interface
OS10# show interface ethernet 1/1/48 eee
Port EEE Status Speed Duplex
---------------------------------------------
Eth 1/1/48 on up 1000M
View EEE status on all interfaces
OS10# show interface eee
Port EEE Status Speed Duplex
---------------------------------------------
92
Interfaces