ipAddressStatus

IP-MIB · .1.3.6.1.2.1.4.34.1.7

Object

column r/w IpAddressStatusTC
The status of the address, describing if the address can be
used for communication.
              
In the absence of other information, an IPv4 address is
always preferred(1).

Context

MIB
IP-MIB
OID
.1.3.6.1.2.1.4.34.1.7
Type
column
Access
readwrite
Status
current
Parent
ipAddressEntry
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 'IP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IP-MIB::ipAddressStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IP-MIB::ipAddressStatus.<ipAddressAddrType>.<ipAddressAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IP-MIB::ipAddressStatus'

Syntax

Source
IpAddressStatusTC
Base type
Enumeration

Values & Constraints

Type Values
1preferred
2deprecated
3invalid
4inaccessible
5unknown
6tentative
7duplicate
8optimistic

Conformance

Member of
Compliance refinements
An agent is not required to provide write or create access
to this object.