华为交换机堆叠方法

堆叠配置:

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

相关推荐
xxy.c16 小时前
嵌入式解谜日志—多路I/O复用
linux·运维·c语言·开发语言·前端
数据爬坡ing16 小时前
C++ 类库管理系统的分析与设计:面向对象开发全流程实践
java·运维·开发语言·c++·软件工程·软件构建·运维开发
倔强的石头10616 小时前
Linux服务器暴走,用Netdata+cpolar轻松驯化
linux·运维·服务器
Wezzer16 小时前
jenkins使用ansible单节点lnmp
运维·ansible·jenkins
静心观复16 小时前
JVM 的 C1/C2 编译器
服务器·jvm
文化人你不懂得16 小时前
Jenkins环境搭建与使⽤
运维·ci/cd·jenkins
cpsvps_net16 小时前
容器热更新策略在云服务器零停机部署中的实施标准
运维·服务器
敲上瘾17 小时前
Docker 容器核心指令与数据库容器化实践
linux·运维·服务器·docker·容器·eureka·dubbo
luckysusu11117 小时前
LINUX-网络编程-TCP-UDP
linux·运维·服务器
Pure031917 小时前
OSI七层模型与tcp/ip四层模型
服务器·网络·tcp/ip