outputEffect
INFRATEC-RMS-MIB ·
.1.3.6.1.4.1.1909.10.3.1.1.3
Object
column mandatory
r/w
Enumeration
Determines the way the physical digital output is influenced by one or more filter results. For this the result of the logical output block can be passed thru (thru) or inverted (invert). Furthermore it is possible to force each output to be switched on or off permanently, which means that the output won't be influenced by any filter result. This can be usefull for diagnose purposes.
Context
- MIB
- INFRATEC-RMS-MIB
- OID
.1.3.6.1.4.1.1909.10.3.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- outputEntry
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 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INFRATEC-RMS-MIB::outputEffect'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INFRATEC-RMS-MIB::outputEffect.<outputIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'INFRATEC-RMS-MIB::outputEffect'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |
3 | thru |
4 | invert |