This command creates a new device cluster, with the specified name, and assigns it an IP address and routing level.
A cluster (or redundancy group) is a set of controllers, service platforms, or virtual platforms (nodes) uniquely defined by a profile configuration. Within the cluster, members discover and establish connections to other members and provide wireless network self-healing support in the event of member's failure.
Note
This command and its syntax is common to both the User Executable and Privilege Executable configuration modes.create-cluster name <CLUSTER-NAME> ip <IP> {level [1|2]}
create-cluster name <CLUSTER-NAME> ip <IP> {level [1|2]}
create-cluster |
Creates a cluster |
name <CLUSTER-NAME> |
Configures the cluster name
|
ip <IP> |
Specifies the device's IP address used for cluster creation
|
level [1|2] |
Optional. Configures the routing level for this cluster
|
nx9500-6C8809#create-cluster name TechPubs1 ip 192.168.13.8 level 2 ... creating cluster ... committing the changes ... saving the changes Please Wait . [OK] nx9500-6C8809#
nx9500-6C8809#show cluster configuration Cluster Configuration Information Name : TechPubs1 Configured Mode : Active Master Priority : 128 Force configured state : Disabled Force configured state delay : 5 minutes Handle STP : Disabled Radius Counter DB Sync Time : 5 minutes nx9500-6C8809#
cluster | Initiates cluster context. The cluster context provides centralized management to configure all cluster members from any one member. |
join-cluster | Adds an access point, wireless controller, service platform, or virtual platform as a member, to an existing cluster of controllers |