多语言展示
当前在线:286今日阅读:26今日分享:39

H3C IRF2 4台虚拟化配置DEMO

趁着今年H3C的模拟器刚出不久,弄过来做个IRF2四框虚拟化,模拟器用的版本的V7版本,跟V5略有不同,也就是最后激活irf-port的命令不同,以前是chassis convert mode irf,现在的V7变成了irf-port-configuration active。实验拓扑见下图
工具/原料
1

PC一台,内存至少4G,每台设备占用512内存,我的是6G内存,虽然不卡,但是启动的时候也是很卡的,对CPU占用也很高

2

HCL模拟器一枚

方法/步骤
1

搭建拓扑,如上图所示,四台5820交换机,用万兆口做IRF2MEM1 配置:irf member 1 priority 32#irf-port 1/1 port group interface Ten-GigabitEthernet1/0/49port group interface Ten-GigabitEthernet1/0/50#irf-port 1/2 port group interface Ten-GigabitEthernet1/0/51 port group interface Ten-GigabitEthernet1/0/52#save之后敲上irf-port-configuration active接口

2

MEM2配置: irf member 2 priority 30#irf-port 2/1 port group interface Ten-GigabitEthernet2/0/51 port group interface Ten-GigabitEthernet2/0/52#irf-port 2/2 port group interface Ten-GigabitEthernet2/0/49 port group interface Ten-GigabitEthernet2/0/50#save之后敲上irf-port-configuration active接口

3

MEM3配置: irf member 3 priority 28#irf-port 3/1 port group interface Ten-GigabitEthernet3/0/49 port group interface Ten-GigabitEthernet3/0/50#irf-port 3/2 port group interface Ten-GigabitEthernet3/0/51 port group interface Ten-GigabitEthernet3/0/52#save之后敲上irf-port-configuration active接口

4

MEM4配置: irf member 4 priority 26#irf-port 4/1 port group interface Ten-GigabitEthernet4/0/51 port group interface Ten-GigabitEthernet4/0/52#irf-port 4/2 port group interface Ten-GigabitEthernet4/0/49 port group interface Ten-GigabitEthernet4/0/50#save之后敲上irf-port-configuration active接口

注意事项
1

注意1:互联口的最后一个标号不能一样,否则报冲突,起不来,比如MEM1的irf-port 1/1必须和MEM2的irf-port 2/2对应,不能和2/1,以此类推。

2

物理口加如irf-port之前要shutdown.

3

百度经验黏贴上去的命令会把你黏贴上去的顺序给打乱,所以上面的命令我又截图贴上一遍,看起来清晰一点,

推荐信息