slmSwRevStatus
SL-MAIN-MIB ·
smartoptics variant
·
.1.3.6.1.4.1.4515.1.3.1.12.1.2
Object
column Enumeration
The status of the system software directory content. The value valid(1) means that the data of this entry is valid and that the software is loaded correctly and is currently used. The value copyingToStandby(3) means that the SW is currently being copied to the Standby Switch. During this period the NMS is not allowed to upgrade the SW version. This value is applicable only to the Standby software version. The value invalid(2) means otherwise. This value is applicable only to the Standby software version.
Context
- MIB
- SL-MAIN-MIB
- OID
.1.3.6.1.4.1.4515.1.3.1.12.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- slmSwRevEntry
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 'SL-MAIN-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-MAIN-MIB::slmSwRevStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-MAIN-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-MAIN-MIB::slmSwRevStatus.<slmSwRevDirectory>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-MAIN-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-MAIN-MIB::slmSwRevStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | valid |
2 | invalid |
3 | copyingToStandby |