3Com Switch 7750 Configuration Guide

Cluster Configuration Example 715
Configuration procedure
1 Configure the member devices (taking one member as an example)
# Enable NDP globally and for Ethernet1/1.
<SW7750> system-view
[SW7750] ndp enable
[SW7750] interface Ethernet 1/1
[SW7750-Ethernet1/1] ndp enable
[SW7750-Ethernet1/1] quit
# Enable NTDP globally and for Ethernet1/1.
[SW7750] ntdp enable
[SW7750] interface Ethernet 1/1
[SW7750-Ethernet1/1] ntdp enable
[SW7750-Ethernet1/1] quit
# Enable the cluster function.
[SW7750] cluster enable
2 Configure the management device
# Configure the IP address of the management VLAN (the Switch 7750 take VLAN
1 as the default VLAN).
<SW7750> system-view
[SW7750] interface Vlan-interface 1
[SW7750-Vlan-interface1] ip address 163.172.55.1
[SW7750-Vlan-interface1] quit
# Enable NDP globally and on Ethernet1/0/2 and Ethernet1/0/3.
[SW7750] ndp enable
[SW7750] interface Ethernet 1/0/2
[SW7750-Ethernet1/0/2] ndp enable
[SW7750-Ethernet1/0/2] interface Ethernet 1/0/3
[SW7750-Ethernet1/0/3] ndp enable
[SW7750-Ethernet1/0/3] quit
# Configure the holdtime of NDP information to be 200 seconds.
[SW7750] ndp timer aging 200
# Configure the interval to send NDP packets to be 70 seconds.
[SW7750] ndp timer hello 70
# Enable NTDP globally and for Ethernet1/0/2 and Ethernet1/0/3 ports.
[SW7750] ntdp enable
[SW7750] interface Ethernet 1/0/2
[SW7750-Ethernet1/0/2] ntdp enable
[SW7750-Ethernet1/0/2] interface Ethernet 1/0/3
[SW7750-Ethernet1/0/3] ntdp enable
[SW7750-Ethernet1/0/3] quit