Migrating Standalone Huawei S7700 Switches to a Stack System
Introduction
This document describes the procedure for migrating two standalone S7700 switches to a stack system. A stack system is also called a CSS on Huawei S7700 switches. This document provides the common steps required for the migration. Exact steps are based on the current switch configuration and may vary slightly from the mentioned procedure.
Prerequisites
- This operation applies to CSS card clustering and service port clustering. Before migrating two standalone switches into a CSS, ensure that the hardware and software of the two switches meet CSS requirements. For CSS card clustering, CSS cards and cluster cables have been prepared. For service port clustering, the service cards that support service port clustering and cluster cables have been prepared.
- After the CSS function is enabled on a standalone switch, configurations on the interfaces of the switch will be lost. Therefore, back up the configuration file before enabling the CSS function.
- The following procedure provides only the related configurations. Whether other configurations need to be changed depends on the actual networking.
Networking Requirements
Two modular switches at the aggregation layer use VRRP and STP to implement gateway redundancy. To simplify the configuration, the two modular switches need to be migrated into a single logical switch, called Cluster Switch System (CSS).
In Figure 1-1, S1 and S2 at the aggregation layer are two standalone switches and need to be migrated into a CSS to simplify the configuration and facilitate maintenance and management.
When two standalone devices are migrated into a CSS, major configuration changes include:
- The VRRP gateway redundancy protocol deployed at the aggregation layer is not required and its configuration needs to be deleted.
- The STP loop prevention protocol deployed at the access layer is not required and its configuration needs to be deleted.
- The links at the access, aggregation, and core layers are changed to Eth-Trunks, and related interface configurations need to be changed, including basic VLAN configuration, QoS configuration, and ACL configuration.
Migration Process
- In the original networking, traffic at the access layer is load-balanced among multiple links through STP and VRRP. In Figure 1-2, some traffic is forwarded through S1 and some traffic is forwarded through S2.
- Manually shut down the uplink and downlink ports of S2 to change the STP status and VRRP status so that S2 is isolated from the network and all traffic is forwarded through S1, as shown in Figure 1-3.
- Back up the configuration file of S2. After a standalone switch has the CSS function enabled and restarts, the interface number format on the switch will be changed from slot ID/subcard ID/port number to stack member ID/slot ID/subcard ID/port number, and the configurations on the interfaces of the switch will be lost.
- Change S2 to the CSS mode.
- Procedure for configuring service port clustering
- Power off S2, install service cards, and power on S2.
- Configure the CSS connection mode and CSS priority on S2.
<S2> system-view [S2] set css mode lpu [S2] set css priority 200 // Set the CSS priority to 200 to make S2 become the CSS master. The default CSS priority is 1.
Current Id Saved Id CSS Enable CSS Mode Priority Master Force ------------------------------------------------------------------------------ 1 1 Off LPU 200 On
[S2] display css status saved // Check whether the configuration is correct.
- Configure service ports as CSS ports. For example, configure service ports XGE1/0/1, XGE1/0/2, XGE2/0/1, and XGE2/0/2 as CSS ports.
[S2] interface css-port 1 [S2-css-port1] port interface xgigabitethernet 1/0/1 to xgigabitethernet 1/0/2 enable [S2-css-port1] quit [S2] interface css-port 2 [S2-css-port2] port interface xgigabitethernet 2/0/1 to xgigabitethernet 2/0/2 enable [S2-css-port2] quit
- Enable the CSS function on S2 and restart S2.
[S2] css enable Warning: The CSS configuration will take effect only after the system is rebooted. The next CSS mode is LPU. Reboot now? [Y/N]:y
- After S2 is restarted, check its CSS status. If the command output similar to the following is displayed, S2 has been changed to the CSS mode.
<S2> display device Chassis 1 (Master Switch) S7712's Device status: Slot Sub Type Online Power Register Status Role ------------------------------------------------------------------------------- 1 - ES0D0X12SA00 Present PowerOn Registered Normal NA 2 - ES0D0X12SA00 Present PowerOn Registered Normal NA 13 - ES1D2SRUE000 Present PowerOn Registered Normal Master 14 - ES1D2SRUE000 Present PowerOn Registered Normal Slave PWR1 - - Present PowerOn Registered Normal NA PWR2 - - Present PowerOn Registered Normal NA CMU1 - EH1D200CMU00 Present PowerOn Registered Normal Master FAN1 - - Present PowerOn Registered Normal NA FAN2 - - Present PowerOn Registered Normal NA FAN3 - - Present PowerOn Registered Normal NA FAN4 - - Present PowerOn Registered Normal NA
- Procedure for configuring CSS card clustering
- Power off S2, install CSS cards, and power on S2.
- Configure the CSS priority on S2.
<S2> system-view [S2] set css priority 200 // Set the CSS priority to 200 to make S2 become the CSS master. The default CSS priority is 1.
Current Id Saved Id CSS Enable CSS Mode Priority Master Force ------------------------------------------------------------------------------ 1 1 Off CSS card 200 On
[S2] display css status saved // Check whether the configuration is correct.
- Enable the CSS function on S2 and restart S2.
[S2] css enable Warning: The CSS configuration will take effect only after the system is rebooted. The next CSS mode is CSS card. Reboot now? [Y/N]:y
- After S2 is restarted, check its CSS status. If the command output similar to the following is displayed, S2 has been changed to the CSS mode (a single-chassis cluster CSS-1).
<S2> display device Chassis 1 (Master Switch) S7712's Device status: Slot Sub Type Online Power Register Status Role ------------------------------------------------------------------------------- 1 - ES0D0X12SA00 Present PowerOn Registered Normal NA 9 - ES1D2S08SX1E Present PowerOn Registered Normal NA 12 - ES0D0X12SA00 Present PowerOn Registered Normal NA 13 - ES1D2SRUE000 Present PowerOn Registered Normal Master 1 ES1D2VS04000 Present PowerOn Registered Normal NA 14 - ES1D2SRUE000 Present PowerOn Registered Normal Slave 1 ES1D2VS04000 Present PowerOn Registered Normal NA PWR1 - - Present PowerOn Registered Normal NA PWR2 - - Present PowerOn Registered Normal NA CMU1 - EH1D200CMU00 Present PowerOn Registered Normal Master FAN1 - - Present PowerOn Registered Normal NA FAN2 - - Present PowerOn Registered Normal NA FAN3 - - Present PowerOn Registered Normal NA FAN4 - - Present PowerOn Registered Normal NA
- Change the configuration of S2. Alternatively, change the configuration after S1 and S2 are migrated into a CSS. Changing the configuration of S2 before S1 and S2 are migrated into a CSS can reduce the traffic loss.Figure 1-4 Single-chassis CSS
- Bundle uplink ports XGE1/4/0/1 and XGE1/4/0/2 of CSS-1 into an Eth-Trunk and perform the same configurations as these uplink ports on the Eth-Trunk.
Assume that the configurations on the uplink ports (connecting CSS-1 to switches at the core layer) are as follows:
# interface XGigabitEthernet4/0/1 undo portswitch ip address 192.168.4.2 255.255.255.0 # interface XGigabitEthernet4/0/2 port link-type trunk port trunk allow-pass vlan 100 200 #
Change the configuration of S2.
<S2> system-view [S2] sysname CSS // Change the device name to facilitate maintenance. [CSS] interface eth-trunk 20 // Add the port connecting the CSS to one core switch to Eth-Trunk 20. [CSS-Eth-Trunk20] trunkport xgigabitethernet1/4/0/1 [CSS-Eth-Trunk20] ip address 192.168.4.2 255.255.255.0 [CSS-Eth-Trunk20] quit [CSS] interface eth-trunk 10 // Add the port connecting the CSS to the other core switch to Eth-Trunk 10. [CSS-Eth-Trunk10] trunkport xgigabitethernet1/4/0/2 [CSS-Eth-Trunk10] port link-type trunk [CSS-Eth-Trunk10] port trunk allow-pass vlan 100 200 [CSS-Eth-Trunk10] quit
- Change the configurations of switches at the core layer and access layer and bundle physical ports into Eth-Trunks. The procedure is similar to the preceding procedure.
- Delete the VRRP configuration on CSS-1.
Assume that the configurations of VLANIF interfaces are as follows:
# interface Vlanif100 ip address 10.1.10.1 255.255.255.0 vrrp vrid 1 virtual-ip 10.1.10.111 vrrp vrid 1 priority 120 # interface Vlanif200 ip address 10.1.20.1 255.255.255.0 vrrp vrid 2 virtual-ip 10.1.20.111 #
Delete the configurations of VLANIF interfaces.
[CSS] interface vlanif 100 [CSS-Vlanif100] undo vrrp vrid 1 [CSS-Vlanif100] undo ip address [CSS-Vlanif100] quit [CSS] interface vlanif 200 [CSS-Vlanif200] undo vrrp vrid 2 [CSS-Vlanif200] undo ip address [CSS-Vlanif200] quit
- Delete unnecessary network segments from the OSPF routing domain.
- Change the configurations of the interfaces on which QoS and ACLs are configured to bundle these interfaces into Eth-Trunks.
- Change the STP priority of CSS-1 so that CSS-1 becomes the root switch of all VLANs.
- Bundle uplink ports XGE1/4/0/1 and XGE1/4/0/2 of CSS-1 into an Eth-Trunk and perform the same configurations as these uplink ports on the Eth-Trunk.
- Run the undo shutdown command to disable the interfaces of CSS-1 and check whether Layer 2 and Layer 3 forwarding between CSS-1 and switches at the access layer and core layer is normal.
- After confirming that Layer 2 and Layer 3 forwarding between CSS-1 and switches at the access layer and core layer is normal, shut down interfaces on S1 so that S1 is isolated from the network and all traffic is forwarded through CSS-1.Figure 1-5 Traffic switching to CSS-1
- Change S1 to the CSS mode. After S1 is added to CSS-1, S1 uses the configuration file of CSS-1.
- Procedure for configuring service port clustering
- Power off S1, install service cards, connect the cluster cables between S1 and CSS-1, and power on S1.
- Configure the CSS connection mode and CSS ID and retain the default CSS priority 1 on S1.
<S1> system-view [S1] set css mode lpu [S1] set css id 2 [S1] display css status saved // Check whether the configuration is correct. Current Id Saved Id CSS Enable CSS Mode Priority Master Force ------------------------------------------------------------------------------ 1 2 Off LPU 1 On
- Configure service ports as CSS ports. For example, configure service ports XGE1/0/1, XGE1/0/2, XGE2/0/1, and XGE2/0/2 as CSS ports.
[S1] interface css-port 1 [S1-css-port1] port interface xgigabitethernet 1/0/1 to xgigabitethernet 1/0/2 enable [S1-css-port1] quit [S1] interface css-port 2 [S1-css-port2] port interface xgigabitethernet 2/0/1 to xgigabitethernet 2/0/2 enable [S1-css-port2] quit
- Enable the CSS function on S1 and restart S1.
[S1] css enable Warning: The CSS configuration will take effect only after the system is rebooted. The next CSS mode is LPU. Reboot now? [Y/N]:y
- After S1 is restarted, check its CSS status. If the command output similar to the following is displayed, S1 has joined the CSS.
<CSS> display device Chassis 1 (Master Switch) S7712's Device status: Slot Sub Type Online Power Register Status Role ------------------------------------------------------------------------------- 1 - ES0D0X12SA00 Present PowerOn Registered Normal NA 2 - ES0D0X12SA00 Present PowerOn Registered Normal NA 13 - ES1D2SRUE000 Present PowerOn Registered Normal Master 14 - ES1D2SRUE000 Present PowerOn Registered Normal Slave PWR1 - - Present PowerOn Registered Normal NA PWR2 - - Present PowerOn Registered Normal NA CMU1 - EH1D200CMU00 Present PowerOn Registered Normal Master FAN1 - - Present PowerOn Registered Normal NA FAN2 - - Present PowerOn Registered Normal NA FAN3 - - Present PowerOn Registered Normal NA FAN4 - - Present PowerOn Registered Normal NA Chassis 2 (Standby Switch) S7712's Device status: Slot Sub Type Online Power Register Status Role ------------------------------------------------------------------------------- 1 - ES0D0X12SA00 Present PowerOn Registered Normal NA 2 - ES0D0X12SA00 Present PowerOn Registered Normal NA 13 - ES1D2SRUE000 Present PowerOn Registered Normal Master 14 - ES1D2SRUE000 Present PowerOn Registered Normal Slave PWR1 - - Present PowerOn Registered Normal NA PWR2 - - Present PowerOn Registered Normal NA CMU1 - EH1D200CMU00 Present PowerOn Registered Normal Master FAN1 - - Present PowerOn Registered Normal NA FAN2 - - Present PowerOn Registered Normal NA FAN3 - - Present PowerOn Registered Normal NA FAN4 - - Present PowerOn Registered Normal NA
- Procedure for configuring CSS card clustering
- Power off S1, install CSS cards, connect the cluster cables between S1 and CSS-1, and power on S1.
- Configure the CSS ID and retain the default CSS priority 1 on S1.
<S1> system-view [S1] set css id 2
- Enable the CSS function on S1 and restart S1.
[S1] css enable Warning: The CSS configuration will take effect only after the system is rebooted. The next CSS mode is CSS card. Reboot now? [Y/N]:y
- After S1 is restarted, check its CSS status. If the command output similar to the following is displayed, S1 has joined the CSS.
<CSS> display device Chassis 1 (Master Switch) S7712's Device status: Slot Sub Type Online Power Register Status Role ------------------------------------------------------------------------------- 1 - ES0D0X12SA00 Present PowerOn Registered Normal NA 9 - ES1D2S08SX1E Present PowerOn Registered Normal NA 12 - ES0D0X12SA00 Present PowerOn Registered Normal NA 13 - ES1D2SRUE000 Present PowerOn Registered Normal Master 1 ES1D2VS04000 Present PowerOn Registered Normal NA 14 - ES1D2SRUE000 Present PowerOn Registered Normal Slave 1 ES1D2VS04000 Present PowerOn Registered Normal NA PWR1 - - Present PowerOn Registered Normal NA PWR2 - - Present PowerOn Registered Normal NA CMU1 - EH1D200CMU00 Present PowerOn Registered Normal Master FAN1 - - Present PowerOn Registered Normal NA FAN2 - - Present PowerOn Registered Normal NA FAN3 - - Present PowerOn Registered Normal NA FAN4 - - Present PowerOn Registered Normal NA Chassis 2 (Standby Switch) S7712's Device status: Slot Sub Type Online Power Register Status Role ------------------------------------------------------------------------------- 1 - ES0D0X12SA00 Present PowerOn Registered Normal NA 9 - ES1D2S08SX1E Present PowerOn Registered Normal NA 12 - ES0D0X12SA00 Present PowerOn Registered Normal NA 13 - ES1D2SRUE000 Present PowerOn Registered Normal Master 1 ES1D2VS04000 Present PowerOn Registered Normal NA 14 - ES1D2SRUE000 Present PowerOn Registered Normal Slave 1 ES1D2VS04000 Present PowerOn Registered Normal NA PWR1 - - Present PowerOn Registered Normal NA PWR2 - - Present PowerOn Registered Normal NA CMU1 - EH1D200CMU00 Present PowerOn Registered Normal Master FAN1 - - Present PowerOn Registered Normal NA FAN2 - - Present PowerOn Registered Normal NA FAN3 - - Present PowerOn Registered Normal NA FAN4 - - Present PowerOn Registered Normal NA
- S1 has become CSS-2 (CSS standby).Figure 1-6 Two CSS systems merging into one
- Change the configuration of CSS-2 and add interfaces of CSS-2 to Eth-Trunks.
- Add uplink ports XGE2/4/0/1 and XGE2/4/0/2 of CSS-2 to Eth-Trunks.
[CSS] interface eth-trunk 20 [CSS-Eth-Trunk20] trunkport xgigabitethernet2/4/0/1 [CSS-Eth-Trunk20] quit [CSS] interface eth-trunk 10 [CSS-Eth-Trunk10] trunkport xgigabitethernet2/4/0/2 [CSS-Eth-Trunk10] quit
- Change the configurations of switches at the core layer and access layer and bundle physical ports into Eth-Trunks. The procedure is similar to the preceding procedure.
- Add uplink ports XGE2/4/0/1 and XGE2/4/0/2 of CSS-2 to Eth-Trunks.
- Run the undo shutdown command to disable the interfaces of CSS-2 and check whether Layer 2 and Layer 3 forwarding between CSS-2 and switches at the core layer and access layer is normal. In this case, S1 and S2 have been migrated into a CSS, as shown in Figure 1-7.