ifBasicSignalDirection
LUM-IFBASIC-MIB ·
.1.3.6.1.4.1.8708.2.46.2.4.1.1.17
Object
column LUM-TCSignalDirection
The direction in which this object is
referred to.
rx - In bound direction. (1)
tx - out bound direction. (2)
biDir - the interface has one connector used for both rx and tx. (3)
txRx - the interface has two connectors one for tx and one for rx. (4)
Not Available - the direction is not available.
Context
- MIB
- LUM-IFBASIC-MIB
- OID
.1.3.6.1.4.1.8708.2.46.2.4.1.1.17- Type
- column
- Access
- readonly
- Status
- current
- Default
txRx- Parent
- ifBasicSignalEntry
- Groups
- 7
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-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFBASIC-MIB::ifBasicSignalDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFBASIC-MIB::ifBasicSignalDirection.<ifBasicSignalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-IFBASIC-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-IFBASIC-MIB::ifBasicSignalDirection'
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 |