IRF2 配置关键步骤(以两台S5500为例):
1. 物理连接:使用SFP+光模块和光纤或专用堆叠电缆连接堆叠端口(通常为Ten-GigabitEthernet接口)。
2. 配置IRF域(两台设备需相同):
irf domain 10
3. 配置成员编号与优先级(在每台设备上配置自身):
irf member 1 priority 32 # Master设备,优先级设高(如32)
irf member 1 description MASTER
irf member 2 priority 1 # Slave设备,优先级设低(如1)
irf member 2 description SLAVE
4. 将物理端口绑定为IRF逻辑端口(在每台设备上配置):
interface ten-gigabitethernet 1/0/49
irf-port 1/1 # 将物理端口加入IRF端口1/1(格式:成员ID/IRF端口号)
interface ten-gigabitethernet 2/0/49
irf-port 2/2 # 对端设备配置为IRF端口2/2
5. 激活IRF端口配置:
irf-port-configuration active
6. 保存配置并重启设备(建议先保存,重启后IRF自动建立)。
注意:
- 配置前备份设备配置。
- 确保IRF连接正确,避免环路。
- 堆叠后使用`display irf`和`display irf topology`验证状态。
暂无评论