The Virtual Router Redundancy Protocol (VRRP) provides automatic assignment of available routers to participating hosts. This increases the availability and reliability of routing paths via automatic default gateway selections on a subnet.
VRRP creates a virtual router, which is an abstract representation of multiple routers, i.e. master and backup routers, acting as a group. In the lab shown below, Host 1 is a PC with a gateway 11.11.10.254. R2 and R3 use the industry standard redundancy protocol VRRP to maintain a virtual gateway 11.11.10.254. R2 has a higher priority.
Network Diagram: VRRP Configuration Example
Configuration:
Confiure VRRP on R2 & R3
R2:
interface FastEthernet0/0
ip address 11.11.10.2 255.255.255.0
vrrp 1 ip 11.11.10.254
vrrp 1 priority 120
R3:
interface FastEthernet0/0
ip address 11.11.10.3 255.255.255.0
vrrp 1 ip 11.11.10.254
R2: show run int f0/0
R3: show run int f0/0
Final State:
R2 has been assigned as the master router in VRRP group1 and R3 is a backup router.
R2: show vrrp
R3: show vrrp
R1: trace 11.11.10.254
Tip: The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual routers to the VRRP routers on a LAN, allowing several routers on a multiaccess link to utilize the same virtual IP address.
Our unique lab format (Qmap) gives you access to step-by-step guide for configuring Voice VLANs and show-commands which highlight the impact of the configuration. You will need NetBrain Qmap Reader to view these details with an in-depth topology diagram.
Download Qmap
Note: If you don’t have NetBrain Qmap Reader, click here to download it. To view more labs, visit Qmap Learning Center.










