Description:
|
fcCtlBootDevice OBJECT-TYPE
SYNTAX INTEGER {
normalNvram(1),
backupNvram(2),
startCard(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The value of this object is the device containing
the configuration which will be used by the
equipment at next boot time. When the equipment
fails to boot because of an inconsistent
configuration, it will retry to boot with another
one as following :
normalNvram : normal non volatile random access
memory (i.e., first part of the EEPROM),
when it boots the equipment tries to use
the configuration from :
1st time : normalNvram,
2nd time normalNvram,
3rd time backupNvram,
4th time flashMemory.
backupNvram : backup non volatile random access
memory (i.e., second part of the EEPROM),
when it boots the equipment tries to use
the configuration from :
1st time backupNvram,
2nd time backupNvram,
3rd time flashMemory.
startCard : start card, when it boots the
equipment tries to use the configuration
from :
1st time startCard,
2nd time startCard,
3rd time backupNvram,
4th time flashMemory.
The default value is 'normalNvram'."
|
|