PX_MII
code: 537
# set
<module-index>/<port-index> PX_MII [<address>] <value>
# get
<module-index>/<port-index> PX_MII [<address>] ?
Description
Provides access to the register interface supported by the media-independent interface (MII) transceiver. It
is possible to both read and write register values. <address>
: the transceiver address, integer, 0x00 - 0xFF (0-255).
Actions
set, get
Parameters
value
: hex2, register value of a transceiver
Example
# set
input: 0/1 PX_MII [0x00] 0x0011
output: <OK>
input: 0/1 PX_MII [0] 0x0011
output: <OK>
# get
input: 0/1 PX_MII [0x00] ?
output: 0/1 PX_MII [0x00] 0x0011
input: 0/1 PX_MII [0] ?
output: 0/1 PX_MII [0] 0x0011