mellanoxEntStateModuleCurrentState
MELLANOX-ENTITY-STATE-MIB ·
.1.3.6.1.4.1.33049.7.1.1.1.1.1
Object
column ModuleStateType
Module Current State
Context
- MIB
- MELLANOX-ENTITY-STATE-MIB
- OID
.1.3.6.1.4.1.33049.7.1.1.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mellanoxEntStateEntry
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 'MELLANOX-ENTITY-STATE-MIB' -M '/opt/observium/mibs/mellanox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MELLANOX-ENTITY-STATE-MIB::mellanoxEntStateModuleCurrentState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MELLANOX-ENTITY-STATE-MIB' -M '/opt/observium/mibs/mellanox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MELLANOX-ENTITY-STATE-MIB::mellanoxEntStateModuleCurrentState.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MELLANOX-ENTITY-STATE-MIB' -M '/opt/observium/mibs/mellanox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MELLANOX-ENTITY-STATE-MIB::mellanoxEntStateModuleCurrentState'
Syntax
- Source
- ModuleStateType
- Base type
Enumeration
Values & Constraints
Type Values
1 | ok |
2 | disabled |
3 | reset |
4 | missing |
5 | criticalFault |
6 | nonCriticalFault |
7 | unknown |