Give VRRP practical?

author
,
Network Security Engineer
  • Total 1 Answer
  • 2165
Can You answer this question?
author
,
CCNA Routing and Switching

VRRP Practical : 

 

In above practical both of users have to access the internet as we have to configure VRRP and make Load Balancing, Redundancy available.

Redundancy means when one router either R1 or R2 will goes down another router will be used.

In VRRP one router will become will become Master Router and all others will go in the backup state.

Now Enable VRRP on R1 and R2:

R1(config)#int fa0/0

R1(config-if)#ip addr 10.0.0.10 255.0.0.0

R1(config-if)#no shutdown
R1(config-if)#vrrp 10 ip 10.0.0.100

R1(config-if)#exit

To verify : 

R1(config)#do show vrrp brief

 

R2(config)#interface Fastehternet 0/0

R2(config-if)#ip address 10.0.0.20 255.0.0.0

R2(config-if)#no shutdown

R2(config-if)#vrrp 10 ip 10.0.0.100

R2(config-if)#exit 

To verify VRRP Configuration : 

R2(config)#do show vrrp brief

To Achieve Load Balancing make one more group on both routers and increase R1 priority for that group to make that router R1 as Master for that group.