The IP Address Translation table used for mapping from IP addresses to physical addresses.
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 |
read-write |
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 ifIndex. |
The actually supported access is read-create. |
1.3.6.1.2.1.4.22.1.2 |
ipNetToMediaPhysAddress |
OCTET STRING |
read-write |
The media-dependent `physical' address. |
The actually supported access is read-create. |
1.3.6.1.2.1.4.22.1.3 |
ipNetToMediaNetAddress |
IpAddress |
read-write |
The IpAddress corresponding to the media- dependent `physical' address. |
The actually supported access is read-create. |
1.3.6.1.2.1.4.22.1.4 |
ipNetToMediaType |
INTEGER{other(1),invalid(2),dynamic(3),static(4)} |
read-write |
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 dissasociates 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. |
The actually supported access is read-create. |