7506E-S的irf配置

A设备
Press ENTER to get started.

#Jan 27 11:51:16:485 2016 H3C SHELL/4/LOGIN:

Trap 1.3.6.1.4.1.2011.10.2.2.1.1.3.0.1: login
from Console
%Jan 27 11:51:16:506 2016 H3C SHELL/5/SHELL_LOGIN: Console logged
in from aux0.

第一步、定义成员

[H3C]irf member 1   配置成员
 Info: Member ID change will take effect after the
member reboots and operates in IRF mode.
[H3C]irf priority
10   配置优先级

第二步、关闭堆叠端口
[H3C]int rang Ten-GigabitEthernet 2/0/7 to
Ten-GigabitEthernet 2/0/8
[H3C-if-range]shutdown   关闭接口
[H3C-if-range]quit

第三步、定义irf端口号、并添加堆叠口

[H3C]irf-port
2     配置堆叠端口
[H3C-irf-port2]port group interface Ten-GigabitEthernet
2/0/7   加入堆叠接口
[H3C-irf-port2]port group interface Ten-GigabitEthernet
2/0/8   加入堆叠接口
[H3C-irf-port2]quit

第四步、激活接口

[H3C]int rang Ten-GigabitEthernet 2/0/7 to Ten-GigabitEthernet
2/0/8
[H3C-if-range]undo
shutdown  激活接口
[H3C-if-range]quit
[H3C]irf domain
10   加入域10中(域可以重启之后定义)

[H3C]save       保存
The current configuration will be written to the device. Are you
sure? [Y/N]:y
Please input the file name(*.cfg)[flash:/startup.cfg]
(To leave the existing filename unchanged, press the enter
key):
 Validating file. Please
wait.........................
 The current configuration is saved to the active
main board successfully.
 Configuration is saved to device
successfully.

第五步、模式切换到irf模式

[H3C]chassis convert mode
irf        将设备的运行模式切换到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
 Please wait.....

B设备
system-view
[H3C]irf member 2
 Info: Member ID change will take effect after the
member reboots and operates in IRF mode.
[H3C]irf priority 2
[H3C]int rang Ten-GigabitEthernet 2/0/7 to Ten-GigabitEthernet
2/0/8
[H3C-if-range]shutdown
[H3C-if-range]quit
[H3C]irf-port 1 
[H3C-irf-port1]port group interface Ten-GigabitEthernet 2/0/7
[H3C-irf-port1]port group interface Ten-GigabitEthernet 2/0/8
[H3C-irf-port1]quit
[H3C]int rang Ten-GigabitEthernet 2/0/7 to Ten-GigabitEthernet
2/0/8
[H3C-if-range]undo shutdown
[H3C-if-range]quit
[H3C]save
The current configuration will be written to the device. Are you
sure? [Y/N]:y
Please input the file name(*.cfg)[flash:/startup.cfg]
(To leave the existing filename unchanged, press the enter
key):
 Validating file. Please
wait.........................
 The current configuration is saved to the active
main board successfully.
 Configuration is saved to device
successfully.
[H3C]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

删除IRF
reset
saved-configuration   清除配置
undo chassis convert mode    删除堆叠模式

reboot 重启设备

配置mad的bfd检测主备设备运行状况,BFD接口只能用于BFD检测,不能跑其他业务
system-view
vlan 100
interface vlan 100
mad bfd enable
mad ip address 1.1.1.1 255.255.255.0 member

mad ip address 1.1.1.2 255.255.255.0 member
2

检测线断开会提示设备

IRF merge occurs and the IRF system does not need
to reboot.   无需重启

IRF merge occurs and the IRF system needs a
reboot.       需重启

本文只作参考

时间: 2024-10-11 21:13:11

7506E-S的irf配置的相关文章

IRF 配置

IRF配置思路 [s1]irf member 1 renumber 1 Ten-GigabitEthernet1/0/49 Ten-GigabitEthernet1/0/50 将两个接口down掉 irf-port 1/2  port group interface Ten-GigabitEthernet1/0/49  port group interface Ten-GigabitEthernet1/0/50 [s1]irf-port-configuration active  将堆叠组激活.

IRF配置和LACP MAD配置思路

IRF配置思路和步骤1)配置设备编号.sw1保留默认编号为1,不需要进行配置.在sw2上将设备的成员编号修改为2. <sw2>system-view [sw2]irf member 1 renumber 2 [sw2]save [sw2]reboot Renumbering the member ID may result in configuration change or loss. Continue?[Y/N]y 2)将两台设备断电后,然后将两台设备上电.修改sw1的IRF优先级为5,目

IRF 配置案例

IRF是跨设备的链路聚合,主要是提高网络的带宽,增强网络的可靠性. 配置案例 (1)首先将两台两台交换机用XGE相连,启动: (2)[s1]irf member 1 renumuber 1 (3)进接口T1/0/49 T1/0/50 将接口shuodwon (4)[s1]irf-port 1/2 接口加入到组中 (5)[s1]irf-port-configguration active 激活备份组. 这样s1就配置好了. 接下来配置s2 (6)[s1]irf member 1 renumuber

H3C三层交换机之IRF虚拟化技术详解及配置

博文大纲: 一.IRF是什么? 二.IRF技术的优点 三.IRF的相关基本概念 四.IRF的运行模式与配置方式 五.IRF的角色选举 六.IRF技术的配置详解 七.IRF及MAD配置的显示及维护命令 一.IRF是什么? 目前,网络中主要存在两种结构的通信设备,固定盒式设备和模块框式分布式设备.固定盒式设备成本低廉,但没有高可用性支持:模块框式分布式设备具有高可用性.高性能.高端口密度的优点,但投入成本高.针对盒式设备和模块框式分布式设备的这些特点,一种结合了两种设备优点的IRF虚拟化技术应运而生

网络设备-华三-防火墙F1020-IRF虚拟化实战终结配置篇

此篇h3c-IRF的实战配置,同样与前面华为的堆叠一样路子,我们先聊聊为啥要做这个?为什么不玩双机,要玩IRF.其实弄懂这一点,对于售前来讲,在外面做方案也是思路相当清晰的一点. 以前我们常规的双机方案如下图: 架构特点: 1.全网无单点故障,完整的解决因为单电源或者单一设备故障引起的业务不可用. 2.核心交换区-使用华为stack堆叠(前面有文章单独介绍) 3.防火墙HA(Juniper-NSRP协议,不懂度娘)(可能大家会问题,防火墙到华为交换机为什么没做lacp或者aggregate,大家

浅析IRF虚拟化技术增强企业网络架构的弹性

浅析IRF虚拟化技术增强企业网络架构的弹性  [摘要]随着"云"时代到来和各种虚拟化技术日趋成熟,对传统企业网络架构提出新挑战.例如:在不破坏企业原有网络架构和资产投入情况下,可以为企业网络提供更好的扩展性,其中包括简化管理.简化网络运行.降低整体投入成本.扩展端口密度和带宽容量.保护用户投资,使企业网络具备高可用性和持续的.不间断的运行效果.为了达到此效果,可利用H3C的IRF虚拟化技术在企业网络架构中增强弹性,现浅析如下. 关键词:云时代.企业网络.虚拟化技术.持续不间断.IRF.

H3c网络虚拟化原理与配置

1. IRF的工作原理与冲突检测机制        IRF(智能弹性架构):  H3C硬件虚拟化技术.        定义:         将多台设备通过IRF物理端口连接在一起,进行必要配置后,虚拟化成一   台"分布式设备".             优点:          集合多台设备的硬件资源和软件处理能力,实现多台设备的协同工作,统一管理和不间断维护.          IRF2.0是一种将多台设备虚拟为单一设备使用的通用虚拟化技术.       主要有以下几点:    

H3C堆叠irf

设备: S5130-28S-SIS5130-52S-SI 同版本,不同型号 接线: (端口均使用万兆光模块) 设备 端口 端口 设备2 S5130-28S-SI 25 52 S5130-52S-SI S5130-28S-SI 26 51 S5130-52S-SI 28S配置: #优先级修改为32(最高,默认1)成为主设备 <H3C> system-view [H3C] irf member 2 priority 32 [H3C-if-range] quit <H3C> system

使用H3C模拟器HCL完成基础的IRF实施

步骤1. 确定IRF设备角色,配置设备的IRF优先级和编号[IRF2]irf member 1 renumber 2 //将IRF2(即SW2)的成员编号设置为2,默认为1Renumbering the member ID may result in configuration change or loss. Continue?[Y/N]:y[IRF2]save //切记保存The current configuration will be written to the device. Are