华为交换机堆叠方法

堆叠配置:

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

相关推荐
HABuo6 分钟前
【linux线程(一)】线程概念、线程控制详细剖析
linux·运维·服务器·c语言·c++·ubuntu·centos
gjc59243 分钟前
踩坑实录:MySQL服务器CPU爆高,元凶竟是SELinux的setroubleshootd?
运维·服务器·数据库·mysql·adb
我才是一卓1 小时前
linux 安装简易 git 服务端并使用
linux·运维·git
德彪稳坐倒骑驴1 小时前
MySQL Server 5.5 win端安装,安装SQLyog
运维·服务器
乔宕一1 小时前
windows SSH服务修改SSH登陆后的默认终端
运维·windows·ssh
嵌入式-老费2 小时前
vivado hls的应用(第一个axi接口的ip)
linux·服务器·tcp/ip
小白学鸿蒙2 小时前
使用Flutter从0到1构建OpenHarmony/HarmonyOS应用
flutter·华为·harmonyos
bwz999@88.com2 小时前
联想SR5507X04安装ubuntu-24.04.4 server,采用 Linux 原生mdadm(mdraid)软 RAID+LVM分区
运维·服务器
Canicer2 小时前
OpenClaw搭配Coze工作流实现全自动发布文章至WordPress网站!
运维·服务器
王小义笔记3 小时前
WSL(Linux)如何安装conda
linux·运维·conda