cprTest
ELECTROLINE-DHT-TEST-MIB ·
.1.3.6.1.4.1.5802.1.3.1.2.4.1.4.2
Object
scalar Enumeration
CprTest returns 1 if an Spi Communication test has failed. The value 2 is returned if an CprTest has passed.
Context
- MIB
- ELECTROLINE-DHT-TEST-MIB
- OID
.1.3.6.1.4.1.5802.1.3.1.2.4.1.4.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- dhtExternalDevices
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELECTROLINE-DHT-TEST-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELECTROLINE-DHT-TEST-MIB::cprTest.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELECTROLINE-DHT-TEST-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELECTROLINE-DHT-TEST-MIB::cprTest'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | failed |
2 | passed |