juniSystemModuleDisableReason
Juniper-System-MIB ·
.1.3.6.1.4.1.4874.2.2.2.1.3.4.1.2
Object
column Enumeration
Indicates the condition causing the module (or sub-module) to be
disabled:
none - Value when the module is not disabled
unknown - Unknown reason for disablement
assessing - The module content is being assessed (transient
initialization state)
admin - The module is administratively disabled
typeMismatch - The current module personality conflicts with
configuration associated with a different (expected)
module personality that previously occupied the slot
fabricLimit - Module resource requirements exceed available fabric
capacity
imageError - Software image for the module is missing or invalid
Context
- MIB
- Juniper-System-MIB
- OID
.1.3.6.1.4.1.4874.2.2.2.1.3.4.1.2- 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::juniSystemModuleDisableReason'
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::juniSystemModuleDisableReason.<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::juniSystemModuleDisableReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | unknown |
2 | assessing |
3 | admin |
4 | typeMismatch |
5 | fabricLimit |
6 | imageError |