clientIfSignalDirection
LUM-CLIENT-MIB ·
.1.3.6.1.4.1.8708.2.27.2.2.1.1.148
Object
column LUM-TCSignalDirection
Indicates the direction of the signal.
rx - Inbound direction
tx - Outbound direction
biDir - Bidirectional
txRx - Both Tx and Rx
Context
- MIB
- LUM-CLIENT-MIB
- OID
.1.3.6.1.4.1.8708.2.27.2.2.1.1.148- Type
- column
- Access
- readonly
- Status
- current
- Default
notAvailable- Parent
- clientIfEntry
- Groups
- 12
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 'LUM-CLIENT-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-CLIENT-MIB::clientIfSignalDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-CLIENT-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-CLIENT-MIB::clientIfSignalDirection.<clientIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-CLIENT-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-CLIENT-MIB::clientIfSignalDirection'
Syntax
- Source
- LUM-TCSignalDirection
- Base type
Enumeration
Type Description
Indicates the direction of the signal.
rx - Inbound direction
tx - Outbound direction
biDir - Bidirectional
txRx - Both Tx and Rx
Values & Constraints
Type Values
1 | rx |
2 | tx |
3 | biDir |
4 | txRx |
2147483646 | notAvailable |