Friday, November 9, 2018

HSRP Protocol with configuration

HSRP Protocol with configuration



Tips-1
If router 4 wan link will be down then other router take
responsibility of gateway and it will send the packet to internet.

Tips-2
If router 4 will be down then any other router can send
packet to internet.

but it can possible via HSRP, VRRP, GLBP. through


R4# configure terminal
R4(config)# interface gigabitethernet0/0
R4(config-if)# ip address 192.168.1.2 255.255.255.0
R4(config-if)# standby 1 ip 192.168.1.1
R4(config-if)# standby 1 priority 110
R4(config-if)# standby 1 timers 2 3
R4(config-if)# end


R5# configure terminal
R5(config)# interface gigabitethernet0/0
R5(config-if)# ip address 192.168.1.3 255.255.255.0
R5(config-if)# standby 1 ip 192.168.1.1
R5(config-if)# standby 1 priority 90
R5(config-if)# standby 1 timers 2 3
R5(config-if)# end