101 · Question #497
In an active/standby high-availability mode, what causes a standby unit to assume the active role?
The correct answer is D. heartbeat detection. In active/standby high availability, the standby unit continuously monitors the active unit using heartbeat messages and assumes the active role when those heartbeats cease.
Question
In an active/standby high-availability mode, what causes a standby unit to assume the active role?
Options
- AHashed unit iD
- Bmanagement MAC address
- Cresource utilization
- Dheartbeat detection
How the community answered
(30 responses)- A7% (2)
- B3% (1)
- D90% (27)
Why each option
In active/standby high availability, the standby unit continuously monitors the active unit using heartbeat messages and assumes the active role when those heartbeats cease.
Hashed unit ID is used for device identification or election priority in some clustering implementations, but it is not the trigger mechanism that causes a standby unit to assume the active role upon failure.
Management MAC address is an administrative identifier used to reach a device for management purposes and plays no role in active/standby failover triggering.
Resource utilization metrics drive load-balancing decisions in active/active configurations, not the binary failover event in an active/standby pair.
Heartbeat detection works by having the standby unit listen for periodic keepalive packets from the active unit; when the standby stops receiving heartbeats within a configured timeout window, it concludes that the active unit has failed and promotes itself to the active role, ensuring service continuity without manual intervention.
Concept tested: Active/standby HA failover via heartbeat detection
Source: https://www.cisco.com/c/en/us/td/docs/security/asa/asa-firepower/quick-start-guide/asa-5506-qsg/ha-pair.html
Topics
Community Discussion
No community discussion yet for this question.