public final class InetCidrRouteTableEntry extends IpRouteCollectorEntry
The InetCidrRouteTableEntry
class is designed to hold all the MIB-II
information for one entry in the ipRouteTable. The table effectively
contains a list of these entries, each entry having information
about IP route. The entry contains:
This object is used by the InetCidrRouteTable
to hold information
single entries in the table. See the InetCidrRouteTable
documentation
form more information.
InetCidrRouteTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static String |
IP_ROUTE_PFX_LEN
Lookup strings for specific table entries
|
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 ROUTE table in the MIB forest.
|
IP_ROUTE_ACTIVE_STATUS, IP_ROUTE_AGE, IP_ROUTE_DEST, IP_ROUTE_IFINDEX, IP_ROUTE_INFO, IP_ROUTE_MASK, IP_ROUTE_METRIC1, IP_ROUTE_METRIC2, IP_ROUTE_METRIC3, IP_ROUTE_METRIC4, IP_ROUTE_METRIC5, IP_ROUTE_NXTHOP, IP_ROUTE_PROTO, IP_ROUTE_STATUS, IP_ROUTE_TYPE
IFINDEX
Constructor and Description |
---|
InetCidrRouteTableEntry()
Creates a default instance of the ipROUTE
table entry map.
|
Modifier and Type | Method and Description |
---|---|
InetAddress |
getIpRouteMask() |
getIpRouteAge, getIpRouteDest, getIpRouteIfIndex, getIpRouteInfo, getIpRouteMetric1, getIpRouteMetric2, getIpRouteMetric3, getIpRouteMetric4, getIpRouteMetric5, getIpRouteNextHop, getIpRouteProto, getIpRouteStatus, getIpRouteType, getOnmsIpRouteInterface
getElementListSize, getElements, storeResult
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String IP_ROUTE_PFX_LEN
public static final 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 InetCidrRoutetable. Objects in this list should be used by multiple instances of this class.
public static final String TABLE_OID
The TABLE_OID is the object identifier that represents the root of the IP ROUTE table in the MIB forest.
public InetCidrRouteTableEntry()
Creates a default instance of the ipROUTE table entry map. The map represents a singular instance of the routing 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 InetAddress getIpRouteMask()
getIpRouteMask
in class IpRouteCollectorEntry
Copyright © 2015. All rights reserved.