您好,请知:
您还没有指定成员的renumber,请参考如下配置举例:
IRF成员1:
主设备配置过程:
irf member 1 renumber 1
chassiss convert mode irf
reboot
3.重启完成后,先关闭需要堆叠的物理端口。
int ten 1/0/1
shutdown
quit
int ten 1/0/2
shutdown
quit
4.将物理端口捆绑放堆叠端口
irf-port 1/1
port group interface ten 1/0/1
port group interface ten 1/0/2
quit
5.开启物理端口
int ten 1/0/1
undo shutdown
quit
int ten 1/0/2
undo shutdown
quit
6.激活irf
irf-port-configuration active
7.保存配置。
IRF成员2:
备用设备配置过程:
irf member 1 renumber 2
chassiss convert mode irf
reboot
3.重启完成后,先关闭需要堆叠的物理端口。
int ten 2/0/1
shutdown
quit
int ten 2/0/2
shutdown
quit
4.将物理端口捆绑放堆叠端口
irf-port 2/2
port group interface ten 2/0/1
port group interface ten 2/0/2
quit
5.开启物理端口
int ten 2/0/1
undo shutdown
quit
int ten 2/0/2
undo shutdown
quit
6.激活irf
irf-port-configuration active
7.保存配置。