dstOutputMode
OBS ✓
TLS-LIVEWIRE-MIB ·
.1.3.6.1.4.1.42463.12.2.1.1.1.6
Object
Channel ouput mode. Default mode is apassing all channels. Mono destinations can be left-only, right-only or left+righ sum.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- TLS-LIVEWIRE-MIB
- OID
.1.3.6.1.4.1.42463.12.2.1.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dstEntry
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 'TLS-LIVEWIRE-MIB' -M '/opt/observium/mibs/telos:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TLS-LIVEWIRE-MIB::dstOutputMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TLS-LIVEWIRE-MIB' -M '/opt/observium/mibs/telos:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TLS-LIVEWIRE-MIB::dstOutputMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TLS-LIVEWIRE-MIB' -M '/opt/observium/mibs/telos:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TLS-LIVEWIRE-MIB::dstOutputMode'
Syntax
- Source
- LWRVMODValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | pass |
2 | left |
3 | right |
4 | sum |