当前位置:网站首页>Monitoring uplink of VRRP
Monitoring uplink of VRRP
2022-07-02 06:09:00 【Hot pot means red pot】
One 、 The experiment purpose
Learn to configure VRRP Implementation monitoring master Uplink connected
Two 、 The experimental requirements
Basics VRRP Tell us , It can realize redundant functions ,mater Router failure ,backup The router immediately replaces
however , about master Uplink connected , But I can't find out whether it's normal , Now configure , Achieve the purpose of the experiment
3、 ... and 、 The topology

Four 、 Experimental analysis and configuration
R1:
sys
sys R1
int g0/0/0
ip add 192.168.1.253 24
vrrp vrid 1 virtual-ip 192.168.1.254
vrrp vrid 1 priority 120
vrrp vrid 1 track interface g0/0/1 reduced 30 Configure monitoring functions ( If the status of the interface changes to down,
Whether it is protocol state or physical state ,VRRP Priority will be reduced 30)
When R2 received R1 Sent VRRP message , Realize that your priority is higher than the other party , Because the preemption function is activated by default , So switch to master state
R2:
sys
sys R2
int g0/0/0
ip add 192.168.1.252 24
vrrp vrid 1 virtual-ip 192.168.1.254
5、 ... and 、 The experimental conclusion
Can be in R1 Upper Department VRRP monitor (track) function , Use this function to monitor the uplink interface G0/0/1, When R1 Sense that the state of this interface switches to down when , Will automatically VRRP Priority of minus one value , thus “ Abdicate for the good ”
边栏推荐
- Use some common functions of hbuilderx
- 复杂 json数据 js前台解析 详细步骤《案例:一》
- Shenji Bailian 3.52-prim
- From design delivery to development, easy and efficient!
- Generics and generic constraints of typescript
- MUI底部导航的样式修改
- Summary of MySQL constraints
- Style modification of Mui bottom navigation
- Linkage between esp8266 and stc8h8k single chip microcomputer - Weather Clock
- Lambda expressions and method references
猜你喜欢
随机推荐
STC8H8K系列汇编和C51实战——按键允许按键计数(利用下降沿中断控制)
External interrupts cannot be accessed. Just delete the code and restore it Record this unexpected bug
Database learning summary 5
JWT工具类
Community theory | kotlin flow's principle and design philosophy
使用sha256文件验证下载的文件
官方零基础入门 Jetpack Compose 的中文课程来啦!
CNN可视化技术 -- CAM & Grad-CAM详解及pytorch简洁实现
Sumo tutorial Hello World
LeetCode 47. 全排列 II
来自读者们的 I/O 观后感|有奖征集获奖名单
ES6的详细注解
memcached安装
Current situation analysis of Devops and noops
51 single chip microcomputer - ADC explanation (a/d conversion, d/a conversion)
Error creating bean with name 'instanceoperatorclientimpl' defined in URL when Nacos starts
Linkage between esp8266 and stc8h8k single chip microcomputer - Weather Clock
Comment utiliser mitmproxy
Some experience of exercise and fitness
Contest3147 - game 38 of 2021 Freshmen's personal training match_ E: Listen to songs and know music


![Redis key value database [primary]](/img/47/10461d12720a9dd801f80ed1d3ad23.jpg)





