Troubleshooting and testing Flashcards
Ping
Command: ping [destination]
Purpose: Checks the reachability of a network device by sending echo requests and waiting for responses.
Tracert
Command: tracert [destination]
Purpose: Shows the route taken by packets from your device to the destination, displaying the IP addresses of each hop along the way.
Ipconfig
Command: ipconfig
Purpose: Displays the IP configuration of a Windows system, including IP address, subnet mask, and default gateway.
ipconfig /all
Command: ipconfig /all
Purpose: Provides detailed information about the network interfaces on a Windows system, including DNS servers, DHCP configuration, and physical address (MAC).
Show run
Command: show running-config
Purpose: Displays the current running configuration of a Cisco device, including configured interfaces, IP addresses, and other settings.