mac

Commands for Cluster
89
Switch#cluster reset member 1
2.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: keyall keys in one cluster should be the same, no longer than 16
characters.
vidvlan id of the cluster, whose range is 1-4094.
Command mode: Global Mode
Default: Cluster function is disabled by default, key: NULL(\0) vid1.
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
clustersuch as vlan100
NoteRouting 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
2.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-idranging from 1 to 128. Use hyphen -or semicolon to
specify more than one member;
src-urlthe location of source files to be copied;
dst-filenamethe 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.