Command Line Interface Reference Guide > The Statistics Menu > /stats/port Port Statistics Menu > /stats/port <port number>/ip Interface Protocol Statistics
/stats/port <port number>/ip
Interface Protocol Statistics
This menu option lets you display the interface statistics of the selected port.
 
IP statistics for port 1:
ipInReceives: 0
ipInAddrErrors: 0 ipForwDatagrams: 0
ipInUnknownProtos: 0 ipInDiscards: 0
ipInDelivers: 0
ipTtlExceeds: 0
ipLANDattacks: 0
Interface protocol statistics are described in the following table:
 
Interface Protocol Statistics (/stats/port/ip) 
Statistic
Description
ipInReceives
The total number of input datagrams received from interfaces, including those received in error.
ipInAddrErrors
The number of input datagrams discarded because the IP address in their IP header’s destination field was not a valid address to be received on Alteon. This count includes invalid addresses (for example, 0.0.0.0) and addresses of unsupported classes (for example, Class E). For entities which are not IP gateways and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
ipForwDatagrams
The number of input datagrams for which Alteon was not their final IP destination, resulting in an attempt to find a route to forward them to that final destination. In entities which do not act as IP gateways, this counter includes only those packets which were source-routed via Alteon, and the source-route option was processed successfully.
ipInUnknownProtos
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
ipInDiscards
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (for example, for lack of buffer space).
Note: This counter does not include any datagrams discarded while awaiting re-assembly.
ipInDelivers
The total number of input datagrams successfully delivered to IP user protocols (including ICMP).
ipTtlExceeds
The number of IP datagram for which an ICMP TTL exceeded message was sent.
ipLANDattacks
The number of packets that have the same source and destination IP address.