【网络配置实战】堆叠的配置

1. 实验目的:

  1. 熟悉堆叠的应用场景
  2. 掌握堆叠的配置方法

2. 实验拓扑

实验拓扑如图所示。

【技术要点】

现网中公司需要对交换网络扩容,需要将SW1和SW2两台设备使用业务接口进行堆叠。(华为ensp模拟器不支持堆叠,此实验使用H3C的模拟器HCL)

3. 实验步骤

1)选择需要进行堆叠的业务接口,并且将端口shutdown

SW1的配置

<H3C>system-view

System View: return to User View with Ctrl+Z.

H3C\]sysname SW1 \[SW1\]interface Ten-GigabitEthernet 1/0/50 \[SW1-Ten-GigabitEthernet1/0/50\]shutdown \[SW1-Ten-GigabitEthernet1/0/50\]quit

SW2的配置

<H3C>system-view

System View: return to User View with Ctrl+Z.

H3C\]sysname SW2 \[SW2\]interface Ten-GigabitEthernet 1/0/50 \[SW2-Ten-GigabitEthernet1/0/50\]shutdown \[SW2-Ten-GigabitEthernet1/0/50\]quit

2)将SW1配置成堆叠后的主设备,配置对应的优先级,并将业务线缆加入虚拟的堆叠口

SW1\]irf member 1 priority 30 //配置设备的堆叠成员ID为1,堆叠优先级为30 \[SW1\]irf-port 1/1 //进入虚拟堆叠口 \[SW1-irf-port1/1\]port group interface Ten-GigabitEthernet 1/0/50//将物理接口加入到堆叠口 \[SW1-irf-port1/1\]quit \[SW1\]irf-port-configuration active //激活堆叠配置 \[SW1\]interface Ten-GigabitEthernet 1/0/50 \[SW1-Ten-GigabitEthernet1/0/50\]undo shutdown //开启物理接口 \[SW1\]save //保存配置

3)将SW2业务线缆加入虚拟的堆叠线缆

SW2\]irf member 1 renumber 2 //配置堆叠成员ID为1(成员ID不能冲突) Renumbering the member ID may result in configuration change or loss. Continue?\[Y/N\]:y \[SW2\]irf-port 1/2 //进入虚拟堆叠口1/2 \[SW2-irf-port1/2\]port group interface Ten-GigabitEthernet 1/0/50//将物理接口加入到堆叠口 \[SW2-irf-port1/2\]quit \[SW2\]irf-port-configuration active //激活堆叠配置 \[SW2\]interface Ten-GigabitEthernet 1/0/50 \[SW2-Ten-GigabitEthernet1/0/50\]undo shutdown \[SW2-Ten-GigabitEthernet1/0/50\]quit \[SW2\]save

4)SW1的配置

SW1\]quit \reboot将设备重启,自动完成堆叠。

SW2的配置

SW1\]quit \reboot

4)实验调试

查看堆叠配置

<SW1>display irf //查看堆叠配置

MemberID Role Priority CPU-Mac Description

*+1 Master 30 0caa-192d-0104 ---

2 Standby 1 0caa-1b49-0204 ---


* indicates the device is the master.

  • indicates the device through which the user logs in.

The bridge MAC of the IRF is: 0caa-192d-0100

Auto upgrade : yes

Mac persistent : 6 min

Domain ID : 0

可以看到堆叠ID为1的SW1为master,即主设备,堆叠ID为2的SW2为standby,即从设备。最终可以实现,将多台物理设备堆叠成一台逻辑设备。


持续更新更多文章!

相关推荐
网安情报局15 小时前
除了 CDN,DDoS 攻击还有哪些更有效的防护方式?
网络
代码AI弗森15 小时前
一文理清楚“算力申请 / 成本测算 / 并发评估”
java·服务器·数据库
Promise微笑16 小时前
2026年国产替代油介损测试仪:油介损全场景解决方案与技术演进
大数据·网络·人工智能
^—app56686616 小时前
游戏运存小启动不起来临时解决方法
运维·服务器
Ujimatsu16 小时前
虚拟机安装Debian 13.x及其常用软件(2026.4)
linux·运维·ubuntu
志栋智能17 小时前
超自动化安全:构建智能安全运营的核心引擎
大数据·运维·服务器·数据库·安全·自动化·产品运营
AnalogElectronic18 小时前
linux 测试网络和端口是否连通的命令详解
linux·网络·php
Edward1111111119 小时前
4月28日防火墙问题
linux·运维·服务器
想学后端的前端工程师19 小时前
【补充内外网突然不通的情况】
运维·服务器
Rust研习社19 小时前
使用 Axum 构建高性能异步 Web 服务
开发语言·前端·网络·后端·http·rust