Description:
|
fcCtlConfigurationCommand OBJECT-TYPE
SYNTAX INTEGER {
ready(1),
check(2),
load(5),
save(6),
erase(7),
hotReset(10),
reboot(20)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The value of this object is the command used to
manage the current configuration :
ready : this value is always returned by the
equipment in response to a GET request,
check : a SET to this value starts the global
checking of the current configuration (the
possible errors are described in
fcCtlStateCheckingResults), determines
which ports are concerned by the
modifications (see fcCtlAlteredLpTable and
fcCtlAlteredIfTable for the list of these
ports) and sets fcCtlConfigurationState to
'notReady', 'limitedReset' or 'reboot',
load : a SET to this value starts the loading
of the configuration from
fcCtlStorageDevice, this configuration
replaces the current one (do not modify
any parameter while this loading is being
processed),
save : a SET to this value starts the saving of
the current configuration to
fcCtlStorageDevice (do not modify any
parameter while this saving is being
processed). This saving procedure must
follow a checking command with correct
results.
erase : not available,
hotReset : a SET to this value resets (i.e.,
disconnects and connects) the ports, the
parameters of which have been changed (see
fcCtlAlteredLpTable and
fcCtlAlteredIfTable for the list of these
ports), this is possible only if
fcCtlConfigurationState is equal to
'limitedReset',
reboot : a SET to this value reboots the
equipment, the configuration taken into
account is specified by fcCtlBootDevice.
When the current configuration is going to be
modified, it is advisable to save a valid one on
the backupNvram to avoid the loss of accessibility
to the equipment.
The default value is 'ready'."
|
|