3Com 5500 Switch User Manual


 
250 CHAPTER 27: CLUSTER CONFIGURATION GUIDE
[3Com] cluster
[3Com-cluster]
# Configure a private IP address pool for a cluster. The IP address pool contains six
IP addresses, starting from 172.16.0.1.
[3Com-cluster] ip-pool 172.16.0.1 255.255.255.248
# Name and build a cluster.
[3Com-cluster] build aaa
[aaa_0.3Com-cluster]
# Add the two switches attached to the management device to the cluster.
[aaa_0.3Com-cluster] add-member 1 mac-address 00e0-fc01-0011
[aaa_0.3Com-cluster] add-member 17 mac-address 00e0-fc01-0012
# Set the holdtime of member device information to 100 seconds.
[aaa_0.3Com-cluster] holdtime 100
# Set the interval between sending handshake packets to 10 seconds.
[aaa_0.3Com-cluster] timer 10
# Configure VLAN-interface 2 as the network management interface.
[aaa_0.3Com-cluster] nm-interface Vlan-interface 2
# Configure the shared FTP server, TFTP server, logging host and SNMP host for the
cluster.
[aaa_0.3Com-cluster] ftp-server 63.172.55.1
[aaa_0.3Com-cluster] tftp-server 63.172.55.1
[aaa_0.3Com-cluster] logging-host 69.172.55.4
[aaa_0.3Com-cluster] snmp-host 69.172.55.4
3 Perform the following operations on the member devices (taking one member as
an example)
After the devices attached to the management device are added to the cluster,
perform the following operations on the member devices.
# Connect the member device to the remote FTP server shared by the cluster.
<aaa_1.3Com> ftp cluster
# Download file aaa.txt from the shared TFTP server to the member device.
<aaa_1.3Com> tftp cluster get aaa.txt
# Upload file bbb.txt from the member device to the shared TFTP server.
<aaa_1.3Com> tftp cluster put bbb.txt