H3C S3610 Series Operating instructions

Type
Operating instructions

This manual is also suitable for

Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Table of Contents
i
Table of Contents
Chapter 1 Cluster Management Configuration........................................................................... 1-1
1.1 Cluster Management Overview .........................................................................................1-1
1.1.1 Defining Cluster....................................................................................................... 1-1
1.1.2 Roles in a Cluster....................................................................................................1-2
1.1.3 How a Cluster Works ..............................................................................................1-3
1.2 Configuring a Cluster.........................................................................................................1-6
1.3 Configuring the Management Device................................................................................1-7
1.3.1 Enabling NDP Globally and for Specific Ports........................................................1-7
1.3.2 Configuring NDP Parameters..................................................................................1-7
1.3.3 Enabling NTDP Globally and for Specific Ports......................................................1-8
1.3.4 Configuring NTDP Parameters ...............................................................................1-8
1.3.5 Enabling the Cluster Function.................................................................................1-9
1.3.6 Establishing a Cluster .............................................................................................1-9
1.3.7 Configuring Member Management........................................................................1-12
1.3.8 Configuring Topology Management......................................................................1-14
1.3.9 Configuring Cluster Parameters............................................................................1-15
1.3.10 Configuring Interaction for a Cluster...................................................................1-16
1.4 Configuring the Member Devices.................................................................................... 1-17
1.4.1 Enabling NDP Globally and for Specific Ports......................................................1-17
1.4.2 Enabling NTDP Globally and for Specific Ports.................................................... 1-17
1.4.3 Enabling the Cluster Function...............................................................................1-17
1.4.4 Adding a Candidate Device to a Cluster...............................................................1-17
1.5 Displaying and Maintaining Cluster Management...........................................................1-17
1.6 Cluster Management Configuration Example.................................................................. 1-18
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-1
Chapter 1 Cluster Management Configuration
1.1 Cluster Management Overview
1.1.1 Defining Cluster
A cluster is an aggregation of a group of communication devices. Cluster management
is to implement management of large numbers of distributed layer 2 devices.
Cluster management is implemented through HGMP v2. By employing huawei group
management protocol (HGMP v2), a network administrator can manage multiple
switches using the public IP address of a switch known as a management device.
Figure 1-1 illustrates a typical cluster implementation.
Management Device
Member Device
Member Device
69.110.1.1
Network Management Device
Cluster
69
Candidate Device
.110.1.100
Network
Member Device
Management Device
Member Device
Member Device
69.110.1.1
Network Management Device
Cluster
69
Candidate Device
.110.1.100
Network
Member Device
Figure 1-1 Network diagram for a cluster
Each cluster has one (and only one) management device. You need to designate the
management device when creating a cluster. The management device of a cluster is
the portal of the cluster. That is, operations performed outside a cluster and intended
for the member devices of a cluster, such as accessing, configuring, managing, and
monitoring a cluster member, are all implemented through the management device.
z The management device of a cluster identifies and controls all the member
devices in the cluster, regardless of their position and the way they are connected.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-2
z The management device collects the topology information about all the cluster
member devices and candidate devices for users to retrieve.
z A management device manages and monitors the cluster member devices based
on the neighbor information collected, which contains network topology
information.
Cluster management offers the following advantages:
z The procedures to configure multiple switches remarkably simplified. By
configuring a public IP address on the management device, you can configure and
manage a group of member devices on the management device without the
trouble of logging onto each device separately.
z Providing topology discovery and display function, which is useful for network
monitoring and debugging
z Allowing simultaneously software upgrading and parameter configuring on
multiple switches
z Free of topology and distance limitations
z Saving public IP address resource
1.1.2 Roles in a Cluster
The switches in a cluster play different roles. They function differently and are thus in
different status. You can specify the role a switch plays. A switch can switch to other
roles according to specific rules.
The following three roles exist in a cluster: management device, member device, and
candidate device.
Table 1-1 Roles in a cluster
Role Configuration Function
Management device
z Configured with the
public IP address of the
cluster
z Management
commands intended for
a cluster are processed
by the management
device
z A management device
provides an interface for
managing all the devices
in the cluster.
z A management device
manages the member
devices through NAT.
z A management device
provides these functions:
collecting neighbor
information and topology
information of the
network, managing the
entire cluster, maintaining
the cluster. It also
supports proxies.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-3
Role Configuration Function
Member device
A member device does not
own the public IP address
of the cluster.
z Members in the cluster
z A member device is under
the management of the
management device. It
discovers neighbor
information, carries out
the commands passed by
proxies, and reports
faults/log.
Candidate device
A candidate device does
not own the public IP
address of the cluster.
A candidate device refers to a
switch that does not belong
to any cluster but has the
cluster capability.
As shown in the following figure, a device in a cluster changes its role according to
specific rules:
Figure 1-2 Role change in a cluster
z Each cluster has one (and only one) management device. A management device
collects NDP/NTDP information to discover and determine candidate devices.
z A candidate device becomes a member device after being added to a cluster.
z A member device becomes a candidate device after being removed from the
cluster.
z When a user removes a management device, the management becomes a
candidate device.
1.1.3 How a Cluster Works
Cluster management involves topology information collection and the establishment
and maintenance of the cluster. Topology information collection and cluster
maintenance are independent from each other, with the former starting before the
cluster is created:
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-4
z All devices use neighbor discovery protocol (NDP) to collect the information of the
immediately connected neighbors, including their software version, host name,
MAC address and port number.
z The management device uses neighbor topology discovery protocol (NTDP) to
collect the information of the devices within the specified hops and the topology
information of all devices and specify the candidate devices of the cluster.
z The management device adds or deletes a member device and modifies cluster
management configuration.
I. Introduction to NDP
NDP is used to discover the information about directly connected neighbors, including
the device name, software version, and connecting port of the adjacent devices. NDP
works in the following ways:
z An NDP-enabled device periodically sends NDP packets containing its information
to its neighbors. An NDP packet carries the holdtime field, which indicates the
period for the receiving devices to keep the NDP data. maintains an NDP
information table. Each entry in an NDP table ages with time. You can also clear
the current NDP information manually to have adjacent information collected
again.
z An NDP-enabled device also receives NDP packets, storing and maintaining an
NDP table. The corresponding data entry in the NDP table is updated when the
received information is different from the existing one. Otherwise, only the
holdtime of the corresponding entry is updated.
II. Introduction to NTDP
NTDP is a protocol for network topology information collection in a specific network
range, providing the information about the devices that can be added to clusters for a
management device. The management device collects the topology information
periodically or manually:
z The management device periodically sends NTDP topology collection request
from the NTDP-enabled ports.
z Upon receiving the request, the devices sends NTDP topology collection response
to the management device, copies this response packet on the NTDP-enable port
and sends it to the directly connected neighbor.
z The directly connected device performs the same operation until the NTDP
topology collection request is sent to all the devices within specified hops.
When the NTDP topology collection request is advertised in the network, large
numbers of network devices receive the NTDP topology collection request and send
NTDP topology collection response at the same time, which may cause congestion and
the management device business. To avoid such case, the following methods can be
used to control the NTDP topology collection request advertisement speed:
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-5
z Upon receiving an NTDP topology collection request the device does not forward
the NTDP topology collection request, instead, it waits for a period of time and
then forwards the NTDP topology collection request on the first NTDP-enabled
port.
z On the same device, except the first port, each NTDP-enabled port waits for a
period of time and then forwards the NTDP topology collection request after the
port before it sends the NTDP topology collection request.
III. Introduction to handshake packets
Handshake packets are used to maintain status of the members in a cluster.
z The member devices and the management device in a cluster send handshake
packets to each other periodically. In response to a received handshake packet,
the management device or a member device simply remains its active state
without any acknowledgement.
z If the management device does not receive the handshake packets from a
member device for three consecutive times, it changes the status of the member
device from active to connect. Likewise, if a member device fails to receive the
handshake packets from the management device for three consecutive times, the
status of the member device will also be changed from active to connect. You can
use the timer command in cluster view on the management device to configure
the interval to send handshake packets. The system default is 10 seconds.
z A member device in the connect state changes to the disconnect state if it does not
receive a handshake packet or a management packet within the holdtime. In this
case, the management device considers that the member device is disconnected.
You can set the holdtime by executing the holdtime command in the cluster view
on the management device (the system default is 60 seconds). The active state
and connect state indicate that a member device is connected.
Besides, the handshake packets are also used to inform the management device when
topology changes occur on neighboring devices.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-6
1.2 Configuring a Cluster
Table 1-2 HGMPv2 configuration tasks
Configuration task Description Related sections
Enabling NDP globally and for
specific ports
Required
1.3.1 Enabling
NDP Globally and
for Specific Ports
Configuring NDP parameters Optional
1.3.2 Configuring
NDP Parameters
Enabling NTDP globally and
for specific ports
Required
1.3.3 Enabling
NTDP Globally and
for Specific Ports
Configuring NTDP parameters Optional
1.3.4 Configuring
NTDP Parameters
Enabling the cluster function Required
1.3.5 Enabling the
Cluster Function
Establishing a cluster Required
1.3.6 Establishing
a Cluster
Configuring member
management
Required
1.3.7 Configuring
Member
Management
Configuring topology
management
Optional
1.3.8 Configuring
Topology
Management
Configuring cluster
parameters
Optional
1.3.9 Configuring
Cluster
Parameters
Configuring
the
management
device
Configuring interaction for a
cluster
Optional
1.3.10
Configuring
Interaction for a
Cluster
Enabling NDP globally and for
specific ports
Required
1.4.1 Enabling
NDP Globally and
for Specific Ports
Enabling NTDP globally and
for specific ports
Required
1.4.2 Enabling
NTDP Globally and
for Specific Ports
Enabling the cluster function Required
1.4.3 Enabling the
Cluster Function
Configuring
the member
devices
Adding a candidate device to
a cluster
Optional
1.4.4 Adding a
Candidate Device
to a Cluster
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-7
Caution:
If you disable the NDP and NTDP functions on the management device and member
devices after creating a cluster, you will not cause the cluster to be dismissed, but will
influence the normal operation of the cluster.
1.3 Configuring the Management Device
1.3.1 Enabling NDP Globally and for Specific Ports
Follow these steps to enable NDP globally and for specific ports:
To do... Use the command... Remarks
Enter system view
system-view
-
Enable NDP globally
ndp enable
Optional
Enabled by default.
In system
view
ndp enable
interfaceinterface-list
interface interface-type
interface-number
Enable the
NDP
feature for
the port(s)
In Ethernet
port view
ndp enable
Use either command
By default, NDP is
enabled globally and
also on all ports.
Caution:
For NDP to work normally, you must enable NDP both globally and on the specified
port.
1.3.2 Configuring NDP Parameters
Follow these steps to configure NDP parameters:
To do... Use the command... Remarks
Enter system view
system-view
Configure the holdtime of
NDP information
ndp timer aging
aging-time
Optional
By default, the NDP
information holdtime is 180
seconds.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-8
To do... Use the command... Remarks
Configure the interval to
send NDP packets
ndp timer hello
hello-time
Optional
By default, the interval of
sending NDP packets is 60
seconds.
1.3.3 Enabling NTDP Globally and for Specific Ports
Follow these steps to enable NTDP globally and for specific ports
To do... Use the command... Remarks
Enter system view
system-view
Enable NTDP globally.
ntdp enable
Optional
Enabled by default
interface interface-type
interface-number
Enable NTDP for the port
ntdp enable
Optional
Enabled by default
Caution:
z To enable NTDP to work normally, you must enable NTDP both globally and on the
specified port.
z The NTDP function is not compatible with the BPDU Tunnel function on a port. So,
do not enable the both on a port at the same time. For information about BPDU
Tunnel, refer to QinQ-BPDU Tunnel Configuration of this manual.
1.3.4 Configuring NTDP Parameters
Follow these steps to configure NTDP parameters:
To do... Use the command... Remarks
Enter system view
system-view
Configure the range within
which topology
information is to be
collected
ntdp hop hop-value
Optional
By default, the hop range
for topology collection is 3
hops.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-9
To do... Use the command... Remarks
Configure the interval to
collect topology
information
ntdp timer interval-time
Optional
By default, the interval to
collect topology
information is 1 minute.
Configure the delay to
forward
topology-collection
request packets
ntdp timer hop-delay
time
Optional
By default, the delay of
the device is 200 ms.
Configure the port delay to
forward topology
collection request packets
ntdp timer port-delay
time
Optional
By default, the port delay
is 20 ms.
Exit system view
quit
Enable topology
information collecting
ntdp explore
Optional
Note:
The ntdp command is not compatible with the bpdu-tunnel enable command. So, do
not configure them at the same time. For information about BPDU Tunnel, refer to
QinQ-BPDU Tunnel Configuration of this manual.
1.3.5 Enabling the Cluster Function
Follow these steps to enable the cluster function:
To do... Use the command... Remarks
Enter system view
system-view
Enable the cluster
function globally
cluster enable
Optional
By default, the cluster
function is enabled.
1.3.6 Establishing a Cluster
Before establishing a cluster, you need to configure a private IP address pool for the
devices to be added to the cluster. When a candidate device is added to a cluster, the
management device assigns a private IP address to it for the candidate device to
communicate with other devices in the cluster. This enables you to manage and
maintain member devices in a cluster through the management device.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-10
Caution:
When you configure a cluster, if the number of routing table entries reaches the
maximum number allowed, no more routing table entries can be configured on a
management device and candidate devices, which will result in the unreachability of
handshake packets and the repeated add and removal of the devices to and from the
devices:
z If the number of routing table entries of the management device reaches the
maximum number allowed when a cluster is created, all candidate devices will be
added to and removed from the cluster repeatedly.
z If the number of routing table entries of a candidate device reaches the maximum
number allowed when the candidate device is added to a cluster, it will be added to
and removed from the cluster repeatedly.
I. Establishing a cluster manually
Follow these steps to establish a cluster manually:
To do... Use the command... Remarks
Enter system view
system-view
Specify the management
VLAN
management-vlan
vlan-id
Optional
By default, VLAN 1 is the
management VLAN.
Enter cluster view
cluster
Configure the private IP
address range for
member devices on a
device which is to be
configured as the
management device
ip-pool
administrator-ip-address
{ mask | mask-length }
Required
For a cluster to work
normally, the IP
addresses of the VLAN
interfaces of the
management device and
member devices must not
be in the same network
segment as the cluster
address pool.
Configure the current
device as the
management device and
assign a name to it
build name
Required
By default, the device is
not a management
device.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-11
Caution:
z If you did not configure the management VLAN as VLAN 1, and the port of the
management device connecting to the member devices is the Trunk or Hybrid port,
you have to enable the port to pass the packets (with tags) from the management
VLAN in order to implement cluster management. If the port of the management
device connecting to the member devices is the Access port, you must change it to
Hybrid port or Trunk port and at the same time enable the port to pass the tagged
packets of the management VLAN to achieve cluster management.
For detailed
configurations, refer to “VLAN configuration” in
Access Volume.
z If the management VLAN is VLAN 1, and the port of the management device
connecting to the member devices is configured as to allow the port to pass the
packets (with tags) from the management VLAN, refer to the description above to
for configurations at the management device end. When the port of the
management device connecting to the member devices is configured as to allow the
port to pass the packets (without tags) from the management VLAN, in order to
implement cluster management, you need to perform one of the follow
configurations: configuring the corresponding port on the management device as
Access; configuring the port as Trunk, with the default VLAN being VLAN 1; or
configuring the port as Hybrid, with the default VLAN being VLAN 1, and allowing
the packets (without tags) from the management VLAN to pass the port.
For
detailed configurations, refer to “VLAN configuration” in
Access Volume.
z You must configure the IP address range before establishing a cluster and
configure on the management device only.
If a cluster has already been established,
you are not allowed to change the IP address range.
II. Establishing a cluster automatically
In addition to build a cluster manually, you are also provided with the means to establish
a cluster automatically. With only a few commands (as shown in the table below) on the
management device, you can let the system automatically build a cluster.
During the process, you will first be asked to enter a name for the cluster you want to
establish, the system then lists all the candidate devices within your predefined hop
counts and starts to add them automatically to the cluster.
You can use <Ctrl + C> anytime during the adding process to exit cluster auto-building.
However, this will only stop adding new devices into the cluster, and devices already
added in the cluster are not removed.
Follow these steps to automatically build a cluster:
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-12
To do... Use the command... Remarks
Enter system view
system-view
Specify the management
VLAN
management-vlan
vlan-id
Optional
By default, VLAN 1 is the
management VLAN.
Enter cluster view
cluster
Configure the private IP
address range for
member devices on a
device which is to be
configured as the
management device
ip-pool
administrator-ip-address
{ mask | mask-length }
Required
For a cluster to work
normally, the IP addresses
of the VLAN interfaces of
the management device
and member devices must
not be in the same network
segment as the cluster
address pool.
Set up a cluster
automatically
auto-build [ recover ] Required
Caution:
To make a cluster to operate properly, the IP addresses of the VLAN interfaces of the
management device and the member devices and those in the cluster address pool
cannot be in the same segment.
1.3.7 Configuring Member Management
Member management includes the following aspects:
z Manually adding a candidate device to a cluster, or deleting a member device from
a cluster. These operations must be done through the management device,
otherwise you will be prompted with an error message.
z Communication between the management and member devices may be
interrupted due to some configuration errors. Through the remote control function
of member devices, you can control them remotely on the management device.
For example, you can reboot a member device that operates improperly and
specify to delete the booting configuration file when the member device reboots,
and thus achieve normal communication between the management and member
devices.
z Switching between the management device view and the member device view for
configuration and management
Follow these steps to configure member management:
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-13
To do... Use the command... Remarks
Enter system view
system-view
Enter cluster view
cluster
Add a candidate device to
the cluster
add-member
[ member-number ]
mac-address
mac-address [ password
password ]
Optional
The candidate devices
are numbered
sequentially.
Remove a member
device from the cluster
delete-member
member-number
[ to-black-list ]
Optional
Reboot a specified
member device
reboot member
{ member-number |
mac-address
mac-address }
[ eraseflash ]
Optional
Exit cluster view
quit
Exit system view
quit
Switch between the
management device view
and member device view
cluster switch-to
{ member-number |
mac-address
mac-address |
administrator | sysname
member-sysname }
Optional
Before executing this
command, you need to
enable the telnet server
function on the remote
device. In addition, ring
switching is not allowed.
Note:
Normally, member devices are numbered sequentially. The numbers assigned are
tracked by the management device. When a member device is added to the cluster
again after it exits the cluster, the management device assigns its original number to
this member if the number is not assigned.
You can use the cluster switch-to command to switch between the management
device and a member device through Telnet. Note the following when performing this
operation.
z Before performing this operation, you need to configure the peer device as a
Telnet server by using the telnet server command.
z Authentication is performed when you switch between the management device
and a member device. The system authenticates the super password with user
level 3. If the super password of the current device is not consistent with that of the
device to be switched to, switching will fail. After a candidate device joins a cluster,
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-14
its super password is synchronized to that of the management device
automatically. After a cluster is created, you are recommended not to modify the
super passwords of both the cluster members and the management device for
fear of switching failures.
z After you switch from the management device to a member device, the user level
on the member device inherits that of the management device.
z When you switch from a member device to the management device, the user level
is determined by the predefined setting on the management device.
z You will fail to switch to a device if the number of the Telnet users on the device to
be accessed reaches the upper limit.
z Avoid ring switching to prevent performance degrading. For example, if you switch
from the management device to a member device, and then want to switch back to
the management device, execute the quit command instead of the cluster
switch-to administrator command.
1.3.8 Configuring Topology Management
The concepts of blacklist and whitelist are used for topology management.
z A whitelist is a list of devices that have been confirmed by the administrator as
adequate in the topology. You can get the information of a node and its neighbors
from the current topology. Based on the information, you can manage and
maintain the blacklist by adding, deleting or modifying a node.
z A blacklist is a list of devices that are not allowed to join a cluster unless the
administrator manually removes them from the list. In the blacklist contains the
MAC addresses of devices. If a blacklist device is connected to network through
another device not included in the blacklist, the MAC address and access port of
the latter is also included in the blacklist.
A whitelist member cannot be a blacklist member, and vice versa. However, a topology
node can belong to neither the whitelist nor the blacklist. This type of nodes is usually
newly added nodes, whose identity are to be confirmed by the administrator.
The whitelist and blacklist do not lost when a power failure occurs to the management
device. They are stored in the FTP server or the flash of the management device and
can be restored when necessary. When the management restarts or a cluster rebuilds,
the whitelist and blacklist will be automatically restored from the flash.
Follow these steps to configure topology management:
To do... Use the command... Remarks
Enter system view
system-view
Enter cluster view
cluster
Add a device to the
blacklist
black-list add-mac
mac-address
Optional
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-15
To do... Use the command... Remarks
Remove a device from
the blacklist
black-list delete-mac
{ all | mac-address }
Optional
Confirm the current
topology and save it as
the standard topology
topology accept { all
[ save-to { ftp-server |
local-flash } ] |
mac-address
mac-address |
member-id
member-number }
Optional
Save the standard
topology to the FTP
server or the local flash
topology save-to
{ ftp-server | local-flash }
Optional
Restore the standard
topology information from
the FTP server or the
local flash
topology restore-from
{ ftp-server | local-flash }
Optional
You must ensure that the
topology is correct before
restoring as the device
itself cannot judge the
correctness in topology.
Caution:
The topology save-to ftp-server command needs to be coupled with the FTP server
software. However, some FTP server software (such as 3CDAEMON) cannot save
topology information properly.
1.3.9 Configuring Cluster Parameters
Cluster parameters mainly include:
z If the management device does not receive any information from a member device
during the holdtime, it sets the state of the member device to “Disconnect”. When
the communication between the two resumes, the corresponding member device
is re-added to the cluster (automatically). If the downtime does not exceed the
holdtime, the member device stays in the normal state and needs not to be added
again.
z Inside a cluster, the communication between member devices and the
management device are kept through handshake packet exchange. Handshake
packets in a cluster enable the management device to acquire the information
about member states link states.
Follow these steps to configure cluster parameters:
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-16
To do... Use the command... Remarks
Enter system view
system-view
Enter cluster view
cluster
Configure the holdtime
holdtime seconds
Optional
60 seconds by default
Configure the interval to
send handshake packets
timer interval-time
Optional
10 seconds by default
1.3.10 Configuring Interaction for a Cluster
After establishing a cluster, you can configure FTP, TFTP server, NM host and logging
host for the cluster on the management device. The members in a cluster access the
servers configured through the management device.
All the log information of the members in a cluster will be saved on the configured
logging host in the following way: first, the member devices sends their log information
to the management device; the management device then converts the addresses of
logging information and sends them to the logging host. In the same way, the member
devices send their trap packets to the NM host configured for the cluster.
Follow these steps to configure the interaction for a cluster:
To do... Use the command... Remarks
Enter system view
system-view
Enter cluster view
cluster
Configure the FTP server
by setting an IP address,
username and password
ftp-server ip-address
[ user-name username
password { simple |
cipher } password ]
Optional
By default, FTP server is
not configured.
Configure the TFTP
server for the member
devices
tftp-server ip-address
Optional
By default, no TFTP
server is configured.
Configure the logging
host
logging-host ip-address
Optional
By default, no logging
host is configured.
Configure the SNMP host
snmp-host ip-address
[ community-string read
string1 write string2 ]
Optional
By default, no SNMP host
is configured.
Configure the NM
interface of the
management device
nm-interface
vlan-interface vlan-id
Optional
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-17
Caution:
For the configured logging host to take effect, you must execute the info-center
loghost command in system view first. For more information about the info-center
loghost command, refer to “Information Center Commands” in System Volume.
1.4 Configuring the Member Devices
1.4.1 Enabling NDP Globally and for Specific Ports
Refer to 1.3.1 Enabling NDP Globally and for Specific Ports.
1.4.2 Enabling NTDP Globally and for Specific Ports
Refer to 1.3.3 Enabling NTDP Globally and for Specific Ports.
1.4.3 Enabling the Cluster Function
Refer to 1.3.5 Enabling the Cluster Function.
1.4.4 Adding a Candidate Device to a Cluster
Follow these steps to add a candidate device to a cluster:
To do... Use the command... Remarks
Enter system view
system-view
Enter cluster view
cluster
Optional
By default, a device is not
a member of a cluster.
Add a candidate device to
the cluster
administrator-address
mac-address name name
1.5 Displaying and Maintaining Cluster Management
To do... Use the command... Remarks
Display NDP
configuration information
display ndp [ interface
interface-list ]
Available in any
view
Display the global NTDP
information.
display ntdp
Available in any
view
Display the device
information collected
through NTDP
display ntdp device-list
[ verbose ]
Available in any
view
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-18
To do... Use the command... Remarks
View cluster state and
statistics
display cluster
Available in any
view
View the standard
topology map
display cluster base-topology
[ mac-address mac-address |
member-id member-number ]
Available in any
view
View the current blacklist
of the cluster
display cluster black-list
Available in any
view
View the information of
candidate devices
display cluster candidates
[ mac-address mac-address |
verbose ]
Available in any
view
Display the current
topology map or the
topology path between
two devices
display cluster current-topology
[ mac-address mac-address
[ to-mac-address mac-address ] |
member-id member-number
[ to-member-id
member-number ] ]
Available in any
view
Display members in a
cluster
display cluster members
[ member-number | verbose ]
Available in any
view
Clear NDP statistics
reset ndp statistics [ interface
interface-list ]
Available in user
view
1.6 Cluster Management Configuration Example
Three switches form a cluster, among which
z The management device is an S3610 switch.
z Other switches serve as member devices.
The detailed configuration is as follows:
The two devices are connected to Ethernet1/0/2 and Ethernet1/0/3 port of the
management device.
The management device is connected to the external network through Ethernet1/0/1.
Ethernet1/0/1 on the management device belongs to VLAN2. The IP address of VLAN
2 interface is 163.172.55.1. The network management interface of the management
device belongs to VLAN2. The network management device accesses the
management device through VLAN2.
The entire cluster uses the same FTP server and TFTP server.
The FTP server and TFTP server share the same IP address: 63.172.55.1.
The network management workstation and logging host share the same IP address:
69.172.55.4.
The management device collects topology in every three minutes.
Operation Manual – Cluster Management
H3C S3610&S5510 Series Ethernet Switches Chapter 1
Cluster Management Configuration
1-19
Add the device with the MAC address 000f-e20f-0013 to the blacklist.
I. Networking diagram
Management
device
MAC address of the member device
00e0.fc01.0011
SNMP host/logging h
Cluster
ost
Network
FTP server/TFTP server
Ethernet1/0/3
Ethernet1/0/2
Ethernet1/0/1
Ethernet1/0/1
Ethernet1/0/1
69.172.55.4
63.172.55.1
IP address of
163.172.55.1
00e0.fc01.0012
MAC address of the member de
VLAN2 interface
vice
Management
device
MAC address of the member device
00e0.fc01.0011
SNMP host/logging h
Cluster
ost
Network
FTP server/TFTP server
Ethernet1/0/3
Ethernet1/0/2
Ethernet1/0/1
Ethernet1/0/1
Ethernet1/0/1
69.172.55.4
63.172.55.1
IP address of
163.172.55.1
00e0.fc01.0012
MAC address of the member de
VLAN2 interface
vice
t
Figure 1-3 Networking diagram for cluster managemen
II. Configuration procedure
1) Configure a member device.
# Enable NDP globally and on Ethernet 1/0/1.
<Sysname> system-view
[Sysname] ndp enable
[Sysname] interface Ethernet 1/0/1
[Sysname-Ethernet1/0/1] ndp enable
[Sysname-Ethernet1/0/1] quit
# Enable NTDP globally and on Ethernet 1/0/1.
[Sysname] ntdp enable
[Sysname] interface Ethernet 1/0/1
[Sysname-Ethernet1/0/1] ntdp enable
[Sysname-Ethernet1/0/1] quit
# Enable the cluster function.
[Sysname] cluster enable
2) Configure the management device.
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23

H3C S3610 Series Operating instructions

Type
Operating instructions
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI