Reference Guide

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 specic 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 specied interface, or all interfaces, using show commands.
View EEE status for a specied 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
---------------------------------------------
Eth 1/1/1 off up 1000M
...
Eth 1/1/47 on up 1000M
Eth 1/1/48 on up 1000M
Eth 1/1/49 n/a
Eth 1/1/50 n/a
Eth 1/1/51 n/a
Eth 1/1/52 n/a
View EEE statistics for a specied interface
OS10# show interface ethernet 1/1/48 eee statistics
Eth 1/1/48
EEE : on
TxIdleTime(us) : 2560
TxWakeTime(us) : 5
Last Clearing : 18:45:53
TxEventCount : 0
TxDuration(us) : 0
90
Interfaces