A new enterprise network needs to provide sufficient ports for access devices, and the network structure should be simple to facilitate configuration and management.
As shown in Figure 1, SwitchA, SwitchB, and SwitchC need to set up a stack in a ring topology and connect to SwitchD through an inter-device Eth-Trunk. SwitchA, SwitchB, and SwitchC are the master, standby, and slave switches respectively, with stack IDs of 0, 1, and 2 and stack priorities of 200, 100, and 100. As the three switches function as one logical device on the network, the number of ports is increased and network management and maintenance are simplified.
In this example, S5700-EIs set up a stack.
Power off SwitchA, SwitchB, and SwitchC, install an ES5D00ETPC00 stack card on each switch, and then power on the three switches.
The ES5D00ETPC00 stack card does not support hot swap. You need to power off a switch before installing the stack card on the switch.
You can perform software configurations only after installing a stack card on the switch.
Enable the stacking function.
Configure stack IDs and stack priorities for member switches to facilitate device management and identification.
Power off SwitchA, SwitchB, and SwitchC, connect physical member ports using PCIe cables, and then power on the three switches.
Configure an inter-device Eth-Trunk to increase reliability and uplink bandwidth.
Configure multi-active detection (MAD) in relay mode to ensure network availability when the stack splits. The stack split detection mechanism is called dual-active detection (DAD) in V200R002 and earlier versions and MAD in later versions.
[SwitchA] stack slot 0 priority 200 //Set the stack priority of the master switch to 200, which is larger than those of other member switches, and use the default stack ID 0.
[SwitchB] stack slot 0 renumber 1 //Use the default stack priority 100 and set the stack ID to 1.
[SwitchC] stack slot 0 renumber 2 //Use the default stack priority 100 and set the stack ID to 2.
# Check the stack indicator status.
Press the MODE button on any member switch to change the mode status indicator to the stack mode.
# Check basic stack information.
Log in to the stack to check whether the number of member switches in the stack is the same as the actual value and whether the stack topology is the same as the actual hardware connection.
<SwitchA> system-view [SwitchA] sysname Stack [Stack] display stack Stack mode: Card Stack topology type: Ring Stack system MAC: 0018-82d2-2e85 MAC switch delay time: 10 min Stack reserved vlan : 4093 Slot of the active management port: 0 Slot Role Mac address Priority Device type ------------------------------------------------------------- 0 Master 0018-82d2-2e85 200 S5728C-EI 1 Standby 0018-82c6-1f4c 100 S5728C-EI 2 Slave 0018-82b1-6eb8 100 S5728C-EI
# Create an Eth-Trunk in the stack and configure uplink physical ports as Eth-Trunk member ports.
[Stack] interface eth-trunk 10 [Stack-Eth-Trunk10] trunkport gigabitethernet 0/0/5 [Stack-Eth-Trunk10] trunkport gigabitethernet 1/0/5 [Stack-Eth-Trunk10] trunkport gigabitethernet 2/0/5 [Stack-Eth-Trunk10] quit
# Create an Eth-Trunk on SwitchD and configure the ports connected to the stack as Eth-Trunk member ports.
<HUAWEI> system-view [HUAWEI] sysname SwitchD [SwitchD] interface eth-trunk 10 [SwitchD-Eth-Trunk10] trunkport gigabitethernet 0/0/1 [SwitchD-Eth-Trunk10] trunkport gigabitethernet 0/0/2 [SwitchD-Eth-Trunk10] trunkport gigabitethernet 0/0/3 [SwitchD-Eth-Trunk10] quit
[Stack] display trunkmembership eth-trunk 10 Trunk ID: 10 Used status: VALID TYPE: ethernet Working Mode : Normal Number Of Ports in Trunk = 3 Number Of Up Ports in Trunk = 3 Operate status: up Interface GigabitEthernet0/0/5, valid, operate up, weight=1 Interface GigabitEthernet1/0/5, valid, operate up, weight=1 Interface GigabitEthernet2/0/5, valid, operate up, weight=1
# In the stack, configure MAD in relay mode on the inter-device Eth-Trunk.
[Stack] interface eth-trunk 10
[Stack-Eth-Trunk10] mad detect mode relay //This command is used in versions later than V200R002. The command used in V200R002 and earlier versions is dual-active detect mode relay.
[Stack-Eth-Trunk10] return
# On SwitchD, configure MAD in relay mode on the Eth-Trunk.
[SwitchD] interface eth-trunk 10
[SwitchD-Eth-Trunk10] mad relay //This command is used in versions later than V200R002. The command used in V200R002 and earlier versions is dual-active relay.
[SwitchD-Eth-Trunk10] return
# Check the MAD configuration of the stack.
<Stack> display mad verbose //This command is used in versions later than V200R002. The command used in V200R002 and earlier versions is display dual-active verbose.
Current MAD domain: 0
Current MAD status: Detect
Mad direct detect interfaces configured:
Mad relay detect interfaces configured:
Eth-Trunk10
Excluded ports(configurable):
Excluded ports(can not be configured):
# Check the MAD proxy configuration on SwitchD.
<SwitchD> display mad proxy //This command is used in versions later than V200R002. The command used in V200R002 and earlier versions is display dual-active proxy.
Mad relay interfaces configured:
Eth-Trunk10
Stack configuration file (the stack configuration is written to the flash memory instead of the configuration file)
# sysname Stack # interface Eth-Trunk10 mad detect mode relay # interface GigabitEthernet0/0/5 eth-trunk 10 # interface GigabitEthernet1/0/5 eth-trunk 10 # interface GigabitEthernet2/0/5 eth-trunk 10 # return
# sysname SwitchD # interface Eth-Trunk10 mad relay # interface GigabitEthernet0/0/1 eth-trunk 10 # interface GigabitEthernet0/0/2 eth-trunk 10 # interface GigabitEthernet0/0/3 eth-trunk 10 # return