HSRP
Description
HSRP provides routing redundancy for routing IP traffic without being dependent on the availability of any single router.
Lab Schema
Lab Config
Config Files
interface FastEthernet0/0
ip address 10.0.97.201 255.255.255.0
duplex auto
speed auto
standby ip 10.0.97.203
standby preempt
standby track FastEthernet0/1
!
interface FastEthernet0/1
ip address 172.16.97.201 255.255.255.0
duplex auto
speed auto
standby ip 172.16.97.203
standby preempt
standby track FastEthernet0/0
!
interface FastEthernet0/0
ip address 10.0.97.202 255.255.255.0
duplex auto
speed auto
standby ip 10.0.97.203
standby priority 95
standby preempt
standby track FastEthernet0/1
!
interface FastEthernet0/1
ip address 172.16.97.202 255.255.255.0
duplex auto
speed auto
standby ip 172.16.97.203
standby priority 95
standby preempt
standby track FastEthernet0/0
!