s3LocImageLoadMode
SYNOPTICS-COMMON-MIB ·
.1.3.6.1.4.1.45.1.2.6.4
Object
scalar mandatory
r/w
Enumeration
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
Context
- MIB
- SYNOPTICS-COMMON-MIB
- OID
.1.3.6.1.4.1.45.1.2.6.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- s3AgentLocImage
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYNOPTICS-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-COMMON-MIB::s3LocImageLoadMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYNOPTICS-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYNOPTICS-COMMON-MIB::s3LocImageLoadMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | remoteBoot |
3 | localBoot |
4 | localAsBackup |
5 | remoteNoUpdate |
6 | remoteNewUpdate |
7 | localAutoUpdate |