Hi friend!
Hot-standby backup (HSB) is a feature that improves network reliability through redundancy between two devices. After the two devices determine the master and backup roles, the master device forwards service packets, and the backup device monitors status of the master device. The master device periodically sends its status information and data to be backed up to the backup device. When the master device fails, the backup device takes over the services immediately.
As users impose higher requirements on network reliability, nonstop transmission has become a key issue, especially on ingress nodes or access nodes of important services, such as Internet access nodes of enterprises and database servers of banks. If only one device is deployed on such a service point, the network is vulnerable to service interruption caused by single-point failures, even if the device is highly reliable.
HSB was introduced to solve this problem. HSB implements service backup between two devices. Service information is backed up in real-time through the HSB channel so that the backup device can take over services without causing service interruption when the master device fails. This technology reduces the risks of single-point failures and improves network reliability.
When the master device fails, service traffic can be switched to the backup device only if the backup device has the same session entries as the master device. If the session entries on the master and backup devices are different, sessions may be interrupted during traffic switching. Therefore, a mechanism is required to synchronize session information to the backup device when session entries are created or modified on the master device. The HSB service module provides data backup, sets up an HSB channel between the master and backup devices and maintains the link status of the HSB channel. Session information is synchronized through the HSB channel.
VRRP HSB implements traffic switching through VRRP. You can refer to the link https://support.huawei.com/hedex/hdx.do?docid=EDOC1100203017&id=EN-US_CONCEPT_0176375977&lang=en
Hope to help you!