|
Description:
|
s3LocImageLoadMode OBJECT-TYPE
SYNTAX INTEGER {
other(1),
remoteBoot(2),
localBoot(3),
localAsBackup(4),
remoteNoUpdate(5),
remoteNewUpdate(6),
localAutoUpdate(7)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This indicates whether the agent should get code
from the network, use a local image, or try the
network first and then fall back to local image if
the network boot fails. The localBoot(3) and
localAsBackup(4) values apply only to agents with
local load option. Note: on agents that have
no local storage, either remoteBoot(2), or
remoteNoUpdate(5) may be specified, however
the value remoteBoot(2) is prefered due to
backwards compatibility"
|
|
|