Accton Technology ES4626 Switch User Manual


 
518
Function: Sets interval of sending cluster registration packet; the “no cluster register
timer” command restores the default setting.
Parameter: <timer-value> is interval of sending cluster registration packet in seconds,
valid range is 30 to 65535.
Command mode: Global Mode
Default: Cluster register timer is 60 seconds by default.
Example: Set the interval of sending cluster registration packet to 80 seconds.
Switch(Config)#cluster register timer 80
18.2.2.3 cluster ip-pool
Command: cluster ip-pool <commander-ip>
no cluster ip-pool
Function: Configure private IP address pool for member switches of the cluster.
Parameter: <commander-ip> is the IP address of the commander switch in dotted
decimal format. The value of the last byte in IP address is lower than (255-200).
Command mode: Global Mode
Default: There is no private IP address pool by default.
Usage Guide: Before creating the cluster, users have to set the private IP address pool in
the commander switch. The cluster can’t be created if the private IP address
pool is not set. When candidate switches join the cluster, the commander switch
assigns a private IP address for each member switch. These IP addresses are
used to communicate between the commander switch and the member
switches. This command can be only used in a non-member switch. As soon as
the cluster is created, the users can’t modify the IP address pool. The “no
cluster ip-pool” command clears the address pool and there is no default setting
to be restored.
Example: Set the private IP address pool for the member switches to 192.168.1.64
Switch(config)#cluster ip-pool 192.168.1.64
18.2.2.4 cluster commander
Command: cluster commander <cluster-name> [vlan <vlan-id>]
no cluster commander
Function: Enables a commander switch, create a cluster, or modify a cluster’s name; the
no cluster commander” command deletes the cluster.