Ch23-IPv4 TSHOOT TOOLS Flashcards
An ICMP echo message and reply, often used in IP networks to test reachability of a device
ping
A program available on many systems that traces the patch a packet takes to a destination, often used to troubleshoot routing problems between hosts
traceroute
One type of ICMP message, created specifically to be used as the message sent to test connectivity in a network. These messages are sent to other hosts, expecting the other host to reply
ICMP echo request
One type of ICMP message, created specifically to be used as the message returned when testing connectivity in a network. These messages are expected to be received from other hosts in response to echo request messages
ICMP echo reply
An IOS command in which the ping command accepts many other parameters besides just the destination IP address
extended ping
From one host’s perspective, the route over which a packet travels from that host to some other host
forward route
From one host’s perspective, for packets sent back to the host from another host, the route over which the packet travels
reverse route
Consider a scenario as shown in the attached image. Host A cannot reach Host B. Host A is not accessible for testing, so the engineer tests standard pings from router R1 to Host B. The ping is successful. What would consititute a better test of Host A’s issue and why?
In this scenario, R1 will ping from it’s outgoing interface S0/0/0. If B responds, then the reverse route from Host B to R1 S0/0/0 is proven, but the test does not prove that Host B can reach Host A’s subnet.
An extended ping from R1 G0/0, which is part of Host A’s subnet, could test the reverse route from Host B back to A’s subnet, and would be a more accurate test of the problem.
An engineer performed a traceroute between a client device and a destination host. According to the engineer’s documentaion, 5 routers exist between the source and destination. The traceroute command did not complete, but the engineer has access to all 5 routers. Which routers should be investigated for problems?
Following the traceroute output, the last router that responded should be examined for forward routing issues.
The next router that should have been listed should be examined for reverse route issues.