3Com 5500 Switch User Manual


 
Network Management Interface Configuration 253
# Add Ethernet 1/0/2 to VLAN 2.
[3Com] vlan 2
[3Com-vlan2] port Ethernet 1/0/2
[3Com-vlan2] quit
# Configure the IP address of VLAN-interface 2 as 192.168.4.22.
[3Com] interface Vlan-interface 2
[3Com-Vlan-interface2] ip address 192.168.4.22 255.255.255.0
[3Com-Vlan-interface2] quit
# Enable the cluster function.
[3Com] cluster enable
# Enter cluster view.
[3Com] cluster
[3Com-cluster]
# Configure a private IP address pool for a cluster. The IP address pool contains 30
IP addresses, starting from 192.168.5.1.
[3Com-cluster] ip-pool 192.168.5.1 255.255.255.224
# Name and build a cluster.
[3Com-cluster] build aaa
[aaa_0.3Com-cluster]
# Configure VLAN-interface 2 as the network management interface.
[aaa_0.3Com] cluster
[aaa_0.3Com-cluster] nm-interface Vlan-interface 2
Complete Configuration #
interface Vlan-interface3
ip address 192.168.5.30 255.255.255.0
#
interface Vlan-interface2
ip address 192.168.4.22 255.255.255.0
#
management-vlan 3
#
cluster
ip-pool 192.168.5.1 255.255.255.224
build aaa
nm-interface Vlan-interface2
#
Precautions The default network management interface is the management VLAN
interface.
There can be only one network management interface. A new configuration
will overwrite the previous one.