nmstsLineFlow
QTECH-NMS-TS ·
.1.3.6.1.4.1.34751.2.9.2.1.6
Object
column mandatory
Enumeration
What kind of flow control the line is using.
Context
- MIB
- QTECH-NMS-TS
- OID
.1.3.6.1.4.1.34751.2.9.2.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- nmsltsLineEntry
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 'QTECH-NMS-TS' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-TS::nmstsLineFlow'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-NMS-TS' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NMS-TS::nmstsLineFlow.<nmstsLineNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-NMS-TS' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-NMS-TS::nmstsLineFlow'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | none |
3 | software-input |
4 | software-output |
5 | software-both |
6 | hardware-input |
7 | hardware-output |
8 | hardware-both |