Godlike-Dodo / Dodo-Teaching-Network

0 stars 0 forks source link

HSRP – Hot standby router protocol #6

Open Godlike-Dodo opened 1 year ago

Godlike-Dodo commented 1 year ago

Virtual Router (IP), default gateway will be that ip adress from all the cliënts.

Router 1 Go to the interface. Open cli and put in these commands.

enable configure terminal interface g0/1 ip address 192.168.10.2 255.255.255.0 standby version 2 standby 1 ip 192.168.10.1 standby 1 name HSRP_Test standby 1 priority 150 standby 1 preemt no shutdown end copy running-config startup-config

Router 2 enable configure terminal interface g0/1 ip address 192.168.10.3 255.255.255.0 standby 1 name HSRP_Test standby version 2 standby 1 ip 192.168.10.1 no shutdown end copy running-config startup-config