public final class IpNetToMediaTableEntry extends SnmpStore
The IpNetToMediaTableEntry class is designed to hold all the MIB-II information for one entry in the ipNetToMediaTable. The table effectively contains a list of these entries, each entry having information about one physical address. The entry contains the ifindex binding, the MAC address, ip address and entry type.
This object is used by the IpNetToMediaTable to hold information single entries in the table. See the IpNetToMediaTable documentation form more information.
IpNetToMediaTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static String |
INTM_INDEX
Constant
INTM_INDEX="ipNetToMediaIfIndex" |
static String |
INTM_NETADDR
Constant
INTM_NETADDR="ipNetToMediaNetAddress" |
static String |
INTM_PHYSADDR
Constant
INTM_PHYSADDR="ipNetToMediaPhysAddress" |
static String |
INTM_TYPE
Constant
INTM_TYPE="ipNetToMediatype" |
static NamedSnmpVar[] |
ms_elemList
The keys that will be supported by default from the
TreeMap base class.
|
static String |
TABLE_OID
The TABLE_OID is the object identifier that represents
the root of the IP Address table in the MIB forest.
|
IFINDEX
Constructor and Description |
---|
IpNetToMediaTableEntry()
Creates a default instance of the ipNetToMedia
table entry map.
|
Modifier and Type | Method and Description |
---|---|
int |
getIpNetToMediaIfIndex()
getIpNetToMediaIfIndex
|
InetAddress |
getIpNetToMediaNetAddress()
getIpNetToMediaNetAddress
|
String |
getIpNetToMediaPhysAddress()
getIpNetToMediaPhysAddress
|
int |
getIpNetToMediatype()
getIpNetToMediatype
|
getElementListSize, getElements, storeResult
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String INTM_INDEX
INTM_INDEX="ipNetToMediaIfIndex"
public static final String INTM_PHYSADDR
INTM_PHYSADDR="ipNetToMediaPhysAddress"
public static final String INTM_NETADDR
INTM_NETADDR="ipNetToMediaNetAddress"
public static final String INTM_TYPE
INTM_TYPE="ipNetToMediatype"
public static final String TABLE_OID
The TABLE_OID is the object identifier that represents the root of the IP Address table in the MIB forest.
public static NamedSnmpVar[] ms_elemList
The keys that will be supported by default from the TreeMap base class. Each of the elements in the list are an instance of the IpNetToMediatable. Objects in this list should be used by multiple instances of this class.
public IpNetToMediaTableEntry()
Creates a default instance of the ipNetToMedia table entry map. The map represents a singular instance of the mac address table. Each column in the table for the loaded instance may be retrieved either through its name or object identifier.
The initial table is constructed with zero elements in the map.
public int getIpNetToMediaIfIndex()
getIpNetToMediaIfIndex
public String getIpNetToMediaPhysAddress()
getIpNetToMediaPhysAddress
String
object.org.opennms.netmgt.provision.service.snmp.IfTableEntry#getPhysAddr()}
public InetAddress getIpNetToMediaNetAddress()
getIpNetToMediaNetAddress
InetAddress
object.public int getIpNetToMediatype()
getIpNetToMediatype
Copyright © 2015. All rights reserved.