【网络技术】堆叠通用部署_HCIE

—————原创: 厦门微思网络

微思网络,始于2002年 专业IT认证培训22年,面向全国招生!

微思-主要课程有: 华为;思科 红帽 *K8S&容器 ORACLE OCP/ OCM ;MySQL ;达梦数据库 VMware VCP/VCAP CISP体系/CISSP/ CISA;CCSK;CISAW体系 *管理类:PMP 项目管理;软考中/高项;ITIL体系;Togaf 其他课程如:ACP;Azure...


相关文章推荐: 华为交换机堆叠技术


【网络技术】堆叠通用部署_网络工程师_02

配置交换机1

<HUAWEI> system-view 
[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.
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.


配置交换机2

<HUAWEI> system-view 
[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.
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.


验证堆叠

<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
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.



微思网络,始于2002年 专业IT认证培训22年,面向全国招生!

微思-主要课程有: 华为;思科 红帽 *K8S&容器 ORACLE OCP/ OCM ;MySQL ;达梦数据库 VMware VCP/VCAP CISP体系/CISSP/ CISA;CCSK;CISAW体系 *管理类:PMP 项目管理;软考中/高项;ITIL体系;Togaf 其他课程如:ACP;Azure...