![图片[1]-第5章 防火墙双机热备高可用-5.1 路由器VRRP双机热备-大赛人网](https://www.dsrw.com/wp-content/uploads/2023/09/图片56-1.png)
1.R1配置
interface GigabitEthernet0/0/1
ip address 192.168.1.251 255.255.255.0
vrrp vrid 1 virtual-ip 192.168.1.254
vrrp vrid 1 priority 150
interface GigabitEthernet0/0/2
ip address 192.168.2.251 255.255.255.0
vrrp vrid 2 virtual-ip 192.168.2.254
vrrp vrid 2 priority 150
2.R2配置
interface GigabitEthernet0/0/1
ip address 192.168.1.252 255.255.255.0
vrrp vrid 1 virtual-ip 192.168.1.254
interface GigabitEthernet0/0/2
ip address 192.168.2.252 255.255.255.0
vrrp vrid 2 virtual-ip 192.168.2.254
3.R1查看vrrp
display vrrp brief
VRID State Interface Type Virtual IP
1 Master GE0/0/1 Normal 192.168.1.254
2 Master GE0/0/2 Normal 192.168.2.254
4.R2查看vrrp
display vrrp brief
VRID State Interface Type Virtual IP
1 Backup GE0/0/1 Normal 192.168.1.254
2 Backup GE0/0/2 Normal 192.168.2.254
5.当vrrp双机热备网络中,出现单侧链路故障,并且导致双侧主角色不一致,导1致网络无法联通。
解决方案:确保双侧主角色一致。
6.当vrrp双机热备网络中, 出现双侧主角色不一致,链路不出现故障,不影响数据通信,但是来回路径不一致,对于路由器,转发数据时查看路由表。
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
请登录后查看评论内容