Class IpNetToMediaTableTracker

  • All Implemented Interfaces:
    Collectable, ProxiableTracker, RowCallback, RowResultFactory

    public class IpNetToMediaTableTracker
    extends TableTracker

    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.

    Version:
    $Id: $
    Author:
    Antonio
    See Also:
    IpNetToMediaTable, RFC1213
    • Field Detail

      • IPNETTOMEDIA_TABLE_ENTRY

        public static final SnmpObjId IPNETTOMEDIA_TABLE_ENTRY

        The TABLE_OID is the object identifier that represents the root of the IP Address table in the MIB forest.

      • IPNETTOMEDIA_TABLE_IFINDEX

        public static final SnmpObjId IPNETTOMEDIA_TABLE_IFINDEX
      • IPNETTOMEDIA_TABLE_PHYSADDR

        public static final SnmpObjId IPNETTOMEDIA_TABLE_PHYSADDR
      • IPNETTOMEDIA_TABLE_NETADDR

        public static final SnmpObjId IPNETTOMEDIA_TABLE_NETADDR
      • IPNETTOMEDIA_TABLE_TYPE

        public static final SnmpObjId IPNETTOMEDIA_TABLE_TYPE
      • ms_elemList

        public static SnmpObjId[] 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.

    • Constructor Detail

      • IpNetToMediaTableTracker

        public IpNetToMediaTableTracker()

        Creates a default instance of the ipNetToMediatableTracker 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.

      • IpNetToMediaTableTracker

        public IpNetToMediaTableTracker​(RowCallback rowProcessor)