What is the effect of executing the save-config command in superuser mode?
Click on the arrows to vote for the correct answer
A. B. C. D. E.C.
The Oracle Communications Session Border Controller (SBC) 7 provides network security and manages session initiation protocol (SIP) sessions. The SBC 7 is configured through the command-line interface (CLI). The CLI allows for configuration changes to be made to the SBC 7, and those changes are stored in different configuration versions.
When changes are made to the SBC 7 configuration, the running configuration version increases. The running configuration version is the version of the configuration currently in use by the SBC 7. The editing configuration version is the version of the configuration that is currently being edited. The saved configuration version is the version of the configuration that has been saved to non-volatile memory.
The save-config command is used to save the editing configuration to non-volatile memory. When the save-config command is executed in superuser mode, the following occurs:
A. The running configuration version is reset to 1: This is not the effect of executing the save-config command in superuser mode. Therefore, option A is incorrect.
B. The running configuration version does not increase and is equal to the saved configuration version: This option is not entirely accurate. When the save-config command is executed, the running configuration version does not increase. However, the running configuration version may not be equal to the saved configuration version if configuration changes have been made since the last time the configuration was saved. Therefore, option B is partially correct but not entirely accurate.
C. The saved configuration version increases by 1 and is higher than the running configuration version: This option is incorrect. When the save-config command is executed, the saved configuration version does not increase by 1. Instead, the saved configuration version is updated to match the editing configuration version. Therefore, option C is incorrect.
D. The running configuration version increases by 1 and is higher than the saved configuration version: This option is not the effect of executing the save-config command in superuser mode. Therefore, option D is incorrect.
E. The editing configuration version increases by 1 and is higher than the saved configuration version: This option is correct. When the save-config command is executed in superuser mode, the editing configuration version increases by 1, and the saved configuration version is updated to match the editing configuration version. Therefore, option E is the correct answer.
In summary, executing the save-config command in superuser mode updates the saved configuration version to match the editing configuration version, and the editing configuration version increases by 1.