Volume 1 - Chapter 20: Troubleshooting IPv4 Routing Flashcards
What protocol is used by pings?
Internet Control Message Protocol (ICMP)
Describe the difference between a ping and an extended ping.
A standard ping does not test a device’s default gateway, whereas an extended ping will.
For example, an extended ping could be from a device on 192.168.10.0/24 to a device on another subnet.
What is the command used on a router to enable the use of DNS servers for resolving hostnames?
ip domain lookup
What is the command used on a router to set the default domain name used by the device?
ip domain name domainname
or on older devices:
ip domain-name domainname
What is the command used on a router to display the local hostnames (DNS cache)?
show hosts
What is the command used on a router to configure a static local DNS entry?
ip host hostname ipaddress
How does traceroute use ICMP messages to find the path of a route?
By incrementing the time to live counter
What command(s) in Windows can be used to perform a traceroute?
tracert
or
pathping
What command(s) in Linux & MacOS can be used to perform a traceroute?
traceroute