当前位置:首页 > 网络 > AR2200和MSR2600 VRRP

AR2200和MSR2600 VRRP

网络4年前 (2019-02-21)

AR2200和MSR2600 VRRP

HUAWEI AR2200和H3C MSR2600之间做VRRP,默认开启VRRP后,MSR2600 VRRP会收到大量VRRP协议版本报错信息,需要拔线后手工强制为版本2


拓扑为华为G0/0/1上联AF1520,华三G0/1上联AF1520

华为G0/0/2下联S5800,华三G0/2下联S5800

VRRP VIP 172.16.2.1

AR2200和MSR2600 VRRP


AR2200配置

#上联接口#
interface GigabitEthernet0/0/1
 ip address 172.16.1.2 255.255.255.0
#下联#
interface GigabitEthernet0/0/2
 ip address 172.16.2.254 255.255.255.0
 vrrp vrid 1 virtual-ip 172.16.2.1
 vrrp vrid 1 priority 110
 vrrp vrid 1 track interface GigabitEthernet0/0/1 reduced 20
#
ip route-static 0.0.0.0 0.0.0.0 172.16.1.1 permanent


MSR2600配置

#上联接口#
interface GigabitEthernet0/1
 port link-mode route
 description Multiple_Line
 ip address 172.16.3.2 255.255.255.0
#下联接口#
interface GigabitEthernet0/2
 port link-mode route
 ip address 172.16.2.253 255.255.255.0
 vrrp version 2
 vrrp vrid 1 virtual-ip 172.16.2.1
 undo dhcp select server
#
 ip route-static 0.0.0.0 0 172.16.3.1 permanent


S5800开启光口配置

#
vlan 1
#
vlan 10
#
 stp global enable
#
interface NULL0
#
interface Vlan-interface10
 ip address 2.2.2.3 255.255.255.0
#
interface GigabitEthernet1/0/1
 port link-mode bridge
#
interface GigabitEthernet1/0/2
 port link-mode bridge
#
interface Ten-GigabitEthernet1/0/27
 port link-mode bridge
 port access vlan 10
 port up-mode
#
interface Ten-GigabitEthernet1/0/28
 port link-mode bridge
 port access vlan 10
 port up-mode


本站所有文章均可随意转载,转载时请保留原文链接及作者。

本文链接:https://www.vos.cn/net/269.html

相关文章

锐捷无线控制器WS6108将AP组关联SSID

锐捷无线控制器WS6108将AP组关联SSID

将楼层AP关联到AP组后,AC首页点击“添加无线网络”在“wifi网络名称”中选择要关联的SSID后,点击“编辑”点击“下一步”在最下面的组中,点击“+添加”然后左侧选择一个需要关联的组wireles...

华为S5700升级VRP

华为S5700升级VRP

清除配置<xixianxinqu>  reset saved-configuration  Warning: The action will delete the sa...

华为S5700单向访问

华为S5700单向访问

实验需求工作组A可以访问工作组B,但是工作组B无法访问工作组A地址规划核心SW1: vlan10网关为192.168.1.1/24  vlan20网关为192.168.2.1/24工作组A:...

静态路由

静态路由

三台路由器的三个网段和回环接口地址要求全部可以ping通,地址规划如图R1配置interface Loopback0  ip address 1.1.1.1&...

RIPv2配置+认证

RIPv2配置+认证

R1配置interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Ethern...

多区域OSPF

多区域OSPF

R1配置interface Loopback0  ip address 1.1.1.1 255.255.255.0 interface ...