All MIBs › NETI-DTM-MIB › dtmAddrEntryAddrType
dtmAddrEntryAddrType
Module: NETI-DTM-MIB
OID (symbolic): NETI-DTM-MIB::dtmAddrEntryAddrType
OID (numeric): 1.3.6.1.4.1.2928.6.2.4.1.1.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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.
What is dtmAddrEntryAddrType?
This reports the category of this DTM address based on its address prefix: unspecified, loopback (always the local node), local (site-local), multicast, or global. It's a convenience classification derived automatically from the address value rather than something an admin sets directly.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2928.6.2.4.1.1.1.1.4 snmpwalk -v2c -c public <target> NETI-DTM-MIB::dtmAddrEntryAddrType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2928.6.2.4.1.1.1.1.4.1 snmpget -v2c -c public <target> NETI-DTM-MIB::dtmAddrEntryAddrType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dtmAddrEntryAddrType.1
Start monitoring Net Insight DTM network elements with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the NETI-DTM-MIB::dtmAddrEntryAddrType OID value, configure state conditions and alerts, and monitor any Net Insight DTM network elements from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2928 | netinsight | NETI-COMMON-MIB |
| 1.3.6.1.4.1.2928.6 | netiExperimental | NETI-COMMON-MIB |
| 1.3.6.1.4.1.2928.6.2 | netiExperimentalGeneric | NETI-COMMON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2928.6.2.4 | netiDTMMIB | NETI-DTM-MIB |
| 1.3.6.1.4.1.2928.6.2.4.1 | netiDTMMIBObjects | NETI-DTM-MIB |
| 1.3.6.1.4.1.2928.6.2.4.1.1 | dtmAddrGroup | NETI-DTM-MIB |
| 1.3.6.1.4.1.2928.6.2.4.1.1.1 | dtmAddrTable | NETI-DTM-MIB |
| 1.3.6.1.4.1.2928.6.2.4.1.1.1.1 | dtmAddrEntry | NETI-DTM-MIB |
| 1.3.6.1.4.1.2928.6.2.4.1.1.1.1.4 | dtmAddrEntryAddrType | NETI-DTM-MIB |