Description:
|
fcCtlStorageDevice OBJECT-TYPE
SYNTAX INTEGER {
normalNvram(1),
backupNvram(2),
startCard(3),
flashMemory(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The value of this object is the device where the
next load or save command will operate :
normalNvram : normal non volatile random access
memory (i.e., first part of the EEPROM),
backupNvram : backup non volatile random access
memory (i.e., second part of the EEPROM),
startCard : start card,
flashMemory : flash memory, this device is not
available for the save command (this
configuration is a minimum one).
The default value is 'normalNvram'."
|
|