HCIRF堆叠典型配置举例_第1页
HCIRF堆叠典型配置举例_第2页
HCIRF堆叠典型配置举例_第3页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、一IRF典型配置举例1.1.1IRF典型配置举例(LACP MAD检测方式)1. 组网需求由于公司人员激增,接入层交换机提供的端口数目已经不能满足PC 的接入需求。 现需要在保护现有投资的基础上扩展端口接入数量,并要求网络易管理、易维护。2. 组网图图 1-13 IRF 典型配置组网图( LACP MAD 检测方式)3. 配置思路Device A提供的接入端口数目已经不能满足网络需求,需要另外增加一台设备Device B 。(本文以两台设备组成 IRF 为例,在实际组网中可以根据需要,将多台设备组成 IRF ,配置思路和配置步骤与本例类似)鉴于第二代智能弹性架构IRF 技术具有管理简便、网络扩

2、展能力强、 可靠性高等优点,所以本例使用IRF 技术构建接入层 (即在 Device A和 Device B上配置 IRF功能)。为了防止万一启用 MADIRF 链路故障导致IRF 分裂、网络中存在两个配置冲突的检测功能。因为接入层设备较多,我们采用LACP MADIRF ,需要检测。4. 配置步骤为便于区分,下文配置中假设 IRF 形成前 Device A 的系统名称为 DeviceA ,Device B 的系统名称为 Device B ;中间设备 Device C 的系统名称为 DeviceC 。(1) 配置设备编号# Device A保留缺省编号为1 ,不需要进行配置。# 在 Devic

3、e B上将设备的成员编号修改为2 。<DeviceB> system-viewDeviceB irf member 1 renumber 2Warning: Renumbering the switch number may result in configuration change or loss. Continue? Y/N:y DeviceB(2) 将两台设备断电后,按 图 1-13 所示连接 IRF 链路,然后将两台设备上电。# 在 Device A 上创建设备的 IRF 端口 2,与物理端口 Ten-GigabitEthernet1/0/25 绑定,并保存配置。<

4、DeviceA> system-viewDeviceA interface ten-gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 shutdownDeviceA irf-port 1/2DeviceA-irf-port 1/2 port group interfaceten-gigabitethernet 1/0/25DeviceA-irf-port 1/2 quitDeviceA interface ten-gigabitethernet 1/0/25 DeviceA-Ten-GigabitEthernet1/0/25

5、undo shutdownDeviceA-Ten-GigabitEthernet1/0/25 save# 在 Device B 上创建设备的 IRF 端口 1,与物理端口 Ten-GigabitEthernet2/0/26 绑定,并保存配置。<DeviceB> system-viewDeviceB interface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 shutdownDeviceB irf-port 2/1DeviceB-irf-port 2/1 port group interfaceten-g

6、igabitethernet 2/0/26DeviceB-irf-port 2/1 quitDeviceB interface ten-gigabitethernet 2/0/26 DeviceB-Ten-GigabitEthernet2/0/26 undo shutdownDeviceB-Ten-GigabitEthernet2/0/26 save# 激活 DeviceA 的 IRF 端口配置。DeviceA-Ten-GigabitEthernet1/0/25 quitDeviceA irf-port-configuration active# 激活 DeviceB的 IRF 端口配置。De

7、viceB-Ten-GigabitEthernet2/0/26 quitDeviceB irf-port-configuration active(3) 两台设备间会进行 Master 竞选,竞选失败的一方将自动重启, 重启完成后, IRF 形成,系统名称统一为 DeviceA 。(4) 配置 LACP MAD 检测# 创建一个动态聚合端口,并使能LACP MAD检测功能。<DeviceA> system-viewDeviceA interface bridge-aggregation 2 DeviceA-Bridge-Aggregation2 link-aggregation m

8、ode dynamicDeviceA-Bridge-Aggregation2 mad enableDeviceA-Bridge-Aggregation2 quit# 在聚合接口中添加成员端口GigabitEthernet1/0/1于两台 IRF 成员设备与中间设备进行LACP MAD和检测。GigabitEthernet2/0/1,专用DeviceA interface gigabitethernet 1/0/1 DeviceA-GigabitEthernet1/0/1 port link-aggregation group 2DeviceA-GigabitEthernet1/0/1 quit

9、 DeviceA interface gigabitethernet 2/0/1 DeviceA-GigabitEthernet2/0/1 port link-aggregation group 2(5) 中间设备 Device C 的配置Device C 作为一台中间设备需要支持 LACP 功能,用来转发、 处理 LACP 协议报文,协助 Device A 和 Device B 进行多 Active 检测。从节约成本的角度考虑,使用一台支持 LACP 功能的交换机即可。# 创建一个动态聚合端口。<DeviceC> system-viewDeviceC interface brid

10、ge-aggregation 2DeviceC-Bridge-Aggregation2 link-aggregation mode dynamicDeviceC-Bridge-Aggregation2 quit# 在聚合端口中添加成员端口GigabitEthernet1/0/1和 GigabitEthernet1/0/2,用于进行 LACP MAD 检测。DeviceC interface gigabitethernet 1/0/1 DeviceC-GigabitEthernet1/0/1 port link-aggregation group 2DeviceC-GigabitEthernet

11、1/0/1 quit DeviceC interface gigabitethernet 1/0/2 DeviceC-GigabitEthernet1/0/2 port link-aggregation group 2# 按图1-13所示连接LACP MAD链路。1.1.2IRF典型配置举例(BFD MAD检测方式)1. 组网需求由于网络规模迅速扩大,当前中心交换机(Device A )转发能力已经不能满足需求,现需要在保护现有投资的基础上将网络转发能力提高一倍,并要求网络易管理、易维护。2. 组网图图 1-14 IRF 典型配置组网图(BFD MAD检测方式)3. 配置思路Device A处

12、于局域网的汇聚层,为了将汇聚层的转发能力提高一倍,需要另外增加一台设备Device B 。鉴于第二代智能弹性架构IRF 技术具有管理简便、网络扩展能力强、 可靠性高等优点,所以本例使用IRF 技术构建网络汇聚层(即在Device A和 Device B上配置 IRF 功能),接入层设备通过聚合双链路上行。为了防止万一IRF 链路故障导致IRF 分裂、网络中存在两个配置冲突的IRF ,需要启用 MAD 检测功能。因为成员设备比较少,我们采用BFD MAD检测方式来监测 IRF 的状态。4. 配置步骤为便于区分,下文配置中假设 IRF 形成前 Device A 的系统名称为 DeviceA ,De

13、vice B 的系统名称为 Device B 。(1) 配置设备编号# Device A保留缺省编号为1 ,不需要进行配置。# 在 Device B上将设备的成员编号修改为2 。<DeviceB> system-viewDeviceB irf member 1 renumber 2Warning: Renumbering the switch number may result in configuration change or loss. Continue? Y/N:yDeviceB(2) 将两台设备断电后,按 图 1-14 所示连接 IRF 链路,然后将两台设备上电。# 在

14、Device A 上创建设备的 IRF 端口 2,与物理端口 Ten-GigabitEthernet1/0/25 绑定,并保存配置。<DeviceA> system-viewDeviceA interface ten-gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 shutdownDeviceA irf-port 1/2DeviceA-irf-port 1/2 port group interfaceten-gigabitethernet 1/0/25DeviceA-irf-port 1/2 quitDeviceA i

15、nterface ten-gigabitethernet 1/0/25 DeviceA-Ten-GigabitEthernet1/0/25 undo shutdownDeviceA-Ten-GigabitEthernet1/0/25 save# 在 Device B 上创建设备的 IRF 端口 1,与物理端口 Ten-GigabitEthernet2/0/26 绑定,并保存配置。<DeviceB> system-viewDeviceB interface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 shut

16、downDeviceB irf-port 2/1DeviceB-irf-port 2/1 port group interfaceten-gigabitethernet 2/0/26DeviceB-irf-port 2/1 quitDeviceB interface ten-gigabitethernet 2/0/26 DeviceB-Ten-GigabitEthernet2/0/26 undo shutdownDeviceB-Ten-GigabitEthernet2/0/26 save# 激活 DeviceA 的 IRF 端口配置。DeviceA-Ten-GigabitEthernet1/0

17、/25 quitDeviceA irf-port-configuration active# 激活 DeviceB的 IRF 端口配置。DeviceB-Ten-GigabitEthernet2/0/26 quitDeviceB irf-port-configuration active(3) 两台设备间将会进行 Master 竞选,竞选失败的一方将自动重启,重启完成后, IRF 形成,系统名称统一为 DeviceA 。(4) 配置 BFD MAD 检测# 创建 VLAN 3 ,并将 Device A上的端口GigabitEthernet1/0/1和 Device B上的端口 GigabitEt

18、hernet2/0/1 加入 VLAN 中。<DeviceA> system-viewDeviceA vlan 3DeviceA-vlan3 port gigabitethernet 1/0/1gigabitethernet 2/0/1DeviceA-vlan3 quit# 创建 VLAN 接口 3 ,并配置 MAD IP 地址。DeviceA interface vlan-interface 3DeviceA-Vlan-interface3 mad bfd enableDeviceA-Vlan-interface3mad ipaddress192.168.2.124member

19、1DeviceA-Vlan-interface3mad ipaddress192.168.2.224member 2DeviceA-Vlan-interface3 quit# 按图 1-14 所示连接 BFD MAD链路。# 因为 BFD MAD和 生 成 树 功 能 互 斥 , 所 以 在 GigabitEthernet1/0/1和GigabitEthernet2/0/1上关闭生成树协议。DeviceA interface gigabitethernet 1/0/1DeviceA-gigabitethernet-1/0/1 undo stp enableDeviceA-gigabitethe

20、rnet-1/0/1 quitDeviceA interface gigabitethernet 2/0/1DeviceA-gigabitethernet-2/0/1 undo stp enable1.1.3IRF 典型配置举例( ARP MAD 检测方式)1. 组网需求由于网络规模迅速扩大,当前中心交换机(Device A )转发能力已经不能满足需求,现需要在保护现有投资的基础上将网络转发能力提高一倍,并要求网络易管理、易维护。2. 组网图图 1-15 IRF 典型配置组网图( ARP MAD 检测方式)3. 配置思路Device A处于局域网的汇聚层,为了将汇聚层的转发能力提高一倍,需要另

21、外增加一台设备Device B 。鉴于第二代智能弹性架构IRF 技术具有管理简便、网络扩展能力强、 可靠性高等优点,所以本例使用IRF 技术构建网络接入层(即在Device A和 Device B上配置 IRF 功能), IRF 通过双链路上行。为了防止万一IRF 链路故障导致IRF 分裂、网络中存在两个配置冲突的IRF ,需要启用 MAD 检测功能。因为成员设备比较少,我们采用ARP MAD检测方式来监测 IRF 的状态,复用链路上行传递 ARP MAD 报文。为防止环路发生, 在 IRF 和 Device C 上启用 MSTP 功能。4. 配置步骤为便于区分,下文配置中假设 IRF 形成前

22、 Device A 的系统名称为 DeviceA ,Device B 的系统名称为 Device B ;中间设备 Device C 的系统名称为 DeviceC 。(1) 配置设备编号# Device A保留缺省编号为1 ,不需要进行配置。# 在 Device B上将设备的成员编号修改为2 。<DeviceB> system-viewDeviceB irf member 1 renumber 2Warning: Renumbering the switch number may result in configuration change or loss. Continue? Y/

23、N:y DeviceB(2) 将两台设备断电后, 按图 1-14 所示连接 IRF 链路和 ARP MAD 检测链路, 然后将两台设备上电。# 在 Device A 上创建设备的 IRF 端口 2,与物理端口 Ten-GigabitEthernet1/0/25 绑定,并保存配置。<DeviceA> system-viewDeviceA interface ten-gigabitethernet 1/0/25DeviceA-Ten-GigabitEthernet1/0/25 shutdownDeviceA irf-port 1/2DeviceA-irf-port 1/2 port g

24、roup interfaceten-gigabitethernet 1/0/25DeviceA-irf-port 1/2 quitDeviceA interface ten-gigabitethernet 1/0/25 DeviceA-Ten-GigabitEthernet1/0/25 undo shutdownDeviceA-Ten-GigabitEthernet1/0/25 save# 在 Device B 上创建设备的 IRF 端口 1,与物理端口 Ten-GigabitEthernet2/0/26 绑定,并保存配置。<DeviceB> system-viewDeviceB

25、interface ten-gigabitethernet 2/0/26DeviceB-Ten-GigabitEthernet2/0/26 shutdownDeviceB irf-port 2/1DeviceB-irf-port 2/1 port group interfaceten-gigabitethernet 2/0/26DeviceB-irf-port 2/1 quitDeviceB interface ten-gigabitethernet 2/0/26 DeviceB-Ten-GigabitEthernet2/0/26 undo shutdownDeviceB-Ten-GigabitEthernet2/0/26 save# 激活 DeviceA 的 IRF 端口配置。DeviceA-Ten-GigabitEthernet1/0/25 quitDeviceA irf-port-configuration active# 激活 DeviceB的 IRF 端口配置。DeviceB-Ten-GigabitEthernet2/0/26 quitDeviceB irf-port-configuration active(3) 两台设备间将会进

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论