devDS1MonResultCode
PDN-DS1CONFIG-MIB ·
.1.3.6.1.4.1.1795.2.24.2.6.5.1.2.1.3
Object
column mandatory
Enumeration
This object contains a code for more specific information on the test pattern monitoring result. A value of none(1) indicates that no further information is available. inSyncNoBitErrors(2) notes that the monitor pattern test has synchronized on the pattern and has not detected any bit errors. inSyncWithBitErrors indicates that the monitor pattern test has synchronized on the pattern and has detected bit errors. A monitor pattern test that has not synchronized on the request pattern returns a value of notInSync(4).
Context
- MIB
- PDN-DS1CONFIG-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.6.5.1.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- devDS1MonResultEntry
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 'PDN-DS1CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DS1CONFIG-MIB::devDS1MonResultCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-DS1CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DS1CONFIG-MIB::devDS1MonResultCode.<devDS1MonResultIfIndex>.<devDS1MonResultTestType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-DS1CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-DS1CONFIG-MIB::devDS1MonResultCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | inSyncNoBitErrors |
3 | inSyncWithBitErrors |
4 | notInSync |