IRF典型配置举例(BFD MAD检测方式)1. 组网需求由于网络规模迅速扩大,当前中心交换机(Device A)转发能力已经不能满足需求,现需要在保护现有投资的基础上将网络转发能力提高一倍,并要求网络易管理、易维护。
2. 组网图图1-14 IRF典型配置组网图(BFD MAD检测方式)
3. 配置思路· Device A处于局域网的汇聚层,为了将汇聚层的转发能力提高一倍,需要另外增加一台设备Device B。
· 鉴于IRF技术具有管理简便、网络扩展能力强、可靠性高等优点,所以本例使用IRF技术构建网络汇聚层(即在Device A和Device B上配置IRF功能),接入层设备通过聚合双链路上行。
· 为了防止万一IRF链路故障导致IRF分裂、网络中存在两个配置冲突的IRF,需要启用MAD检测功能。因为成员设备比较少,我们采用BFD MAD检测方式来监测IRF的状态。
4. 配置步骤(1) 配置Device A
# 设置Device A的成员编号为1。
<Sysname> system-view
[Sysname] irf member 1
Info: Member ID change will take effect after the member reboots and operates in IRF mode.
# 将设备的运行模式切换到IRF模式。
<Sysname> system-view
[Sysname] chassis convert mode irf
The device will switch to IRF mode and reboot. You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y
Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in IRF mode? [Y/N]:y
Now rebooting, please wait...
设备重启后Device A组成了只有一台成员设备的IRF。
# 关闭HundredGigE1/1/0/1端口。
[Sysname] interface hundredgige 1/1/0/1
[Sysname-HundredGigE1/1/0/1] shutdown
[Sysname-HundredGigE1/1/0/1] quit
# 创建IRF端口1/2,并将它与物理端口HundredGigE1/1/0/1绑定。
[Sysname] irf-port 1/2
[Sysname-irf-port1/2] port group interface hundredgige 1/1/0/1
[Sysname-irf-port1/2] quit
# 开启HundredGigE 1/1/0/1端口。
[Sysname] interface hundredgige 1/1/0/1
[Sysname-HundredGigE1/1/0/1] undo shutdown
[Sysname-HundredGigE1/1/0/1] quit
# 将当前配置保存到下次启动配置文件。
[Sysname] quit
<Sysname> save
(2) 配置Device B
# 配置Device B的成员编号为2。
<Sysname> system-view
[Sysname] irf member 2
Info: Member ID change will take effect after the member reboots and operates in IRF mode.
# 将设备的运行模式切换到IRF模式。
<Sysname> system-view
[Sysname] chassis convert mode irf
The device will switch to IRF mode and reboot. You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y
Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in IRF mode? [Y/N]:y
Now rebooting, please wait...
设备重启后Device B形成了只有一台成员设备的IRF。
# 关闭HundredGigE2/1/0/1端口。
[Sysname] interface hundredgige 2/1/0/1
[Sysname-HundredGigE2/1/0/1] shutdown
[Sysname-HundredGigE2/1/0/1] quit
# 创建IRF端口2/1,并将它与物理端口HundredGigE2/1/0/1绑定。
[Sysname] irf-port 2/1
[Sysname-irf-port2/1] port group interface hundredgige 2/1/0/1
[Sysname-irf-port2/1] quit
# 开启HundredGigE 2/1/0/1端口。
[Sysname] interface hundredgige 2/1/0/1
[Sysname-HundredGigE2/1/0/1] undo shutdown
[Sysname-HundredGigE2/1/0/1] quit
# 将当前配置保存到下次启动配置文件。
[Sysname] quit
<Sysname> save
(3) 激活IRF端口的配置
# 参照图1-14进行物理连线。
# 激活Device A设备的IRF端口配置。
[Sysname] irf-port-configuration active
# 激活Device B设备的IRF端口配置,系统将提示发生IRF合并,用户需要手工重启其中一台设备,加入以另一台设备为主设备的IRF。
[Sysname] irf-port-configuration active
%Jul 9 09:04:48:279 2016 STM/4/STM_MERGE_NEED_REBOOT: -MDC=1; IRF merge occurs and the IRF system needs a reboot.
%Jul 9 14:03:06:855 2016 STM/5/STM_MERGE: -MDC=1; IRF merge occurs and the IRF system does not need to reboot.
# 在本例中,使用Device A作为主设备,因此需要重启Device B。
[Sysname] quit
<Sysname> reboot
重启完成后,Device A和Device B合并成为一个IRF,Device A为主设备。
(4) 配置BFD MAD检测
# 创建VLAN 3,并将Device A(成员编号为1)上的端口HundredGigE1/1/0/2和Device B(成员编号为2)上的端口HundredGigE2/1/0/2加入VLAN中。
<Sysname> system-view
[Sysname] vlan 3
[Sysname-vlan3] port hundredgige 1/1/0/2 hundredgige 2/1/0/2
[Sysname-vlan3] quit
# 创建VLAN接口3,并配置MAD IP地址。
[Sysname] interface vlan-interface 3
[Sysname-Vlan-interface3] mad bfd enable
[Sysname-Vlan-interface3] mad ip address 192.168.2.1 24 member 1
[Sysname-Vlan-interface3] mad ip address 192.168.2.2 24 member 2
[Sysname-Vlan-interface3] quit
# 因为BFD MAD和生成树功能互斥,所以在HundredGigE1/1/0/2和HundredGigE2/1/0/2上关闭生成树协议。
[Sysname] interface hundredgige 1/1/0/2
[Sysname-HundredGigE1/1/0/2] undo stp enable
[Sysname-HundredGigE1/1/0/2] quit
[Sysname] interface hundredgige 2/1/0/2
[Sysname-HundredGigE2/1/0/2] undo stp enable
互相学习