VRRP - Virtual Router Redundancy Protocol
VRRP - Virtual Router Redundancy Protocol
VRRP States –
1. Master
2. Backup
➢ Note 1 - Once if any router becomes master then master router only will send hello message
and other router will receive hello massage.
➢ Note 2 - If priority are same on every router then election will be done based on higher IP
address for Master & Backup.
Below are the sample topology in which I have demonstrated VRRP configuration, there are
three router just assume like – Airtel , TCL, Vodafone.
1. RTR(config)#interface GE 1/0
RTR(config-if)#vrrp 1 ip 192.168.1.100
Note – If we configure vrrp on the router and do not change priority then highest IP address will become
master router and other router will become backup router and as here I have configured vrrp without
changing priority therefore Vodafone router will become master other will be backup.( by default is 100
on every router – Airtel,TCl,Vodafone yet).
See the below snapshot in which hello packet are sending through multicast address in VRRP –
224.0.0.18.
2. Now we’re going to change priority on primary link as we have taken 16mbps link from ISP
in order to LAN users can access internet services easily then on primary link ( Airtel_RTR)
We will have to changed priority.
Airtel_RTR(config)#interface GE 1/0
Airtel_RTR(config-if)#vrrp 1 priority 130
After changing priority on Airtel router will become master as higher priority on it.
Condition 1-
Lets assume that if Airtel’s WAN interface GE0/0 in case of goes down for some time then what will be
happen –All LAN user will not be able to access the internet as all LAN traffic will come to airtel router
just drop, Airtel router is master router so far.
In this case we will have to track WAN interface using line protocol.
➢ As I’m going to down Airtel’s wan interface which is connected Internet link ( ISP).
As Interface GE0/0 is down, Once WAN interface goes down LAN user will not be able to access the
internet so we need to track that interface.
1. Airtel_RTR(config)#interface GE 1/0
2. Airtel_RTR(config-if)#vrrp 1 track 10 decrement 10
Condition – 2
If suppose in case ISP’s router goes down then what will be happen , in that case we will have to track
route of ISP router.
Now I’m going to call this track into the interface of VRRP on Airtel router which is master even now.
1. Airtel_RTR(config)#interface GE 0/0
2. Airtel_RTR(config-if)#vrrp 1 track 20 decrement 40
Note – In my case we have on one ISP in my topology so sorry for it but still we have verify to up the
loopback interface on the router once.
Note – however we can make load balancing in VRRP using create a different group like – group 1 &
group2….||
Some points -
1. There are more commands you can configure as per the your requirements.
2. Authentication – Plain text, MD5
3. Preempt – enabled by default
4. Priority ( 1 to 255)
5. Timers – hello and dead interval timer
6. Tracking system using interface and route and many more.
THE END
I have written as per the my Kb & in case of any points are wrong, let me know also share your thought
in order to I can improve my Knowledge in VRRP.
Umesh Prajapati
Email – [email protected]
Learning is the best quality of life.