API Guide

Enable energy-efficient Ethernet
EEE is disabled by default. To reduce power consumption, enable EEE.
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 EEE counters
You can clear EEE counters on 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 the 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
---------------------------------------------
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
272
Interfaces