ls1InfoOperNetIntType
LIGHTSTREAM-MIB ·
.1.3.6.1.4.1.711.2.1.4.1.1.9
Object
column mandatory
Enumeration
Operational network Interface Type for this port: DCE, DTE, or DCE with local tt loopback. This last option provides the ability to interface to DTE devices which are unable to return the tt signal as required for full V.35 standard compliance.
Context
- MIB
- LIGHTSTREAM-MIB
- OID
.1.3.6.1.4.1.711.2.1.4.1.1.9- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ls1InfoEntry
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 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGHTSTREAM-MIB::ls1InfoOperNetIntType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGHTSTREAM-MIB::ls1InfoOperNetIntType.<ls1InfoIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIGHTSTREAM-MIB::ls1InfoOperNetIntType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dce |
2 | dte |
3 | dceTTloop |