dtmLinkStateType
NETI-DTM-MIB ·
.1.3.6.1.4.1.2928.6.2.4.1.3.3.1.2
Object
column Enumeration
The 'simple' topological type of the link:
unknown(1)
Type cannot be determined.
looped(2)
Looped topology; i.e. a ring.
open(3)
Open topology; i.e. part of a bus.
Context
- MIB
- NETI-DTM-MIB
- OID
.1.3.6.1.4.1.2928.6.2.4.1.3.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dtmLinkStateEntry
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 'NETI-DTM-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-DTM-MIB::dtmLinkStateType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-DTM-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-DTM-MIB::dtmLinkStateType.<dtmLinkStateIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-DTM-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-DTM-MIB::dtmLinkStateType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | looped |
3 | open |