ipInterfaceEntry
ZHONE-COM-IP-REC-MIB ·
.1.3.6.1.4.1.5504.4.1.9.2.1
Object
row
An entry exists for each IP interface in the system.
At a mininum the ifIndex, either ipIfLowerIfIndex
or ipIfLgId (not both) and a valid IP address configuration
are required for row creation.
These are valid IP address configurations:
1. Dynamically configured IP address
ipIfDhcp set to client or both
2. Statically configured non-point-to-point IP address
ipIfAddr, ipIfNetMask, and ipIfBcast must be provided.
ipIfAddr and ipIfBcastAddr must be in the same
subnet determined by ipIfNetMask
3. Statically configured point-to-point IP address
ipIfAddr, ipIfDestAddr, ipIfNetMask, ipIfPointToPoint,
and ipIfBcastEnabled must be provided.
ipIfNetMask must be 255.255.255.255, ipIfPointToPoint
must be true and ipIfBcastEnabled must be false.
Context
- MIB
- ZHONE-COM-IP-REC-MIB
- OID
.1.3.6.1.4.1.5504.4.1.9.2.1- Type
- row
- Status
- current
- Parent
- ipInterfaceTable
- Table
- ipInterfaceTable
- Children
- 40
Net-SNMP examples
How SNMP and these commands workUse a bulk walk to inspect objects and instances beneath this OID.
Walk the subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZHONE-COM-IP-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-REC-MIB::ipInterfaceEntry'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-IP-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-IP-REC-MIB::ipInterfaceEntry'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.