Cluster Management Configuration Examples 925
[Switch-GigabitEthernet 1/0/3] port trunk permit vlan 10
[Switch-GigabitEthernet 1/0/3] quit 
# Enable the cluster function.
[Switch] cluster enable 
# Enter cluster view.
[Switch] cluster 
# Configure an IP address pool for the cluster. The IP address pool contains six IP 
addresses, starting from 172.16.0.1.
[Switch-cluster] ip-pool 172.16.0.1 255.255.255.248 
# Specify a name for the cluster and create the cluster.
[Switch-cluster] build aabbcc
Restore topology from local flash file,for there is no base topology
.
(Please confirm in 30 seconds, default No). (Y/N)
N 
# Enable management VLAN auto-negotiation.
[aabbcc_0.Switch-cluster] management-vlan synchronization enable 
# Configure the holdtime of the member device information as 100 seconds.
[aabbcc_0.Switch-cluster] holdtime 100 
# Configure the interval to send handshake packets as 10 seconds.
[aabbcc_0.Switch-cluster] timer 10 
# Configure the FTP Server, TFTP Server, Log host and SNMP host for the cluster.
[aabbcc_0.Switch-cluster] ftp-server 63.172.55.1
[aabbcc_0.Switch-cluster] tftp-server 63.172.55.1
[aabbcc_0.Switch-cluster] logging-host 69.172.55.4
[aabbcc_0.Switch-cluster] snmp-host 69.172.55.4 
# Add the device whose MAC address is 00E0-FC01-0013 to the blacklist.
[aabbcc_0.Switch-cluster] black-list add-mac 00e0-fc01-0013
[aabbcc_0.Switch-cluster] quit 
# Configure the network management interface.
[aabbcc_0.Switch] vlan 2
[aabbcc_0.Switch-vlan2] port GigabitEthernet 1/0/1
[aabbcc_0.Switch] quit
[aabbcc_0.Switch] interface vlan-interface 2
[aabbcc_0.Switch-Vlan-interface2] ip address 163.172.55.1 24
[aabbcc_0.Switch-Vlan-interface2] quit
[aabbcc_0.Switch] cluster
[aabbcc_0.Switch-cluster] nm-interface vlan-interface 2 
n
■ Upon completion of the above configurations, you can execute the cluster 
switch-to { member-number | mac-address mac-address } command on the 
management device to switch to the operation interface of a member device to 
maintain and manage it. You can then execute the quit command to return to 
the operation interface of the management device.
■ You can also reboot a member device by executing the reboot member 
command on the management device.