Routing Pt 3 Flashcards
What does a router do when a packet reaches its destination network?
The router searches the routing table for a match.
What action does a router take if the destination IP address matches a directly connected Ethernet interface?
The router searches the ARP table for the Layer 2 MAC address of the destination IP address.
What happens if no ARP entry exists for a destination IP address?
The router sends an ARP request out of the Ethernet interface.
What does the destination host send back in response to an ARP request?
An ARP reply containing its MAC address.
In packet processing, what does the router do after receiving the MAC address from the ARP reply?
Encapsulates the packet in a new frame using the destination MAC address and the router’s source MAC address.
What are common reasons for network failures?
An interface can fail, a service provider drops a connection, links can become oversaturated, an administrator may enter a wrong configuration.
What is the responsibility of network administrators during network failures?
To pinpoint and solve the problem.
What command is used to verify Layer 3 connectivity to a destination?
ping.
What does the ‘traceroute’ command do?
Verifies the path to the destination network using ICMP echo reply messages.
What information does ‘show ip route’ command display?
Displays the routing table, verifying route entries for destination IP addresses.
What does ‘show ip interface brief’ command show?
Displays the status of device interfaces.
What does the command ‘show cdp neighbors’ display?
Displays a list of directly connected Cisco devices.
If connectivity from PC1 to PC3 fails, what should be checked first?
Extended pings from the R1 G0/0/0 interface to PC3.
What was the outcome of the troubleshooting process when R2’s routing table revealed an incorrect static route?
The incorrect static route was removed, and a new static route was added.
Fill in the blank: A host sends a packet to another host and sends it to the _______.
default gateway address.