sonusSystemServerSoftwareUpgradeStatusUpgradeStatus
SONUS-SYSTEM-MIB ·
.1.3.6.1.4.1.2879.2.8.5.1.14.1.2
Object
Indicates the current status of the server.
Context
- MIB
- SONUS-SYSTEM-MIB
- OID
.1.3.6.1.4.1.2879.2.8.5.1.14.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sonusSystemServerSoftwareUpgradeStatusEntry
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 'SONUS-SYSTEM-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-SYSTEM-MIB::sonusSystemServerSoftwareUpgradeStatusUpgradeStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SONUS-SYSTEM-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-SYSTEM-MIB::sonusSystemServerSoftwareUpgradeStatusUpgradeStatus.<sonusSystemServerSoftwareUpgradeStatusName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SONUS-SYSTEM-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SONUS-SYSTEM-MIB::sonusSystemServerSoftwareUpgradeStatusUpgradeStatus'
Syntax
- Source
- SonusNodeServerLiveSoftwareUpgradeStatusType
- Base type
Enumeration
Values & Constraints
Type Values
1 | none |
2 | pendingUpgrade |
3 | upgrading |
4 | upgraded |
5 | pendingRevert |
6 | reverting |
7 | reverted |
8 | revertingOnError |
9 | committed |