10 cluster run, 11 cluster update member, Cluster run – PLANET XGS3-24040 User Manual

Page 100: Cluster update member

Advertising
background image

XGS3 Command Guide

3-100

3.10 cluster run

Command:

cluster run [key <WORD>][ vid <VID>]

no cluster run

Function:

Enable cluster function; the “no cluster run” command disables cluster function.

Parameter:

key:all keys in one cluster should be the same, no longer than 16 characters.

vid:vlan id of the cluster, whose range is 1-4094.

Command mode:

Global Mode

Default:

Cluster function is disabled by default, key: NULL(\0) vid:1.

Instructions:

This command enables cluster function. Cluster function has to be enabled before implementing any other cluster

commands. The “no cluster run” disables cluster function. It is recommended that users allocate an exclusive vlan

for cluster(such as vlan100)

Note:Routing protocols should be disabled on the layer-3 interface where cluster vlan locates to avoid broadcasting

private route of the cluster.

Example:

Disable cluster function in the local switch.

Switch (config)#no cluster run

3.11 cluster update member

Command:

cluster update member <member-id> <src-url> <dst-filename> [ascii | binary]

Function:

Remotely upgrade member switches from the commander switch.

Parameters:

member-id:ranging from 1 to 128. Use hyphen “-” or semicolon “;” to specify more than one member;

src-url:the location of source files to be copied;

dst-filename:the specified filename for saving the file in the switch flash;

ascii means that the file transmission follows ASCII standard; binary means that the file transmission follows binary

standard, which is de default mode.

when src-url is a FTP address, its form will be: ftp://<username>:<password>@<ipadress>/<filename>,in which

<username> is the FTP username <password> is the FTP password <ipadress> is the IP address of the FTP

server,<filename> is the name of the file to be downloaded via FTP.

when src-url is a TFTP address, its form will be: tftp://<ipadress>/<filename>,in which <ipadress>is the IP address of

the TFTP server <filename> is the name of the file to be downloaded via.

Special keywords used in filename:

Keywords

source or destination address

Advertising