Technical Tip: Understanding Chassis Load Balancing Daemon in FortiGate
| Description | This article describes that is a critical component in managing the synchronization of routing and forwarding information across multiple processing units in a Chassis environment |
| Scope | FortiGate-6k, 7k. |
| Solution | The chlbd daemon facilitates the synchronization of the FIB from the primary Forwarding Processor Module (FPM) to other secondary FPMs. This is essential for maintaining routing consistency across a distributed system.
The below commands can be used to check this further:
systemctl status chlbd <----- Check the status of the chlbd daemon.
In a situation where the Routing table is not synchronized between FPMs as the route-sync from master FPM and slave FPMs is handled by chlbd daemon, its best to restart the daemon as below:
diag test app chlbd 3 <----- To force route sync. |
