swPackInstallationSlotStatus
RAD-SwPack-MIB ·
.1.3.6.1.4.1.164.6.2.67.4.4.1.2
Object
column Enumeration
Status of SW Pack installation per slot.
ready (1) - card is placed in slot and ready to SW Pack
installation.
empty (2) - the slot is empty.
inProgress (3) - the card reset was performed, the card SW
installation is in progress.
manualResetWait (4) - SW Pack installation was started,
operator didn't perform the card reset yet.
failure (5) - SW installation of the card failed
Context
- MIB
- RAD-SwPack-MIB
- OID
.1.3.6.1.4.1.164.6.2.67.4.4.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swPackInstallationEntry
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 'RAD-SwPack-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SwPack-MIB::swPackInstallationSlotStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-SwPack-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SwPack-MIB::swPackInstallationSlotStatus.<swPackInstallationSlotIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-SwPack-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-SwPack-MIB::swPackInstallationSlotStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ready |
2 | empty |
3 | inProgress |
4 | manualResetWait |
5 | failure |