TCP/IP MIB-II
ipInReceives | {ip 3} |
Counter |
|
The total number of IP packets received from all ports (including the UART).
ipInHdrErrors | {ip 4} |
Counter |
|
The number of packets received that were discarded due to errors in the IP header.
ipInAddrErrors | {ip 5} |
Counter |
|
The number of packets received that were discarded due to an invalid (or nonroutable) destination IP address in the IP header.
ipForwDatagrams | {ip 6} |
Counter |
|
The number of packets received that were routed towards a final IP destination.2
ipInUnknownProtos | {ip 7} |
Counter |
|
The number of packets received that were addressed to this
ipInDiscards | {ip 8} |
Counter |
|
The number of packets that were received without error, but were not processed (due to insufficient resources, for example).
2.This appears to be a typographical error in the TCP/IP MIB, since the name should be ipInForwDatagrams.