ICND2 Chapter 09 Flashcards
ICMP message: Destination Unreachable
Tells the source host that there is a problem delivering a packet.
ICMP message: Time Exceeded
The time that it takes a packet to be delivered has expired; so the packet has been discarded.
ICMP message: Redirect
The router sending this message has received a packet for which another router has a better route. The message tells the sender to use the better route.
ICMP message: Echo Request; Echo Reply
Used by the ping command to verify connectivity.
ICMP Unreachable Code: Network Unreachable
Router; There is no match in a routing table for the packet’s destination.
ICMP Unreachable Code: Host unreachable
Router; the packet can be routed to a router connected to the destination subnet; but the host is not responding.
ICMP Unreachable Code: Can’t fragment
Router; the packet has the Don’t Fragment bit set; and a router must fragment to forward the packet.
ICMP Unreachable Code: Protocol unreachable
Host; the packet is delivered to the destination host; but the transport layer protocol is not available on that host.
ICMP Unreachable Code: Port unreachable
Host; the packet is delivered to the destination host; but the destination port has not been opened by an application.
ping Command Code: !
ICMP Echo Reply received
ping Command Code: .
Nothing was received before the ping command timed out
ping Command Code: U
ICMP unreachable (destination) received
ping Command Code: N
ICMP unreachable (network/subnet) received
ping Command Code: M
ICMP Can’t Fragment message received
ping Command Code: ?
Unknown packet received