s3AgentBootMode
SYNOPTICS-COMMON-MIB ·
.1.3.6.1.4.1.45.1.2.4.6
Object
scalar mandatory
r/w
Enumeration
The method for obtaining boot parameter information.
The possible values are:
eeprom(1)......get boot info from eeprom
net(2).........get boot info from remote server
otherCase(3)...not eeprom or net
This parameter will not take effect until written
into EEPROM (s3AgentWriteEeprom) and a reset
(s3AgentReset) is issued.
Note: In previous versions of this MIB the name
associated with the value '2' was 'other',
which implied the same meaning as it does
now. Thus to prevent confusion, the name
for value '3' was chosen to be 'otherCase'.
Context
- MIB
- SYNOPTICS-COMMON-MIB
- OID
.1.3.6.1.4.1.45.1.2.4.6- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- s3AgentHw
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::s3AgentBootMode.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::s3AgentBootMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | eeprom |
2 | net |
3 | otherCase |