View standard statistics for this instance of IP (statistics from the IP MIB).
exec
show vSwitch-name vRouter-name ip statistics
Heading | Description | Filter |
---|---|---|
In Receives | The total number of packets received by this instance of IP. This count includes both forwarded and discarded packets. | inReceives counter64 |
In Header Errors | The number of packets received by this IP instance and then discarded because of IP headers errors. These error types include checksum and format errors, version number and option mismatch, and TTL count expiration. | inHdrErrors counter64 |
In Address Errors | The number of packets received by this IP instance and then discarded because of an invalid address or unsupported class in the IP header. | inAddrErrors counter64 |
Pkts Routed | The number of packets received by this IP instance and then forwarded on toward the destination. This count does not include packets in which this router was the final destination. | pktsRouted counter64 |
Unknown Protos | The number of packets received by this IP instance and then discarded because the protocol was unknown or unsupported. | unknownProts counter64 |
In Pkts Discarded | The number of packets received by this IP instance and then discarded even though the packet was received without error. Reasons for discard include queue overflow and buffer problems. | inDiscards counter64 |
In Pkts Delivered | The total number of packets received by this IP instance and delivered to IP user-protocols (including ICMP). | inDelivers counter64 |
In IP Options | The number of IP packets with IP options received. | optionsSet counter64 |
Out Requests | The total number of packets received on this IP instance from user protocols that were requesting transmission. | outRequests counter64 |
Out Discards | The number of outbound packets received by this IP instance for transmission and then discarded even though the packet was received without error. Reasons for discard include queue overflow and buffer problems. | outDiscards counter64 |
Out No Routes | The number of outbound IP packets that were not forwarded on to their destination because no route could be found. | outNoRoutes counter64 |
Reassembly Timeouts | The number of timeouts that occurred when attempting to reassemble IP fragments because all fragments were not received. | reasmTimeout counter64 |
Reassemblies Required | The total number of fragments received by this IP instance that required reassembly. | reasmReqds counter64 |
Reassemblies OK | The number of successful reassemblies into IP packets at this IP instance. | reasmOKs counter64 |
Reassemblies Failed | The number of reassembly failures detected by the IP re-assembly algorithm on this IP instance. | reasmFails counter64 |
Fragments OK | The number of IP packets that this IP instance has successfully fragmented. See the Fragments Created argument for a count of total fragments generated. | fragOKs counter64 |
Fragments Failed | The number of IP packets that this IP instance was not able to fragment even though the packet required it. This could be the result of a dontFrag bit setting. | fragFails counter64 |
Fragments Created | The total number of fragments created by this IP instance in the fragmentation process. See the Fragments OK argument for a count of total packets fragmented. | fragCreates counter32 |
Total ARP packet queue size | Total number of packets queued awaiting ARP resolution. | arpTotalQue integer |
Total ARP packet queue overflow | The total number of ARP packets that the system dropped because the ARP queue was full. | arpTotalQueOverflow counter64 |
Bad IP checksums | The total number of packets dropped because they were received with a bad IP checksum. | badHdrChecksum counter64 |
Martian Addresses | The total number of packets dropped because of errors in their addresses, including: the source address equals the destination address; the source address is zero, a multicast address (class E), a loopback address (127.x.x.x), or a class F address (240.0.0.0) or higher; or the destination address is zero, a loopback address (127.x.x.x) or a class F address (240.0.0.0 or higher). | martianAddrs counter64 |
Dropped Fragments | The total number of fragmented packets that were dropped because there were no reassembly resources available. | droppedFrags counter64 |
Completed Pkts Bad | The total number of fragmented packets that were dropped after reassembly because they exceeded the maximum packet size supported by the system. | completedPktsBad counter64 |
Completed Pkts Dropped | The total number of fragmented packets dropped after reassembly due to resource constraints (e.g., insufficient buffers). | completedPktsDropped counter64 |
Incomplete Pkts Timeout | The total number of fragmented packets that were dropped because the reassembly timeout expired before all fragments were received. | incompletePktsTimeout counter64 |
Fragment Length Less Than IP Header Length | The total number of fragmented packets that were dropped because the total length of all the fragments was less than the length indicated in the IP header length. | fragLenBelowIphl counter64 |
Fragment Length Greater Than IP Header Length | The total number of fragmented packets that were dropped because the total length of all the fragments was greater than the length indicated in the IP header length. | fragLenExceedsIphl counter64 |
Tiny Fragments | The total number of fragmented packets that were dropped because they appeared to be fragmented into tiny pieces intended to hide TCP and UDP header information. | tinyFrag counter64 |
Ping Of Death | The total number of fragmented packets that were dropped because they attempted to create packets that exceed 64KB in length. | pingOfDeath counter64 |
Fragment No Memory | The total number of fragmented packets that were dropped because there was not sufficient memory for reassembly. | fragNoMemory counter64 |
You can do the following