ruckusSwRevStatus
OBS ✓
RUCKUS-SWINFO-MIB ·
.1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1.5
Object
column Enumeration
This indicates the current state of the software. This may either be active (currently running), or inactive.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Polling
Explore Observium network monitoring
Context
- MIB
- RUCKUS-SWINFO-MIB
- OID
.1.3.6.1.4.1.25053.1.1.3.1.1.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ruckusSwRevEntry
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 'RUCKUS-SWINFO-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-SWINFO-MIB::ruckusSwRevStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RUCKUS-SWINFO-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-SWINFO-MIB::ruckusSwRevStatus.<ruckusSwRevIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RUCKUS-SWINFO-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RUCKUS-SWINFO-MIB::ruckusSwRevStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | active |