efa inventory device interface redundant-management

Configures redundant management Ethernet (RME) on the SLX interface.

Syntax

efa inventory device interface redundant-management [--ip device-ip | --if-name | --enable { true | false }]

Parameters

--ip device-ip
Specifies a comma-separated range of device IP addresses. For example: 10.1.1.13,10.1.1.50,10.1.1.101.
--if-name
Specifies one interface name. A list of names is not supported.
--enable { true | false }
Enables redundant management.

Usage Guidelines

The configuration you set is persisted in the EFA database.

DRC and idempotency are supported.

The command is supported only on the 9150, 9250, and 9740 SLX platforms where this feature is supported.

Internally, EFA sets PPS (packets per second) to some value when RME is enabled. For SLX 9150 and 9250, PPS will be set to 8000.

On SLX 9740, BPS (bits per second) is set to 20000 Kbps (kilobits per second) when RME is enabled.

Examples

efa inventory device interface redundant-management –-ip 10.20.246.10 
–-if-name 0/17 –-enable true
This example turns off RME:
efa inventory device interface redundant-management –-ip 10.20.246.10 
–-if-name 0/17 –-enable false