cIpAddressOrigin

CISCO-IETF-IP-MIB · .1.3.6.1.4.1.9.10.86.1.1.2.1.6

Object

column Enumeration
The origin of the address.  manual(2) indicates that the
address was manually configured.  wellknown(3) indicates
an address constructed from a well-known value, e.g. an
IANA-assigned anycast address.  dhcp(4) indicates an
address that was assigned to this system by a DHCP
server.  linklayer(5) indicates an address created by
IPv6 stateless autoconfiguration.  random(6) indicates
an address chosen by random, e.g. an IPv4 address within
169.254/16, or an RFC 3041 privacy address.

Context

MIB
CISCO-IETF-IP-MIB
OID
.1.3.6.1.4.1.9.10.86.1.1.2.1.6
Type
column
Access
readonly
Status
current
Parent
cIpAddressEntry
Groups
1

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 'CISCO-IETF-IP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-IP-MIB::cIpAddressOrigin'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IETF-IP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IETF-IP-MIB::cIpAddressOrigin.<cIpAddressAddrType>.<cIpAddressAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IETF-IP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IETF-IP-MIB::cIpAddressOrigin'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2manual
3wellknown
4dhcp
5linklayer
6random

Conformance