1 00:00:00,000 --> 00:00:01,290 In this section of the course, 2 00:00:01,290 --> 00:00:03,510 we're going to discuss troubleshooting tools. 3 00:00:03,510 --> 00:00:05,220 Now, troubleshooting tools for networks are the 4 00:00:05,220 --> 00:00:07,410 essential instruments used by network administrators 5 00:00:07,410 --> 00:00:10,020 to diagnose and resolve their network problems. 6 00:00:10,020 --> 00:00:12,240 These tools range from simple diagnostic commands, 7 00:00:12,240 --> 00:00:13,710 like the ping and traceroute commands 8 00:00:13,710 --> 00:00:15,840 that can be used to isolate connectivity issues, 9 00:00:15,840 --> 00:00:17,790 to more advanced software that actually monitors 10 00:00:17,790 --> 00:00:19,020 your network traffic patterns 11 00:00:19,020 --> 00:00:20,874 and logs it to be able to identify bottlenecks 12 00:00:20,874 --> 00:00:23,520 or malicious activities that may be occurring. 13 00:00:23,520 --> 00:00:26,160 So in this section, we're once again going to be focused 14 00:00:26,160 --> 00:00:28,171 solely on Domain Five, Network Troubleshooting, 15 00:00:28,171 --> 00:00:31,890 but this time we'll be looking at Objective 5.5. 16 00:00:31,890 --> 00:00:34,221 Objective 5.5 states that given a scenario, 17 00:00:34,221 --> 00:00:36,200 you must be able to use the appropriate tool 18 00:00:36,200 --> 00:00:39,300 or protocol to solve networking issues. 19 00:00:39,300 --> 00:00:42,090 First, we're going to look at hardware tools like crimpers, 20 00:00:42,090 --> 00:00:44,430 cable strippers, toner probes, punch down tools, 21 00:00:44,430 --> 00:00:45,690 and many others. 22 00:00:45,690 --> 00:00:47,670 Then we'll discuss software tools, 23 00:00:47,670 --> 00:00:49,620 like packet capture tools, speed test tools, 24 00:00:49,620 --> 00:00:51,780 and packet analyzers. 25 00:00:51,780 --> 00:00:54,080 Next, you're going to learn about ipconfig, ifconfig, 26 00:00:54,080 --> 00:00:57,360 and ip, which are all command line tools. 27 00:00:57,360 --> 00:00:58,920 These command line tools are used 28 00:00:58,920 --> 00:01:01,230 for displaying current network configuration information, 29 00:01:01,230 --> 00:01:02,730 managing your network interfaces, 30 00:01:02,730 --> 00:01:05,519 and troubleshooting basic connectivity issues on Windows, 31 00:01:05,519 --> 00:01:07,187 Mac, and Unix systems. 32 00:01:07,187 --> 00:01:10,140 After that, we're going to be exploring the ping, traceroute, 33 00:01:10,140 --> 00:01:12,117 and tracert command line tools. 34 00:01:12,117 --> 00:01:14,370 These diagnostic utilities can help 35 00:01:14,370 --> 00:01:16,350 in determining the connectivity and latency 36 00:01:16,350 --> 00:01:18,420 between your source and destination nodes, 37 00:01:18,420 --> 00:01:21,510 and it can help map the path between those two areas 38 00:01:21,510 --> 00:01:22,860 that your data packets are going to take 39 00:01:22,860 --> 00:01:24,510 when it crosses the network. 40 00:01:24,510 --> 00:01:26,610 Then we're going to be covering the nslookup 41 00:01:26,610 --> 00:01:28,470 and dig command line tools. 42 00:01:28,470 --> 00:01:31,590 These domain name system or DNS lookup tools will provide 43 00:01:31,590 --> 00:01:33,450 us with details on domain name mappings, 44 00:01:33,450 --> 00:01:36,090 and they can also be used to troubleshoot DNS-related issues 45 00:01:36,090 --> 00:01:37,709 and query your DNS records. 46 00:01:37,709 --> 00:01:40,469 Next we're going to look at the arp command line tool. 47 00:01:40,469 --> 00:01:42,899 The arp, or address resolution protocol command, 48 00:01:42,899 --> 00:01:45,450 is going to be used to view and modify the ip 49 00:01:45,450 --> 00:01:48,480 to mac address mappings inside of your local arp cache, 50 00:01:48,480 --> 00:01:51,120 and it's used to be able to resolve network layer issues 51 00:01:51,120 --> 00:01:53,490 that deal with ip to mac address layers, 52 00:01:53,490 --> 00:01:56,790 which goes from layer three to layer two of the OSI model. 53 00:01:56,790 --> 00:01:58,320 After that, we're going to explore the 54 00:01:58,320 --> 00:02:00,240 netstat command line tool. 55 00:02:00,240 --> 00:02:02,229 Netstat is a versatile command line utility 56 00:02:02,229 --> 00:02:04,290 that's used to be able to get statistics on your 57 00:02:04,290 --> 00:02:06,840 TCP/IP and network interface details 58 00:02:06,840 --> 00:02:08,669 that allows you to moderate incoming and outgoing 59 00:02:08,669 --> 00:02:10,289 network connections as well. 60 00:02:10,289 --> 00:02:12,669 Then we'll discuss the tcpdump command line tool. 61 00:02:12,669 --> 00:02:15,920 The tcpdump is going to be a powerful packet analyzer 62 00:02:15,920 --> 00:02:18,611 that captures and displays the contents of network packets 63 00:02:18,611 --> 00:02:22,170 for in-depth traffic analysis and network troubleshooting. 64 00:02:22,170 --> 00:02:24,870 Next, we're going to explore the nmap command line tool. 65 00:02:24,870 --> 00:02:27,180 Now, nmap is a robust network scanning tool 66 00:02:27,180 --> 00:02:29,820 that's used to discover devices and services on a network, 67 00:02:29,820 --> 00:02:31,980 and provides us with comprehensive security auditing 68 00:02:31,980 --> 00:02:33,995 and network inventory capabilities too. 69 00:02:33,995 --> 00:02:35,640 After that, we're going to look at some 70 00:02:35,640 --> 00:02:37,980 basic network device commands, like show config, 71 00:02:37,980 --> 00:02:39,750 show interface, and show route, 72 00:02:39,750 --> 00:02:40,947 and then we'll be exploring some more 73 00:02:40,947 --> 00:02:43,980 network device commands, including show mac address table, 74 00:02:43,980 --> 00:02:46,680 show arp, show vlan, and show power. 75 00:02:46,680 --> 00:02:49,470 Next, we'll discuss the different discovery protocol tools, 76 00:02:49,470 --> 00:02:52,500 including the link layer discovery protocol or LLDP, 77 00:02:52,500 --> 00:02:55,077 and the Cisco Discovery Protocol or CDP. 78 00:02:55,077 --> 00:02:57,810 Finally, we'll take a short quiz to see what you learned 79 00:02:57,810 --> 00:02:59,779 during this section of the course and review your answers 80 00:02:59,779 --> 00:03:01,860 to ensure you know why the right answers are right, 81 00:03:01,860 --> 00:03:03,019 and the wrong answers are wrong. 82 00:03:03,019 --> 00:03:05,490 So if you're ready, let's get started learning 83 00:03:05,490 --> 00:03:06,336 all about troubleshooting tools 84 00:03:06,336 --> 00:03:08,133 in this section of the course.