您好,请知:
两个物理接口加入同一个irf-port即可,以下是配置举例:
您好,请知:
举例
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 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.保存配置。
暂无评论