mdlCOperStatus
RAD-Dacs-MIB ·
.1.3.6.1.4.1.164.3.3.2.1.2.1.9
Object
column Enumeration
The current operational state of the module.
up
The physical module agrees with the pre-provisioned card type,
and the configuration of the module succeeded.
down
There are one or more problems/failures with the module.
Detailed information is contained in the object mdlCDetailedStatus.
notPresent
The module is not detected in the shelf at the moment.
Context
- MIB
- RAD-Dacs-MIB
- OID
.1.3.6.1.4.1.164.3.3.2.1.2.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mdlCEntry
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-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Dacs-MIB::mdlCOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Dacs-MIB::mdlCOperStatus.<mdlCConfigIdx>.<mdlCSlotIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Dacs-MIB::mdlCOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | notPresent |