5 cluster keepalive interval, 6 cluster keepalive loss-count, Cluster keepalive interval – PLANET XGS3-24040 User Manual

Page 97: Cluster keepalive loss, Count

Advertising
background image

XGS3 Command Guide

3-97

Switch(config)#cluster ip-pool 10.254.254.10

3.5 cluster keepalive interval

Command:

cluster keepalive interval <second>

no cluster keepalive interval

Function:

Configure the time interval of keepalive messages within the cluster.

Parameters:

<second>: keepalive time interval, in seconds, ranging from 3 to 30.

Default:

The default value is 30 seconds.

Command Mode:

Global Configuration Mode.

Usage Guide:

After executing this command on a commander switch, the value of the parameter will be distributed to all member

switches via the TCP connections between the commander and members.

After executing it on a non commander switch, the configuration value will be saved but not used until the switch

becomes a commander. Before that, its keepalive interval is the one distributed by its commander.

Commander will send DP messages within the cluster once in every keepalive interval. Members will respond to the

received DP messages with DR messages.

The no operation of this command will restore the keepalive interval in the cluster back to its default value.

Example:

Set the keepalive interval in the cluster to 10 seconds.

Switch(config)#cluster keepalive interval 10

3.6 cluster keepalive loss-count

Command:

cluster keepalive loss-count<loss-count>

no cluster keepalive loss-count

Function:

Configure the max number of lost keepalive messages in a cluster that can be tolerated.

Parameters:

loss-count: the tolerable max number of lost messages, ranging from 1 to 10.

Default:

The default value is 3.

Command Mode:

Global Configuration Mode

Usage Guide:

After executing this command on a commander switch, the value of the parameter will be distributed to all member

switches via the TCP connections between the commander and members.

After executing it on a non commander switch, the configuration value will be saved but not used until the switch

becomes a commander. Before that, its loss-count value is the one distributed by its commander.

Advertising