华为交换机堆叠方法

堆叠配置:

先把接口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

相关推荐
此生只爱蛋19 分钟前
【Linux】正/反向代理
linux·运维·服务器
qq_54702617926 分钟前
Linux 基础
linux·运维·arm开发
不爱吃糖的程序媛30 分钟前
Flutter 开发的鸿蒙AtomGit OAuth 授权应用
华为·harmonyos
废春啊38 分钟前
前端工程化
运维·服务器·前端
我只会发热41 分钟前
Ubuntu 20.04.6 根目录扩容(图文详解)
linux·运维·ubuntu
爱潜水的小L1 小时前
自学嵌入式day34,ipc进程间通信
linux·运维·服务器
zhuzewennamoamtf1 小时前
Linux I2C设备驱动
linux·运维·服务器
梅尔文.古2 小时前
RaspberryPi-如何启用看门狗
linux·运维·服务器
木子欢儿2 小时前
Ubuntu 24 安装 fcitx5 + rime + 雾凇配置
linux·运维·服务器·ubuntu
sg_knight2 小时前
Nuxt 4 生产环境部署指南 (Node.js + Nginx)
运维·nginx·node.js·nuxt·ssr