swVersionNextBoot
ADVA-MIB ·
.1.3.6.1.4.1.2544.2.4.1.1.5
Object
column Enumeration
Reports which software will be run at next boot, either the currently active one again or the alternative (currently inactive) one.
Context
- MIB
- ADVA-MIB
- OID
.1.3.6.1.4.1.2544.2.4.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swVersionEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ADVA-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVA-MIB::swVersionNextBoot'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADVA-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVA-MIB::swVersionNextBoot.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADVA-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADVA-MIB::swVersionNextBoot'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | activeVersion |
2 | inactiveVersion |