2.2.1.1.9 MIB_IPFORWARD_PROTO

The MIB_IPFORWARD_PROTO enumeration indicates which protocols have updated routes.

 typedef enum 
 {
   MIB_IPPROTO_OTHER = 1,
   MIB_IPPROTO_LOCAL = 2,
   MIB_IPPROTO_NETMGMT = 3,
   MIB_IPPROTO_ICMP = 4,
   MIB_IPPROTO_EGP = 5,
   MIB_IPPROTO_GGP = 6,
   MIB_IPPROTO_HELLO = 7,
   MIB_IPPROTO_RIP = 8,
   MIB_IPPROTO_IS_IS = 9,
   MIB_IPPROTO_ES_IS = 10,
   MIB_IPPROTO_CISCO = 11,
   MIB_IPPROTO_BBN = 12,
   MIB_IPPROTO_OSPF = 13,
   MIB_IPPROTO_BGP = 14,
   MIB_IPPROTO_NT_AUTOSTATIC = 10002,
   MIB_IPPROTO_NT_STATIC = 10006,
   MIB_IPPROTO_NT_STATIC_NON_DOD = 10007,
 } MIB_IPFORWARD_PROTO;

MIB_IPPROTO_OTHER: A route added by a protocol not specified in [RFC1354].

MIB_IPPROTO_LOCAL: A route added locally on an interface.

MIB_IPPROTO_NETMGMT: A static route. This value is used to identify route information for IP routing set through network management such as DHCP, the Simple Network Management Protocol (SNMP), or by any other API to create routes.

MIB_IPPROTO_ICMP: A route added as a result of an Internet Control Message Protocol (ICMP) redirect.

MIB_IPPROTO_EGP: A route added by the Exterior Gateway Protocol (EGP), a dynamic routing protocol.

MIB_IPPROTO_GGP: A route added by the Gateway-to-Gateway Protocol (GGP), a dynamic routing protocol.

MIB_IPPROTO_HELLO: A route added by the Hellospeak protocol, a dynamic routing protocol. This protocol is not supported and MUST NOT be used.

MIB_IPPROTO_RIP: A route added by the Berkeley Routing Information Protocol (RIP) or RIP-II, a dynamic routing protocol. See [RFC1058] and [RFC1723].

MIB_IPPROTO_IS_IS: A route added by the Intermediate System-to-Intermediate System (IS-IS) protocol, a dynamic routing protocol. The IS-IS protocol was developed for use in the Open Systems Interconnection (OSI) protocol suite.

MIB_IPPROTO_ES_IS: A route added by the End System-to-Intermediate System (ES-IS) protocol, a dynamic routing protocol. The ES-IS protocol was developed for use in the Open Systems Interconnection (OSI) protocol suite.

MIB_IPPROTO_CISCO: A route added by the Cisco Interior Gateway Routing Protocol (IGRP), a dynamic routing protocol.

MIB_IPPROTO_BBN: A route added by the Bolt, Beranek, and Newman (BBN) Interior Gateway Protocol (IGP) that used the Shortest Path First (SPF) algorithm, a dynamic routing protocol.

MIB_IPPROTO_OSPF: A route added by the Open Shortest Path First (OSPF) protocol, a dynamic routing protocol.

MIB_IPPROTO_BGP: A route added by the Border Gateway Protocol (BGP), a dynamic routing protocol.

MIB_IPPROTO_NT_AUTOSTATIC: A route that was originally generated by a routing protocol, but now is static.

MIB_IPPROTO_NT_STATIC: A route added as a static route from the routing user interface (5) or a routing command.

MIB_IPPROTO_NT_STATIC_NON_DOD: A route added as a static route from the routing user interface or a routing command. These routes do not cause demand-dial.