华为交换机堆叠方法

堆叠配置:

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

相关推荐
tritone19 小时前
我在阿贝云免费服务器上搭建RustDesk自建服务器(Self-Hosting)的真实体验【推荐】
运维·服务器
2301_8000509919 小时前
DNS 服务器
linux·运维·笔记
慌糖19 小时前
自动化接口框架搭建分享-pytest第二部分
运维·自动化·pytest
Lin_Aries_042119 小时前
容器化简单的 Java 应用程序
java·linux·运维·开发语言·docker·容器·rpc
洲覆19 小时前
Redis 核心数据类型:从命令、结构到实战应用
服务器·数据库·redis·缓存
岁岁种桃花儿19 小时前
详解 Kubernetes 命令:kubectl exec -it nginx -- bash 及实战场景
运维·nginx·kubernetes
小牛马爱写博客19 小时前
DNS 服务器与 DHCP 服务器详解及配置指南
linux·运维·服务器·dns·dhcp
维尔切19 小时前
HAProxy 负载均衡器
linux·运维·数据库·负载均衡
什么半岛铁盒19 小时前
C++项目:仿muduo库高并发服务器-------Channel模块实现
linux·服务器·数据库·c++·mysql·ubuntu
2503_9248068520 小时前
动态IP使用中 报错407 怎么办???
服务器·tcp/ip·php