移动广告公司网站建设,wordpress 网址 显示,网页代码制作基础教程,seo查询工具源码文章目录 IRF堆叠一、主设备配置二、备设备配置三、验证 MAD检测一、MAD检测二、MAD验证 本实验以2台设备进行堆叠示例#xff0c;按照配置顺序#xff0c;先配置主设备#xff0c;再配置备设备。在IRF配置前暂时先不接堆叠线#xff0c;按步骤提示接线。 IRF堆叠 
一、主设… 文章目录 IRF堆叠一、主设备配置二、备设备配置三、验证 MAD检测一、MAD检测二、MAD验证  本实验以2台设备进行堆叠示例按照配置顺序先配置主设备再配置备设备。在IRF配置前暂时先不接堆叠线按步骤提示接线。 IRF堆叠 
一、主设备配置 
1、先进入主设备配置关闭需要进行堆叠的物理口 2、配置主设备IRF配置优先级越高越优先 3、进入堆叠口添加堆叠的物理端口 4、进入需要堆叠的物理端口undo shutdown 5、保存配置激活IRF 
主设备
#
sys
interface ten-gigabitethernet 1/0/47
shutdown
quit
#
interface ten-gigabitethernet 1/0/48
shutdown
#
irf member 1 priority 32
irf-port 1/1
port group interface ten-gigabitethernet1/0/47
port group interface ten-gigabitethernet1/0/48
#
interface ten-gigabitethernet 1/0/47
undo shutdown
quit
#
interface ten-gigabitethernet 1/0/48
undo shutdown
quit
save force
#
irf-port-configuration active
y
y
# 
二、备设备配置 
1、进入备设备配置IRF优先级默认0 2、重启备设备 3、先进入备设备配置关闭需要进行堆叠的物理口 4、进入堆叠口添加堆叠的物理端口 5、进入需要堆叠的物理端口undo shutdown 6、保存配置激活IRF 7、连接堆叠线此时堆叠成功设备会重启启动后优先级高的成为主设备使用命令验证 
备设备
#
sys
irf member 1 renumber 2   
quit
#
reboot
y
y
#备设备重启后
#
sys
interface ten-gigabitethernet 2/0/47
shutdown
quit
#
interface ten-gigabitethernet 2/0/48
shutdown
#
irf-port 2/2
port group interface ten-gigabitethernet2/0/47
port group interface ten-gigabitethernet2/0/48
#
interface ten-gigabitethernet 2/0/47
undo shutdown
quit
#
interface ten-gigabitethernet 2/0/48
undo shutdown
quit
save force
#
irf-port-configuration active
y
y
#三、验证 
#查看堆叠状态
display irf 
#查看接口状态
display interface brief
#MAD检测 
一、MAD检测 
IRF需要联合MAD防止出现IRF断裂出现双主的情况。基于IRF已经完成建立的前提进行以下配置。 
#
vlan 200 
quit
#
interface vlan-interface 200
mad bfd  enable
mad ip address  192.168.200.19  255.255.255.0 member 1
mad ip address  192.168.200.20  255.255.255.0 member 2
#
interface GigabitEthernet1/0/1
port link-mode access 
port access  vlan 200
undo stp enable
quit
#
interface GigabitEthernet2/0/1
port link-mode access 
port access  vlan 200
undo stp enable
quit
#二、MAD验证 
先检查mad状态关闭一端IRF堆叠接口再检查mad状态。 
#
dispaly  mad 
# 往期内容: 
深入理解MPLS和你一起详谈MPLS标签和动作【计算机网络】-边界网关协议(BGP)什么是组播?让我们一起解密组播协议IGMP、PIMHCIE面试题MPLS网络对路由做出汇总后会有什么问题 本文作者 肉肉 版权声明 本博客所有文章除特别声明外均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处