(1) 配置 Device A
[DeviceA-irf-port1/1] port group interface fortygige 1/0/53
[DeviceA-irf-port1/1] port group interface fortygige 1/0/54
[DeviceA-irf-port1/1] quit
# 开启 FortyGigE1/0/53~FortyGigE1/0/54 端口。
[DeviceA] interface range fortygige 1/0/51 to fortygige 1/0/54
[DeviceA-if-range] undo shutdown
[DeviceA-if-range] quit
# 配置 Device A 的成员优先级为 31,以保证其成为 IRF 中的主设备。
[DeviceA] irf member 1 priority 31
# 将当前配置保存到下次启动配置文件。
[DeviceA] quit
<DeviceA> save
# 激活 IRF 端口的配置。
<DeviceA> system-view
[DeviceA] irf-port-configuration active
(2) 配置 Device B
# 配置 Device B 的成员编号为 2,并重启设备使配置生效。
<DeviceB> system-view
[DeviceB] irf member 1 renumber 2
Renumbering the member ID may result in configuration change or loss. Continue? [Y/N]:y
[DeviceB] quit
<DeviceB> reboot
# 将用作 IRF 物理端口的 FortyGigE2/0/53~FortyGigE2/0/54 的手工关闭。
<DeviceB> system-view
[DeviceB] interface range fortygige 2/0/53 to fortygige 2/0/54
[DeviceB-if-range] shutdown
[DeviceB-if-range] quit
# 创建 IRF 端口 1,与端口 FortyGigE2/0/53 和 FortyGigE2/0/54 绑定。
[DeviceB] irf-port 2/2
[DeviceB-irf-port2/2] port group interface fortygige 2/0/51
[DeviceB-irf-port2/2] port group interface fortygige 2/0/52
[DeviceB-irf-port2/2] quit
# 开启 FortyGigE2/0/53~FortyGigE2/0/54 端口。
[DeviceB] interface range fortygige 2/0/53 to fortygige 2/0/54
[DeviceB-if-range] undo shutdown
[DeviceB-if-range] quit
# 将当前配置保存到下次启动配置文件。
[DeviceB] quit
<DeviceB> save
# 激活 IRF 端口的配置。
<DeviceB> system-view
[DeviceB] irf-port-configuration active
# 系统会提示发生 IRF 合并,由于 DeviceB 的 IRF 优先级为缺省值 1,低于
DeviceA,因此会在竞选中失败而自动重启,重启后两台设备形成一个 IRF。
注意
irf-port 2/2 第一个2是设备成员编号,第二个2是IRF端口。IRF端口1只能和IRF端口2连接。
(3)BFD 分裂检测,选配
使用网线Device A上的端口GigabitEthernet1/0/1和Device B上的端口GigabitEthernet2/0/1连接起来。
# 创建VLAN 3,并将Device A上的端口GigabitEthernet1/0/1和Device B上的端口GigabitEthernet2/0/1加入VLAN中。
<DeviceA> system-view
[DeviceA] vlan 3
[DeviceA-vlan3] port gigabitethernet 1/0/1 gigabitethernet 2/0/1
[DeviceA-vlan3] quit
# 创建VLAN接口3,并配置MAD IP地址。
[DeviceA] interface vlan-interface 3
[DeviceA-Vlan-interface3] mad bfd enable
[DeviceA-Vlan-interface3] mad ip address 192.168.2.1 24 member 1
[DeviceA-Vlan-interface3] mad ip address 192.168.2.2 24 member 2
[DeviceA-Vlan-interface3] quit
# 因为BFD MAD和生成树功能互斥,所以在GigabitEthernet1/0/1和GigabitEthernet2/0/1上关闭生成树协议。
[DeviceA] interface gigabitethernet 1/0/1
[DeviceA-Gigabitethernet1/0/1] undo stp enable
[DeviceA-Gigabitethernet1/0/1] quit
[DeviceA] interface gigabitethernet 2/0/1
[DeviceA-Gigabitethernet2/0/1] undo stp enable