当前位置:网站首页>VRRP overview and experiment
VRRP overview and experiment
2022-08-05 06:22:00 【sologuai】
1. Overview of VRRP
- VirtualRouter Redundancy Protocol (VRRP)
- VRRP can virtualize multiple routers into a virtual router without changing the networking. By configuring the IP address of the virtual router as the default gateway, the backup of the gateway can be realized.
- Using VRRP, a group of routers (interfaces in the same LAN) work together, but only one is in the Master state, and the router (the interface) in this state undertakes the actual data traffic forwarding task.
2. Working principle of VRRP
(1) The routers in the virtual router elect the Master according to the priority.By sending gratuitous ARP packets, the master router notifies its own virtual MAC address to the devices or hosts connected to it, so as to undertake the task of packet forwarding;
(2) The Master router periodically sends VRRP packets to announce its configuration information (priority, etc.) and working status;
(3) If the Master router fails, the Backup router in the virtual router will re-elect a new Master according to the priority;
(4) When the virtual router state switches, the Master router switches from one device to anotherThe new master router simply sends a gratuitous ARP packet carrying the virtual router's MAC address and virtual IP address information, so that the ARP-related information in the host or device connected to it can be updated.The hosts on the network cannot perceive that the Master router has been switched to another device.
(5) When the priority of the Backup router is higher than that of the Master router, the working mode (preemptive and non-preemptive) of the Backup router determines whether to re-elect the Master.
3. VRRP active and standby backup process
(1) When the priority is set, the priority with the larger priority is the same, and the mac address of the interface is compared
(2) After the routers are configured, they do not know the configuration of the other side, and will send advertisement messages to each other to elect the active and standby routers
(3) Elect the active and standby routers
(4) After the master and backup are elected, the backup will not send messages
(5) The master always sends notification messages periodically
4. Experimental configuration
The first step: set the ip subnet mask and gateway of pc1, pc2, pc3
Step 2: Configure the port ip and subnet mask of the three routers
Step 3: Routers r2 and r3 use the vrrp protocol
Step 4: Configure the static routes of routers r1, r2, and r3
Step 5: Test
pc2 ping pc1
pc2 tracert pc1
The sixth step: disconnect the two lines of r2 and test again
边栏推荐
- This is indeed the best article on microservice architecture I have read!
- 正则表达式小实例--去掉字符串中间和两边的空格
- LinkSLA坚持用户第一,打造可持续的运维服务方案
- May I ask how to read the binlog of the two tables of hologres through flink sql, and then how to join?
- 正则表达式小示例--获取重复最多的字符及其数量
- network issue?Service packet loss?This is enough
- Regular expression small example - get number character and repeated the most
- 磁盘管理与文件系统
- 微信小程序页面跳转传参
- Call the TensorFlow Objection Detection API for object detection and save the detection results locally
猜你喜欢
随机推荐
I/O performance and reliability
I217-V network disconnection problem in large traffic under openwrt soft routing
Billions of IT operations in the market, the product by strength to speak
spark operator-textFile operator
The problem of calling ds18b20 through a single bus
逻辑卷创建
程序员应该这样理解I/O
运维的高光时刻,从智能化开始
markdown editor template
The Servlet to jump to the JSP page, forwarding and redirection
network issue?Service packet loss?This is enough
7 steps to complete cloud monitoring
spark source code-RPC communication mechanism
NIO works is analysed
Switch principle
[issue resolved] - jenkins pipeline checkout timeout
wc、grep、tar、vi/vim
时间复杂度和空间复杂度
LeetCode中常用语言的一些基本方法记录
LinkSLA insists that users come first and creates a sustainable operation and maintenance service plan