Description:
|
fcCtlConfigurationState OBJECT-TYPE
SYNTAX INTEGER {
noChange(1),
notReady(2),
limitedReset(10),
reboot(11),
savingInProgress(20),
loadingInProgress(21)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this object indicates the current
state of the configuration (see
fcCtlConfigurationCommand to manage this
configuration) :
noChange : not any objects has been modified
since the last 'load' command or the last
boot,
notReady : this configuration can not be saved
because it has not been checked or it has
been checked but it contains some errors,
limitedReset : this configuration may be saved
and it may be taken into account by a
'hotReset' command,
reboot : this configuration may be saved and it
will be taken into account by the next
'reboot' command (the 'hotReset' command
is not enough complete),
savingInProgress : this configuration is beeing
saved, do not modify any parameter while
this saving is being processed,
loadingInProgress : a new configuration is
beeing loaded, do not modify any parameter
while this loading is being processed."
|
|