dtmAddrEntryAddrType
NETI-DTM-MIB ·
.1.3.6.1.4.1.2928.6.2.4.1.1.1.1.4
Object
column Enumeration
Indicates the type of address. This type is derived from the
prefixes defined below, so this is really just a more
user-friendly manner of presenting the address type.
unspecified(1)
The unspecified address; does not really belong
in the address table. Prefix 00.00.00.00.00.00.00.00-64.
loopback(2)
The loopback address; always assigned to the local node.
Prefix 00.00.00.00.00.00.00.01-64.
local(3)
Site local addresses, prefix 00.00.00.00.00.00.00.00-16
(except the unspecified and loopback addresses).
multicast(4)
Multicast addresses, prefix
FF.00.00.00.00.00.00.00-8.
global(5)
Global addresses, all other prefixes.
Context
- MIB
- NETI-DTM-MIB
- OID
.1.3.6.1.4.1.2928.6.2.4.1.1.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dtmAddrEntry
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::dtmAddrEntryAddrType'
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::dtmAddrEntryAddrType.<dtmAddrEntryIndex>'
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::dtmAddrEntryAddrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unspecified |
2 | loopback |
3 | local |
4 | multicast |
5 | global |