P_LPSTATUS#

code: 343

# get
<module-index>/<port-index> P_LPSTATUS ?

Description#

Displays the Energy Efficient Ethernet (EEE) status as reported by the PHY.

Actions#

get

Parameters#

  1. txh: byte, the the Energy Efficient Ethernet (EEE) status

  • TXH_NA = 0

  • TXH_X = 1

  1. rxh: byte, the the Energy Efficient Ethernet (EEE) status

  • RXH_NA = 0

  • RXH_X = 1

  1. txc: byte, the the Energy Efficient Ethernet (EEE) status

  • TXC_ACTIVE = 0

  • TXC_LPI = 1

  1. rxc: byte, the the Energy Efficient Ethernet (EEE) status

  • RXC_ACTIVE = 0

  • RXC_LPI = 1

  1. link_up: byte, the the Energy Efficient Ethernet (EEE) status

  • LINK_DOWN = 0

  • LINK_UP = 1

Example#

# get
input:  0/1 P_LPSTATUS ?
output: 0/1 P_LPSTATUS TXH_NA RXH_NA TXC_ACTIVE RXC_ACTIVE LINK_DOWN