The IPv4 Address Translation table used for mapping from IPv4 addresses to physical addresses.
This table has been deprecated, as a new IP version-neutral table has been added. It is loosely replaced by the ipNetToPhysicalTable.
The indexes of the table are ipNetToMediaIfIndex, ipNetToMediaNetAddress.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.4.22.1.1 |
ipNetToMediaIfIndex |
INTEGER{(1,2147483647)} |
read-create |
The interface on which this entry's equivalence is effective. 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. This object predates the rule limiting index objects to a max access value of 'not-accessible' and so continues to use a value of 'read-create'. |
The actually supported access is read-only. |
1.3.6.1.2.1.4.22.1.2 |
ipNetToMediaPhysAddress |
OCTET STRING{(0,65535)} |
read-create |
The media-dependent `physical' address. This object should return 0 when this entry is in the 'incomplete' state. As the entries in this table are typically not persistent when this object is written the entity should not save the change to non-volatile storage. Note: a stronger requirement is not used because this object was previously defined. |
The actually supported access is read-only. |
1.3.6.1.2.1.4.22.1.3 |
ipNetToMediaNetAddress |
IpAddress |
read-create |
The IpAddress corresponding to the media-dependent `physical' address. This object predates the rule limiting index objects to a max access value of 'not-accessible' and so continues to use a value of 'read-create'. |
The actually supported access is read-only. |
1.3.6.1.2.1.4.22.1.4 |
ipNetToMediaType |
INTEGER{other(1),invalid(2),dynamic(3),static(4)} |
read-create |
The type of mapping. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipNetToMediaTable. That is, it effectively dis-associates the interface identified with said entry from the mapping identified with said entry. It is an implementation- specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipNetToMediaType object. As the entries in this table are typically not persistent when this object is written the entity should not save the change to non-volatile storage. Note: a stronger requirement is not used because this object was previously defined. |
The actually supported access is read-only. |