当前位置:首页>微思动态 > >详情
全国热线电话 400-881-4699

在线留言

【华为认证】盒式交换机堆叠配置

发布作者:微思网络   发布时间:2024-12-17   浏览量:0

1. 案例拓扑,堆叠线缆连线图

图片

2. 配置交接机1:

[HUAWEI] sysname Switch1
[Switch1] interface stack-port 0/1
[Switch1-stack-port0/1] port interface xgigabitethernet 0/0/3 xgigabitethernet 0/0/4 enable
Warning: Enabling stack function may cause configuration loss on the interface. Continue? [Y/N]:y
Info: This operation may take a few seconds. Please wait......  
[Switch1-stack-port0/1] quit
[Switch1] stack slot 0 priority 150    //优先级设置为150,使其成为堆叠主
Warning: Do not frequently modify the priority because it will make the stack split. Continue? [Y/N]:y
[Switch1] quit
<Switch1> save  //堆叠相关的配置不需要保存,会自动写入flash。为防止其他配置丢失,这里建议执行save命令进行保存
The current configuration will be written to flash:/vrpcfg.zip.                                                                    
Are you sure to continue?[Y/N]y                                                                                                    
Now saving the current configuration to the slot 0.......                                                                          
Save the configuration successfully.

3. 配置交换机2:

[HUAWEI] sysname Switch2
[Switch2] interface stack-port 0/2   //逻辑堆叠口1只能和逻辑堆叠口2相连,所以这里需要配置为逻辑堆叠口2
[Switch2-stack-port0/2] port interface xgigabitethernet 0/0/3 xgigabitethernet 0/0/4 enable
Warning: Enabling stack function may cause configuration loss on the interface. Continue? [Y/N]:y
Info: This operation may take a few seconds. Please wait......  
[Switch2-stack-port0/2] quit
[Switch2] stack slot 0 renumber 1  //设置堆叠ID为1,使用缺省的堆叠优先级100
Warning: All the configurations related to the slot ID will be lost after the slot ID is modified.                                  
Do not frequently modify the slot ID because it will make the stack split. Continue? [Y/N]:y                                  
Info: Stack configuration has been changed, and the device needs to restart to make the configuration effective.
[Switch2] quit
<Switch2> save  //堆叠相关的配置不需要保存,会自动写入flash。为防止其他配置丢失,这里建议执行save命令进行保存
The current configuration will be written to flash:/vrpcfg.zip.                                                                    
Are you sure to continue?[Y/N]y                                                                                                    
Now saving the current configuration to the slot 0.......                                                                          
Save the configuration successfully.

4. 交换机下电

根据下面连线图连线堆叠线缆和多主检测线缆,堆叠接口和步骤1中配置的接口保持一致。

5. 交换机重启后,查看堆叠是否组建成功

<Switch1> display stack  //堆叠组建成功,switch1是堆叠主
Stack mode: Service-port
Stack topology type : Ring
Stack system MAC: 00e0-fc12-2355
MAC switch delay time: 10 min
Stack reserved vlan : 4093
Slot of the active management port: --  
Slot     Role        Mac address      Priority   Device type
-------------------------------------------------------------    
  0     Master      00e0-fc12-2355   150        S5720-56C-HI-AC    
  1     Standby     00e0-fc12-2356   100        S5720-56C-HI-AC

<Switch1> system-view
[Switch1] sysname AGG1   //为便于记忆,修改堆叠系统的设备名

6. 堆叠组建完成,配置多主检测

堆叠组建完成后,为防止堆叠故障分裂导致多主影响业务,在两台交换机直接连接一条线缆,用于多主检测。线缆对应的接口分别为GE0/0/10和GE1/0/10

[AGG1] interface gigabitethernet 0/0/10
[AGG1-GigabitEthernet0/0/10] mad detect mode direct
Warning: This command will block the port, and no other configuration running on this port is recommended. Continue?[Y/N]:y
[AGG1-GigabitEthernet0/0/10] quit
[AGG1] interface gigabitethernet 1/0/10
[AGG1-GigabitEtherne/1/0/10] mad detect mode direct
Warning: This command will block the port, and no other configuration running on this port is recommended. Continue?[Y/N]:y
[AGG1-GigabitEthernet1/0/10] return
<AGG1> display mad verbose   //查看多主检测配置
Current MAD domain: 0              
Current MAD status: Detect            
Mad direct detect interfaces configured:        
GigabitEthernet0/0/10                
GigabitEthernet1/0/10              
Mad relay detect interfaces configured:          
Excluded ports(configurable):                 

Excluded ports(can not be configured):


【华为】交换机升级方法
【华为】一文带你了解什么是STP环路保护
【华为】VXLAN集中式网关部署方式案例



返回顶部