##设置两个交换机堆叠
##两台交换机端口直连
SwitchA-port51 <-------------->SwitchB-port51
SwitchA-port52 <-------------->SwitchB-port52
##设置SwitchA
##设置最高优先级
[SwitchA] irf member 1 priority 32
##关闭端口
[SwitchA]interface range Ten-GigabitEthernet 1/0/51 to Ten-GigabitEthernet 1/0/52
[SwitchA-if-range]shutdown
[SwitchA-if-range]quit
##设置堆叠端口号
[SwitchA]irf-port 1/2
##加入端口组
[SwitchA-irf-port1/2]port group interface Ten-GigabitEthernet 1/0/51
You must perform the following tasks for a successful IRF setup:
Save the configuration after completing IRF configuration.
Execute the "irf-port-configuration active" command to activate the IRF ports.
[SwitchA-irf-port1/2]port group interface Ten-GigabitEthernet 1/0/52
[SwitchA-irf-port1/2]quit
##启动端口
[SwitchA]interface range Ten-GigabitEthernet 1/0/51 to Ten-GigabitEthernet 1/0/52
[SwitchA-if-range]undo shutdown
[SwitchA-if-range]quit
##保存
[SwitchA]save force
##激活IRF端口配置
[SwitchA]irf-
华三H3C交换机堆叠配置案例
最新推荐文章于 2024-07-04 09:09:09 发布
本文详细介绍了如何进行华三H3C交换机的堆叠配置,包括步骤和注意事项,为网络管理员提供实际操作指导。
摘要由CSDN通过智能技术生成