华为交换机堆叠方法

堆叠配置:

先把接口shutdown

第一台:

int stack-port 0/1

port interface XGigabitEthernet0/0/3 enable

y

qu

int stack-port 0/2

port interface XGigabitEthernet0/0/4 enable

y

qu

stack slot 0 priority 200

y

第二台:

int stack-port 0/1

port interface XGigabitEthernet0/0/3 enable

y

qu

int stack-port 0/2

port interface XGigabitEthernet0/0/4 enable

y

qu

stack slot 0 renumber 2

y

第三台

int stack-port 0/1

port interface XGigabitEthernet0/0/3 enable

y

qu

int stack-port 0/2

port interface XGigabitEthernet0/0/4 enable

y

qu

stack slot 0 renumber 3

y

第四台

int stack-port 0/1

port interface XGigabitEthernet0/0/3 enable

y

qu

int stack-port 0/2

port interface XGigabitEthernet0/0/4 enable

y

qu

stack slot 0 renumber 4

y

display stack configuration //查看堆叠优先级,逻辑端口组。

恢复堆叠接口

stack slot 1 renumber 0 //堆叠口恢复正常口,(写入命令并重启)

interface stack-port 0/1 //删除堆叠组成员端口。

shutdown interface XGigabitEthernet0/0/3

undo port interface XGigabitEthernet0/0/3 enable

restat stack con

相关推荐
Mikhail_G33 分钟前
Python应用continue关键字初解
大数据·运维·开发语言·python·数据分析
搬码临时工42 分钟前
如何将内网的IP地址映射到外网?详细方法与步骤解析
服务器·网络·tcp/ip·智能路由器·电脑·远程工作
TangKenny1 小时前
Linux Maven Install
linux·运维·maven
Fireworkitte1 小时前
Maven 项目中集成数据库文档生成工具
linux·运维
老胖闲聊2 小时前
Python aiohttp 全面指南:异步HTTP客户端/服务器框架
服务器·python·http
快乐非自愿2 小时前
接口重试的7种常用方案!
服务器·数据库·php
supermapsupport2 小时前
SuperMap GIS基础产品FAQ集锦(20250603)
服务器·数据库·webgl·supermap·idesktop
文牧之2 小时前
PostgreSQL的扩展 passwordcheck
运维·数据库·postgresql
FBI HackerHarry浩2 小时前
云计算 Linux Rocky day03
linux·运维·服务器
石硕页2 小时前
windows下安装docker、dify、ollama
运维·docker·容器