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

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


持续更新更多文章!

相关推荐
Rockbean1 天前
用40行代码搭建自己的无服务器OCR
服务器·python·deepseek
蝎子莱莱爱打怪1 天前
Centos7中一键安装K8s集群以及Rancher安装记录
运维·后端·kubernetes
茶杯梦轩1 天前
CompletableFuture 在 项目实战 中 创建异步任务 的核心优势及使用场景
服务器·后端·面试
海天鹰2 天前
【免费】PHP主机=域名+解析+主机
服务器
DianSan_ERP2 天前
电商API接口全链路监控:构建坚不可摧的线上运维防线
大数据·运维·网络·人工智能·git·servlet
呉師傅2 天前
火狐浏览器报错配置文件缺失如何解决#操作技巧#
运维·网络·windows·电脑
不是二师兄的八戒2 天前
Linux服务器挂载OSS存储的完整实践指南
linux·运维·服务器
芝士雪豹只抽瑞克五2 天前
Nginx 高性能Web服务器笔记
服务器·nginx
失重外太空啦2 天前
Tomcat
java·服务器·tomcat
zhangfeng11332 天前
趋动云 如何ssh登录 服务区 项目server
运维·人工智能·ssh