ls1InfoAdminNetIntType
LIGHTSTREAM-MIB ·
.1.3.6.1.4.1.711.2.1.4.1.1.10
Object
column mandatory
r/w
Enumeration
Administrative or desired Network Interface Type for 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.10- Type
- column
- Access
- readwrite
- 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::ls1InfoAdminNetIntType'
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::ls1InfoAdminNetIntType.<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::ls1InfoAdminNetIntType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dce |
2 | dte |
3 | dceTTloop |