FW 07.00.00/HAFM SW 08.06.00 McDATA E/OS SNMP Support Manual (620-000131-620, April 2005)
E
Groups in MIB II
E-31
MIB II
IP Address Translation
table
The IP address translation table contain the IpAddress to `physical'
address equivalences. Some interfaces do not use translation tables
for determining address equivalences (e.g., DDN-X.25 has an
algorithmic method); if all interfaces are of this type, then the
Address Translation table is empty, i.e., has zero entries.
ipNetToMediaTable
Syntax SEQUENCE OF IpNetToMediaEntry
Access not-accessible
Status mandatory
Description The IP Address Translation table used for mapping from IP
addresses to physical addresses.
Sequence
::= { ip 22 }
ipNetToMediaEntry
Syntax IpNetToMediaEntry
Access not-accessible
Status mandatory
Description Each entry contains one IpAddress to `physical' address equivalence.
INDEX { ipNetToMediaIfIndex, ipNetToMediaNetAddress }
Sequence
::= { ipNetToMediaTable 1 }
IpNetToMediaEntry ::=
SEQUENCE {
ipNetToMediaIfIndex
Syntax INTEGER
ipNetToMediaIfIndex INTEGER,
ipNetToMediaPhysAddress PhysAddress,
ipNetToMediaNetAddress IpAddress,
ipNetToMediaType INTEGER }