ipAddressStatus
IP-MIB ·
.1.3.6.1.2.1.4.34.1.7
Object
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
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 '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
1 | preferred |
2 | deprecated |
3 | invalid |
4 | inaccessible |
5 | unknown |
6 | tentative |
7 | duplicate |
8 | optimistic |
Conformance
Member of
Compliance refinements
ipMIBCompliance2
readonly
An agent is not required to provide write or create access
to this object.
to this object.