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 or service 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
|
rfs4000-229D58#create-cluster name TechPubs1 ip 192.168.13.8 level 2 ... creating cluster ... committing the changes ... saving the changes Please Wait . [OK] rfs4000-229D58#
rfs4000-229D58#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 rfs4000-229D58#
|