Configure RME on SLX Interface

You can configure Redundant Management Ethernet (RME) on the SLX interface.

About this task

Follow this procedure to set threshold monitor options.

Use the following CLIs to configure Redundant Management Ethernet (RME) on the SLX interface. This feature is supported only on 9150, 9250, 9740 SLX platforms. The configuration set by you is persisted in XCO database. DRC is supported.

XCO automatically sets the PPS (packets per second) value after RME is enabled. For SLX 9150 and 9250 devices, PPS is set to 8000.

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

Note

Note

For information about the commands on RME, see the ExtremeCloud Orchestrator Command Reference, 3.5.0

Procedure

  1. Run the efa inventory device interface redundant-management command.
    efa inventory device interface redundant-management [flags]
    Flags:
          --ip string        Comma separated range of device IP addresses. 
          --if-name string   only one interface name. Example: 0/50
          --enable string    Valid values: true, false
    --- Time Elapsed: 9.610987ms ---

    Example:

    efa inventory device interface redundant-management –-ip 10.20.246.10 –-if-name 0/17 –-enable true
    • Run the following command to disable RME:
      efa inventory device interface redundant-management –-ip 10.20.246.10 –-if-name 0/17 –-enable false
  2. Configure device on the SLX.
    SLX# show running-config interface eth 0/17
    interface Ethernet 0/17
     redundant-management enable
     no shutdown
    !