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

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.

H3Csysname SW1

SW1interface Ten-GigabitEthernet 1/0/50

SW1-Ten-GigabitEthernet1/0/50shutdown

SW1-Ten-GigabitEthernet1/0/50quit

SW2的配置

<H3C>system-view

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

H3Csysname SW2

SW2interface Ten-GigabitEthernet 1/0/50

SW2-Ten-GigabitEthernet1/0/50shutdown

SW2-Ten-GigabitEthernet1/0/50quit

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

SW1irf member 1 priority 30 //配置设备的堆叠成员ID为1,堆叠优先级为30

SW1irf-port 1/1 //进入虚拟堆叠口

SW1-irf-port1/1port group interface Ten-GigabitEthernet 1/0/50//将物理接口加入到堆叠口

SW1-irf-port1/1quit

SW1irf-port-configuration active //激活堆叠配置

SW1interface Ten-GigabitEthernet 1/0/50

SW1-Ten-GigabitEthernet1/0/50undo shutdown //开启物理接口

SW1save //保存配置

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

SW2irf member 1 renumber 2 //配置堆叠成员ID为1(成员ID不能冲突)

Renumbering the member ID may result in configuration change or loss. Continue?Y/N:y

SW2irf-port 1/2 //进入虚拟堆叠口1/2

SW2-irf-port1/2port group interface Ten-GigabitEthernet 1/0/50//将物理接口加入到堆叠口

SW2-irf-port1/2quit

SW2irf-port-configuration active //激活堆叠配置

SW2interface Ten-GigabitEthernet 1/0/50

SW2-Ten-GigabitEthernet1/0/50undo shutdown

SW2-Ten-GigabitEthernet1/0/50quit

SW2save

4)SW1的配置

SW1quit

<SW1>reboot将设备重启,自动完成堆叠。

SW2的配置

SW1quit

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


持续更新更多文章!

相关推荐
·薯条大王6 小时前
经济实惠玩云服务器|一台云服务器多人共用,子账号配置教程
java·linux·运维·服务器·汇编·c++·python
weixin_446260858 小时前
从被动镜像到主动智能体:面向网络物理人工智能的整体论数字孪生(HDT-Net)
网络·人工智能
ZJH__GO9 小时前
网络编程v4pro--实现聊天室文件传输功能
java·服务器·网络·计算机网络
小小、码农9 小时前
Linux进程控制:从fork到exec,手写一个简易Shell
linux·运维·服务器
不会就选b9 小时前
Linux之进程间通信(二)---模拟进程池
linux·运维·服务器
NeilYuen10 小时前
用UDP实现向DNS服务器请求IP地址
服务器·tcp/ip·udp
shengnan_wsn11 小时前
【协议】【TCP】
网络·网络协议·tcp/ip
烟雨江南78511 小时前
2026汽车制造与新能源整车柔性产线Agentic-Workflow白皮书:跨APS_MES_ERP多智能体动态排产与装配容错实战
大数据·网络·人工智能·自动化·ai客服·企业agent
沫璃染墨11 小时前
《从零入门Linux系统篇(十五):系统工具篇·六——GDB调试器详解:从程序执行控制到高级调试技巧》
linux·运维·服务器·c语言·c++
小僧景贤12 小时前
CAN调试全套配件+详细实操使用方法(从零排查、步骤落地、现场通用)
网络·can通信·嵌入式通信