两台华为交换机堆叠配置

交换机接口
A交换机上有四个堆叠口,1 2 3 4
B交换机上有四个堆叠口,1 2 3 4

光口可以用于堆叠口,电口也可以用于堆叠口,支持度要看具体的交换机型号官方说明

 

双逻辑堆叠口环路堆叠
1、只使用两根堆叠线
使用2根堆叠线的时候,每一个逻辑堆叠口包含1个物理接口

物理连线A1—B4
物理连线A2—B3
连接示意图如下:

 

配置命令如下:

A交换机:

复制代码
<HUAWEI>sys
[HUAWEI]dis stack conf
* : Invalid-configuration
---------------Configuration on slot 1 Begin---------------
stack enable
stack slot 0 renumber 1
stack slot 1 priority 200
stack reserved-vlan 4093
stack timer mac-address switch-delay 10

interface stack-port 1/1
port interface XGigabitEthernet1/0/1 enable

interface stack-port 1/2
port interface XGigabitEthernet1/0/2 enable
---------------Configuration on slot 1 End-----------------
复制代码

 

B交换机:

复制代码
<HUAWEI>sys
[HUAWEI]dis stack conf
* : Invalid-configuration
---------------Configuration on slot 0 Begin---------------
stack enable
stack slot 0 renumber 0
stack slot 0 priority 100
stack reserved-vlan 4093
stack timer mac-address switch-delay 10

interface stack-port 0/1
port interface XGigabitEthernet0/0/3 enable

interface stack-port 0/2
port interface XGigabitEthernet0/0/4 enable
---------------Configuration on slot 0 End-----------------
复制代码

 


2、使用4根堆叠线
使用4根堆叠线的时候,每一个逻辑堆叠口包含2个物理接口

物理连线A1—B3
物理连线A2—B4
物理连线A3—B1
物理连线A4—B2
连接示意图如下:

 

配置命令如下:

交换机A:

复制代码
<HUAWEI>sys
[HUAWEI]dis stack conf
* : Invalid-configuration
---------------Configuration on slot 0 Begin---------------
stack enable
stack slot 0 renumber 0
stack slot 0 priority 200
stack reserved-vlan 4093
stack timer mac-address switch-delay 10

interface stack-port 0/1
port interface 40GE0/0/1 enable
port interface 40GE0/0/2 enable

interface stack-port 0/2
port interface 40GE0/0/3 enable
port interface 40GE0/0/4 enable
---------------Configuration on slot 0 End-----------------
复制代码

 

交换机B:

复制代码
<HUAWEI>sys
[HUAWEI]dis stack conf
* : Invalid-configuration
---------------Configuration on slot 1 Begin---------------
stack enable
stack slot 0 renumber 1
stack slot 0 priority 100
stack reserved-vlan 4093
stack timer mac-address switch-delay 10

interface stack-port 1/1
port interface 40GE1/0/1 enable
port interface 40GE1/0/2 enable

interface stack-port 1/2
port interface 40GE1/0/3 enable
port interface 40GE1/0/4 enable
---------------Configuration on slot 1 End-----------------
复制代码

 

-----------------------------------
©著作权归作者所有:来自51CTO博客作者catoop的原创作品,请联系作者获取转载授权,否则将追究法律责任
两台华为交换机堆叠配置
https://blog.51cto.com/u_1472521/3713098

posted on   hftian  阅读(1617)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示