ipAddressIfIndex
OBS ✓
IP-MIB ·
.1.3.6.1.2.1.4.34.1.3
Object
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
IP addresses
Explore Observium network monitoring
Context
- MIB
- IP-MIB
- OID
.1.3.6.1.2.1.4.34.1.3- 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::ipAddressIfIndex'
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::ipAddressIfIndex.<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::ipAddressIfIndex'
Syntax
- Source
- IF-MIBInterfaceIndex
- Base type
Integer32- Display format
d
Type Description
A unique value, greater than zero, for each interface or interface sub-layer in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Values & Constraints
Type Constraints
range: 1..2147483647
Conformance
Member of
Compliance refinements
ipMIBCompliance2
readonly
An agent is not required to provide write or create access
to this object.
to this object.