ifIpAddressOrigin

RAD-SubRtr-MIB · .1.3.6.1.4.1.164.11.1.7.1.7

Object

column Enumeration
The Origin of the IP Address.
              
manual    (2) indicates that the address was manually configured
to a specified address, e.g., by user configuration.
              
dhcp      (4) indicates an address that was assigned to this
system by a DHCP server.
              
linklayer (5) indicates an address created by IPv6 stateless
auto-configuration.
              
random    (6) indicates an address chosen by the system at
random, e.g., an IPv4 address within 169.254/16, or an RFC
3041 privacy address.
              
nat       (7) indicates an address that was assigned to this
router interface by a NAT rule.
              
other     (1) none of the specified above.

Context

MIB
RAD-SubRtr-MIB
OID
.1.3.6.1.4.1.164.11.1.7.1.7
Type
column
Access
readonly
Status
current
Parent
ifIpAddressEntry

Walk 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 'RAD-SubRtr-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SubRtr-MIB::ifIpAddressOrigin'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-SubRtr-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-SubRtr-MIB::ifIpAddressOrigin.<ifIpAddressAddrType>.<ifIpAddressAddr>.<ifIpAddressPrefixLength>.<ifIpAddressIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-SubRtr-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-SubRtr-MIB::ifIpAddressOrigin'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2manual
4dhcp
5linklayer
6random
7nat