juniSystemModuleOperStatus
Juniper-System-MIB ·
.1.3.6.1.4.1.4874.2.2.2.1.3.4.1.1
Object
column Enumeration
The current operational status of the module (or sub-module):
unknown - The status of the module cannot be determined
notPresent - No hardware is currently present but there was a
module previously configured in this position (see
juniSystemModuleExpectedType);
juniSystemModuleCurrentType is unknown(0)
disabled - Disable for the reason specified in
juniSystemModuleDisableReason
hardwareError - Not operational due to a hardware failure
booting - In the process of booting
initializing - In the process of initialing
online - Fully operational
standby - In redundant standby mode
inactive - In redundant inactive mode
notResponding - Unable to communicate with the rest of the system
Context
- MIB
- Juniper-System-MIB
- OID
.1.3.6.1.4.1.4874.2.2.2.1.3.4.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- juniSystemModuleEntry
- Groups
- 3
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 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemModuleOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemModuleOperStatus.<juniSystemSlotNumber>.<juniSystemSlotLevel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-System-MIB::juniSystemModuleOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | notPresent |
2 | disabled |
3 | hardwareError |
4 | booting |
5 | initializing |
6 | online |
7 | standby |
8 | inactive |
9 | notResponding |