IPv4 Routing | 319
Example
Figure 15-21. show ip traffic Command Example (partial)
Table 15-11. show ip traffic output definitions
Keyword Definition
unknown protocol... No receiver for these packets. Counts those packets whose protocol type field is not
recognized by FTOS.
not a gateway... Packets can not be routed; host/network is unreachable.
security failures... Counts the number of received unicast/multicast packets that could not be forwarded
due to:
• route not found for unicast/multicast; ingress interfaces do not belong to the
destination multicast group
• destination IP address belongs to reserved prefixes; host/network unreachable
bad options... Unrecognized IP option on a received packet.
Frags: IP fragments received.
... reassembled Number of IP fragments that were reassembled.
... timeouts Number of times a timer expired on a reassembled queue.
... too big Number of invalid IP fragments received.
... couldn’t fragment Number of packets that could not be fragmented and forwarded.
...encapsulation failed Counts those packets which could not be forwarded due to ARP resolution failure.
FTOS sends an arp request prior to forwarding an IP packet. If a reply is not
received, FTOS repeats the request three times. These packets are counted in
encapsulation failed.
Rcvd:
...short packets The number of bytes in the packet are too small.
...bad length The length of the packet was not correct.
...no port broadcasts The incoming broadcast/multicast packet did not have any listener.
...socket full The applications buffer was full and the incoming packet had to be dropped.
FTOS#show ip traffic
IP statistics:
Rcvd: 10021161 total, 3197480 local destination
2501 format errors, 390 checksum errors, 0 bad hop count
0 unknown protocol, 0 not a gateway
115 security failures, 0 bad options
Frags: 0 reassembled, 0 timeouts, 0 too big
0 fragmented, 0 couldn't fragment
Bcast: 6281 received, 0 sent; Mcast: 500 received, 0 sent
Sent: 6573260 generated, 0 forwarded
3830 encapsulation failed, 0 no route
ICMP statistics:
Rcvd: 0 format errors, 0 checksum errors, 0 redirects, 3 unreachable
0 echo, 0 echo reply, 0 mask requests, 0 mask replies, 0 quench
0 parameter, 0 timestamp, 0 info request, 0 other
Sent: 0 redirects, 1 unreachable, 0 echo, 0 echo reply
0 mask requests, 0 mask replies, 0 quench, 0 timestamp
0 info reply, 0 time exceeded, 0 parameter problem
UDP statistics:
Rcvd: 2938110 total, 14 checksum errors, 1 no port
0 short packets, 0 bad length, 1883908 no port broadcasts, 0 socket full
Sent: 329731 total, 1883908 forwarded broadcasts
--More--