nerdexam
F5

101 · Question #246

After editing and saving changes to the configuration file containing virtual servers, what is the immediate result?

The correct answer is E. The new configuration is neither verified nor loaded.. Directly editing and saving the BIG-IP configuration file does not trigger automatic verification or loading; the system takes no immediate action on the changed file.

Section 2: F5 Solutions and Technology

Question

After editing and saving changes to the configuration file containing virtual servers, what is the immediate result?

Options

  • AThe new configuration is verified and loaded.
  • BThe new configuration is verified not loaded.
  • CThe new configuration is verified
  • DThe new configuration is loaded but not verified.
  • EThe new configuration is neither verified nor loaded.
  • FThe new configuration is verified and loaded if is it syntactically correct.

How the community answered

(33 responses)
  • B
    3% (1)
  • E
    94% (31)
  • F
    3% (1)

Why each option

Directly editing and saving the BIG-IP configuration file does not trigger automatic verification or loading; the system takes no immediate action on the changed file.

AThe new configuration is verified and loaded.

The configuration is not automatically verified or loaded upon a file save; manual intervention via tmsh or the GUI is required to trigger both actions.

BThe new configuration is verified not loaded.

No verification occurs on save; verification only happens when an explicit load command is issued by the administrator.

CThe new configuration is verified

No verification occurs automatically when the file is saved to disk without a subsequent explicit load command.

DThe new configuration is loaded but not verified.

The configuration is neither loaded nor verified automatically; file saves are passive and require a subsequent explicit load operation.

EThe new configuration is neither verified nor loaded.Correct

In F5 BIG-IP, the bigip.conf file is a flat text file on disk, and saving manual edits to it does not cause the Traffic Management Microkernel to reload or validate the configuration. An administrator must explicitly run a command such as 'tmsh load sys config' to both verify syntax and apply the configuration to the running system. Until that command is issued, the running configuration remains unchanged regardless of what was saved to the file.

FThe new configuration is verified and loaded if is it syntactically correct.

Even if the file is syntactically correct, it is not automatically loaded because the BIG-IP system does not monitor the config file for changes and apply them on save.

Concept tested: BIG-IP configuration file manual edit and load behavior

Source: https://support.f5.com/csp/article/K13502

Topics

#configuration management#config file editing#BIG-IP administration#config loading

Community Discussion

No community discussion yet for this question.

Full 101 Practice