
190
# Configure a private IP address pool for the stack on Switch A.
<SwitchA> system-view
[SwitchA] stack ip-pool 192.168.1.1 24
# Configure port Ethernet 1/0/1 as a stack port on Switch A.
[SwitchA] stack stack-port 1 port ethernet 1/0/1
# Configure switch A as the master device.
[SwitchA] stack role master
2.
Configure the slave devices
# On Switch B, configure local ports Ethernet 1/0/2, Ethernet 1/0/1, and Ethernet 1/0/3 as stack
ports.
<SwitchB> system-view
[SwitchB] stack stack-port 3 port ethernet 1/0/1 ethernet 1/0/2 ethernet 1/0/3
# On Switch C, configure local port Ethernet 1/0/1 as a stack port.
<SwitchC> system-view
[SwitchC] stack stack-port 1 port ethernet 1/0/1
# On Switch D, configure local port Ethernet 1/0/1 as a stack port.
<SwitchD> system-view
[SwitchD] stack stack-port 1 port ethernet 1/0/1
3.
Verify the configuration
# Display stack information of the stack members on Switch A.
<stack_0.SwitchA> display stack members
Number : 0
Role : Master
Sysname : stack_0. SwitchA
Switch type: H3C S3100V2-52TP
MAC address: 000f-e200-1000
Number : 1
Role : Slave
Sysname : stack_1. SwitchB
Device type: H3C S3100V2-52TP
MAC address: 000f-e200-1001
Number : 2
Role : Slave
Sysname : stack_2. DeviceC
Device type: H3C S3100V2-52TP
MAC address: 000f-e200-1002
Number : 3
Role : Slave
Sysname : stack_3. DeviceD
Device type: H3C S3100V2-52TP
MAC address: 000f-e200-1003