s3AgentConfigLoadMode
SYNOPTICS-COMMON-MIB ·
.1.3.6.1.4.1.45.1.2.1.17
Object
scalar mandatory
r/w
Enumeration
This indicates whether the agent should get
configuration data from the network, use the local
configuration data, or try the network first and then
fall back to local configuration if the network load
fails. This object applies only to agents with boot
prom support for agent configuration load options.
This parameter will not take effect until written into
EEPROM (s3AgentWriteEeprom) and a reset (s3AgentReset)
is issued.
Context
- MIB
- SYNOPTICS-COMMON-MIB
- OID
.1.3.6.1.4.1.45.1.2.1.17- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- s3AgentSw
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::s3AgentConfigLoadMode.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::s3AgentConfigLoadMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | remoteConfig |
3 | localConfig |
4 | localAsBackup |