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

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,即从设备。最终可以实现,将多台物理设备堆叠成一台逻辑设备。


持续更新更多文章!

相关推荐
Leinwin25 分钟前
OpenClaw 多 Agent 协作框架的并发限制与企业化规避方案痛点直击
java·运维·数据库
2401_8653825029 分钟前
信息化项目运维与运营的区别
运维·运营·信息化项目·政务信息化
漠北的哈士奇33 分钟前
VMware Workstation导入ova文件时出现闪退但是没有报错信息
运维·vmware·虚拟机·闪退·ova
如意.7591 小时前
【Linux开发工具实战】Git、GDB与CGDB从入门到精通
linux·运维·git
运维小欣1 小时前
智能体选型实战指南
运维·人工智能
yy55271 小时前
Nginx 性能优化与监控
运维·nginx·性能优化
爱吃土豆的马铃薯ㅤㅤㅤㅤㅤㅤㅤㅤㅤ2 小时前
Linux 查询某进程文件所在路径 命令
linux·运维·服务器
05大叔4 小时前
网络基础知识 域名,JSON格式,AI基础
运维·服务器·网络
安当加密4 小时前
无需改 PAM!轻量级 RADIUS + ASP身份认证系统 实现 Linux 登录双因子认证
linux·运维·服务器
我想走路带风4 小时前
c++工具转向网络底层工具
网络