4 cluster ip-pool, 5 cluster keepalive interval, Cluster ip – PLANET WGSW-50040 User Manual

Page 77: Pool, Cluster keepalive interval

Advertising
background image

Switch(config)#cluster commander switch

2.4 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.

Parameters

commander-ip:

cluster IP address pool for allocating internal IP addresses of the cluster commander-ip is the head

address of the address pool, of which the valid format is 10.x.x.x, in dotted-decimal notation; the

address pool should be big enough to hold 128 members, which requires the last byte of addresses

to be less than 126(254 – 128 = 126). IP address pool should never be changed with commander

configured. The change can only be done after the “no cluster commander” command being

executed.

Command mode:

Global Mode

Default:

The default address pool is 10.254.254.1.

Usage Guide:

When candidate switches becomes cluster members, the commander switch allocates a private IP

address to each member for the communication within the cluster, and thus to realized its

management and maintenance of cluster members. This command can only be used on

non-commander switches. Once the cluster established, users can not modify its IP address pool.

The NO command of this command will restore the address pool back to default value, which is

10.254.254.1.

Example:

Set the private IP address pool used by cluster member devices as 10.254.254.10

Switch(config)#cluster ip-pool 10.254.254.10

2.5 cluster keepalive interval

Command:

cluster keepalive interval <second>

Advertising