F5 Big-IP: Config Sync

Exam Topics

  • F5CAB2
    • F5CAB2.05
      • Explain methods of providing HA integrity
      • Explain advantages of HA

Introduction

In the previous HA Architecture course, we explored the different High Availability models available on F5 BIG-IP and the key components used to build a cluster, such as Device Trust and Device Groups.
In this course, we will dive deeper into the Config-Sync mechanism. We will see how it is used to maintain configuration consistency and integrity across multiple BIG-IP devices inside the same cluster.

What is Config-Sync ?

When creating a Device Group in a High Availability environment, you can choose between two types:

  • Sync-Only Device Group
  • Sync-Failover Device Group

Both rely on the Config-Sync mechanism to synchronize configuration data between devices. (The Sync-Failover group additionally provides traffic failover capabilities.)

ADC labs: Config-Sync

 

Keeping configurations synchronized across all units is critical in a clustered environment. For example, if you create a Virtual Server on Unit A, you want that configuration change to propagate to Unit B.

 

ADC labs: Configuration Mismatch

Without synchronization, administrators would need to manually recreate the same configuration on each device, which could easily introduce inconsistencies or human errors, such as:

  • Different object names (test vs Test)
  • Incorrect IP addresses
  • Missing profiles or monitors
  • Outdated configurations on standby devices

 

ADC labs: Cluster Configuration Propagation

This becomes even more important considering that a Sync-Only Device Group can contain up to 32 devices. Manually maintaining identical configurations across dozens of BIG-IP systems would quickly become unmanageable.

When BIG-IP devices belong to the same Device Group, the Config-Sync utility ensures that configuration changes are propagated and kept up to date across all members.

Config-Sync channel

To exchange and synchronize configuration data, BIG-IP devices use the ConfigSync address configured during Device Trust setup.

This address uses the TMM (Traffic Management Microkernel) network plane rather than the management interface, meaning it behaves like a production traffic interface.

ADC labs: Config-Sync Channel

...

Cours verrouillé
Nicolas Dupin

Nicolas Dupin

My name is Nicolas DUPIN, a 30-year-old F5 Specialist from France. I've been working with F5 technologies since 2016 and hold the 401 Security Solution Expert certification. My passion is helping others learn F5 BIG-IP solutions. After facing challenges in finding lab resources when I started, I created this website to offer practical exercises and insights to help others gain hands-on experience with F5 technologies.