join-cluster

Adds a device (access point, wireless controller, service platform, or virtual platform), as a member, to an existing cluster of devices. Assign a static IP address to the device before adding to a cluster. Note that a cluster can be only formed of devices of the same model type.

Note

Note

This command and its syntax is common to both the User Executable and Privilege Executable configuration modes.

Supported on the following platforms:

Syntax

join-cluster <IP> user <USERNAME> password <WORD> {level|mode}
join-cluster <IP> user <USERNAME> password <WORD> {level [1|2]|mode [active|standby]}

Parameters

join-cluster <IP> user <USERNAME> password <WORD> {level [1|2]|mode [active|standby]}
join-cluster Adds a access point wireless controller, or service platform to an existing cluster
<IP> Specify the cluster member's IP address.
user <USERNAME> Specify a user account with super user privileges on the new cluster member
password <WORD> Specify password for the account specified in the user parameter
level [1|2] Optional. Configures the routing level
  • 1 – Configures level 1 routing
  • 2 – Configures level 2 routing
mode [active|standby] Optional. Configures the cluster mode
  • active – Configures this cluster as active
  • standby – Configures this cluster to be on standby mode

Usage Guidelines

To add a device to an existing cluster:

After adding a device to a cluster, execute the "write memory" command to ensure the configuration persists across reboots.

Examples

nx9500-6C8809>join-cluster 192.168.13.15 user admin password superuser level 1
mode standby
... connecting to 192.168.13.15
... applying cluster configuration
... committing the changes
... saving the changes
[OK]
nx9500-6C8809>
nx9500-6C8809>show context
!
! Configuration of NX9500 version 7.3.1.0-002D
!
!
version 2.7
!
!
................................................................................
 cluster name TechPubs
 cluster mode standby
 cluster member ip 192.168.13.15 level 1
 logging on
 logging console warnings
 logging buffered warnings
!
!
end
nx9500-6C8809>

Related Commands

create-cluster Creates a new cluster on the specified device
cluster Initiates cluster context. The cluster context enables centralized management and configuration of all cluster members from any one member.