outType
DAMOCLES-MIB ·
.1.3.6.1.4.1.21796.3.4.2.1.4
Object
The binary output type. 0 relay (off, on), 1 rts (-10,+10V), 2 dtr (0,10V)
Context
- MIB
- DAMOCLES-MIB
- OID
.1.3.6.1.4.1.21796.3.4.2.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- outEntry
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 'DAMOCLES-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DAMOCLES-MIB::outType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DAMOCLES-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DAMOCLES-MIB::outType.<outIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DAMOCLES-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DAMOCLES-MIB::outType'
Syntax
- Source
- OutputType
- Base type
Enumeration
Values & Constraints
Type Values
0 | onOff |
1 | rts |
2 | dtr |