sysSTestStatus
RAD-Dacs-MIB ·
.1.3.6.1.4.1.164.3.3.1.3.10
Object
scalar Enumeration
Indicates the current test status (for all levels: system,
card, port).
This attribute will be set to:
- on(3): when there is at least one test in progress on the
system/card/port
otherwise the value will be off(2).
Context
- MIB
- RAD-Dacs-MIB
- OID
.1.3.6.1.4.1.164.3.3.1.3.10- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- sysStatus
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 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Dacs-MIB::sysSTestStatus.0'
More examples
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::sysSTestStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | off |
3 | on |