juniSystemSlotStatus
Juniper-System-MIB ·
.1.3.6.1.4.1.4874.2.2.2.1.3.3.1.3
Object
column Enumeration
The status of the module slot container.
unknown - The existence of a container cannot be
determined
noSlotContainer - The physical container does not exist
empty - No module is present and no configuration
information is available for this container
moduleNotPresent - A module is configured but it is not currently
in its container
modulePresent - A module is inserted in the container
Context
- MIB
- Juniper-System-MIB
- OID
.1.3.6.1.4.1.4874.2.2.2.1.3.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- juniSystemSlotEntry
- 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::juniSystemSlotStatus'
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::juniSystemSlotStatus.<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::juniSystemSlotStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | noSlotContainer |
2 | empty |
3 | moduleNotPresent |
4 | modulePresent |