Configure Redundant Management with a Mellanox Adapter

The Redundant Management Interface feature provides fault tolerance for the management path.

The following procedure configures redundant management on port 0/15 of an SLX-9250 with a Mellanox Adapter and a speed of 1G.
Note

Note

Redundant Management is supported on the SLX-9250 only.
  1. Configure port 0/15.
    device# configure
    device(config)# hardware 
    device(config-hardware)# connector 0/15
    device(config-connector-0/15)# 
    device# 
    Note

    Note

  2. Configure breakout mode.
    device(config-connector-0/15)# breakout mode 4x1G
    device(config-connector-0/15)# end
    device# 
  3. Configure redundant management on port 0/15.
    device# configure
    device(config)# interface Ethernet 0/15:1 
    device(config-hardware)# connector 0/15
    device(conf-if-eth-0/15:1)# redundant-management enable 
    device(conf-if-eth-0/15:1)# no shut
    device(conf-if-eth-0/15:1)# end
    device# 

Example