nerdexam
F5

201 · Question #49

Which statement is true about the synchronization process, as performed by the Configuration Utility or by typing b config sync all.

The correct answer is C. The two /config/bigip.conf configuration files are synchronized (made identical) each time the process is run.. The synchronization process on a BIG-IP system primarily ensures that the /config/bigip.conf file, which contains the main running configuration, is identical across redundant devices. This process is crucial for maintaining a consistent state in a high-availability environment.

Section 6: Configure High Availability

Question

Which statement is true about the synchronization process, as performed by the Configuration Utility or by typing b config sync all.

Options

  • AThe process should always be run from the standby system.
  • BThe process should always be run from the system with the latest configuration.
  • CThe two /config/bigip.conf configuration files are synchronized (made identical) each time the process is run.
  • DMultiple files, including /config/bigip.conf and /config/bigip_base.conf, are synchronized (made identical)

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    89% (33)
  • D
    3% (1)

Why each option

The synchronization process on a BIG-IP system primarily ensures that the /config/bigip.conf file, which contains the main running configuration, is identical across redundant devices. This process is crucial for maintaining a consistent state in a high-availability environment.

AThe process should always be run from the standby system.

The synchronization process can be initiated from either the active or standby system, depending on which system has the desired configuration to be pushed or pulled.

BThe process should always be run from the system with the latest configuration.

While often initiated from the system with the latest configuration (usually the active one), the process itself can be run from either device; the critical part is ensuring the correct source configuration is chosen for synchronization.

CThe two /config/bigip.conf configuration files are synchronized (made identical) each time the process is run.Correct

The config sync process in BIG-IP, whether initiated via the Configuration Utility or the command line (b config sync all), specifically synchronizes the active configuration, primarily stored in the /config/bigip.conf file, to ensure it is identical across the peer device. This file contains all the user-defined configurations such as virtual servers, pools, nodes, etc., that are essential for traffic processing and high availability.

DMultiple files, including /config/bigip.conf and /config/bigip_base.conf, are synchronized (made identical)

While some other configuration files and objects might be part of a broader sync, the core synchronization explicitly ensures the main /config/bigip.conf file is consistent, not necessarily /config/bigip_base.conf which holds factory defaults and is not typically synced.

Concept tested: BIG-IP configuration synchronization process

Topics

#config sync#redundant pair#configuration management#high availability

Community Discussion

No community discussion yet for this question.

Full 201 Practice