Wireless Controller
Dedicated Wi-Fi control and management for high density and mobility
Andy_G
Staff
Staff
Article Id 194725
Description

How to setup Nplus1 Redundancy.


Scope

KB ARTICLE TYPE: Configuration

RELATED PRODUCTS: N/A

RELATED SOFTWARE VERSIONS: N/A

KEYWORDS: redundancy, Nplus1, system director


Solution

For N+1 to work check the following:

        
  • The slave and master must be the same model and running the same software version of System Director.
  •     
  • The master and slave must use static IP (DHCP addresses are not supported).
  •     
  • Master and slave controller must be on the same IP subnet.

Setup Configuration:

You must configure all the masters first.

        
  1. Enter the CLI through console or SSH
  2.     
  3. Enter configuration mode by typing "configure terminal"
  4.     
  5. Now start N+1 by entering "nplus1 start master"
  6.     
  7. To verify if N+1 has started exit configuration mode type "exit" and then "sh nplus1"

Setting up slave:

        
  1. Enter the CLI through console or SSH
  2.     
  3. Enter configuration mode by typing "configure terminal"
  4.     
  5. Now start N+1 by entering "nplus1 start slave"
  6.     
  7. Supply host name and IP "nplus1 add [hostname] [IP]"
  8.     
  9. Enter password
  10.     
  11. To check that the controller was added "do show nplus1"
  12.     
  13. Enable master on slave "nplus1 enable [IP]"
  14.     
  15. "exit"
  16.     
  17. To check if master controller has been enabled "show nplus1"

Contributors