A network administrator configures HSRP group 10 on two Cisco IOS routers to provide high availability for the network.
Router R1 configuration:
text interface GigabitEthernet0/1 ip address 192.168.10.2 255.255.255.0 standby 10 ip 192.168.10.1 standby 10 priority 115 standby 10 preempt standby 10 track GigabitEthernet0/0 30
Router R2 configuration:
text interface GigabitEthernet0/1 ip address 192.168.10.3 255.255.255.0 standby 10 ip 192.168.10.1 standby 10 priority 100 standby 10 preempt
Initially, both routers and interfaces are fully operational, and R1 is the Active router. If interface GigabitEthernet0/0 on R1 experiences a link failure, which router will become the Active router for HSRP group 10, and what is R1's effective priority?
- R2 becomes the Active router because R1's priority decrements to 85, which is lower than R2's priority of 100.Cevap
- BR1 remains the Active router because R1's priority decrements to 100, resulting in a tie where the current Active router retains its role.
- CR1 remains the Active router because R2 lacks interface tracking and cannot preempt an active router during an uplink failure.
- DR2 becomes the Active router because HSRP tracking immediately disables the standby group on R1 upon uplink failure.