P_BRRMODE

code: 326

# set
<module-index>/<port-index> P_BRRMODE <mode>

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

Description

Selects the Master/Slave setting of 100 Mbit/s and 1000 Mbit/s BroadR-Reach copper interfaces.

When port speed selection is AUTO:

  • Setting the local port to Master will force it into Master mode. If the peer also forces Master mode, the link will not be established

  • Setting both the local and peer ports to Slave allows auto-negotiation to determine the Master/Slave roles.

  • The actual BroadR-Reach status is can be read from P_BRRSTATUS.

Actions

set, get

Parameters

  1. mode: byte, the port’s BroadR-Reach mode

  • SLAVE = 0

  • MASTER = 1

Example

# set
input:  0/1 P_BRRMODE SLAVE
output: <OK>

# get
input:  0/1 P_BRRMODE ?
output: 0/1 P_BRRMODE SLAVE