2.2.1.1.8 MIB_IPFORWARD_TYPE

The MIB_IPFORWARD_TYPE enumeration type specifies the type of the IP route.

 typedef enum 
 {
   MIB_IPROUTE_TYPE_OTHER = 1,
   MIB_IPROUTE_TYPE_INVALID = 2,
   MIB_IPROUTE_TYPE_DIRECT = 3,
   MIB_IPROUTE_TYPE_INDIRECT = 4,
 } MIB_IPFORWARD_TYPE;

MIB_IPROUTE_TYPE_OTHER: Other than the type specified in [RFC1354].

MIB_IPROUTE_TYPE_INVALID: An invalid route is deleted.

MIB_IPROUTE_TYPE_DIRECT: A local route where the next hop is the final destination (a local interface).

MIB_IPROUTE_TYPE_INDIRECT: The remote route where the next hop is not the final destination (a remote destination).