Click to edit Master subtitle style

Slides:



Advertisements
Similar presentations
Configuring and Troubleshooting Network Connections
Advertisements

CCNA2 Module 4. Discovering and Connecting to Neighbors Enable and disable CDP Use the show cdp neighbors command Determine which neighboring devices.
SYSTEM ADMINISTRATION Chapter 19
Nassau Community College
Chapter 13: Troubleshooting network connectivity Unit objectives Identify TCP/IP troubleshooting tools Discuss the Telnet utility and its functions Discuss.
Instructor & Todd Lammle
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
Chapter 8: Configuring Network Connectivity. Installing Network Adapters Network adapter cards connect a computer to a network. Installation –Plug and.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
1 Chapter Overview TCP/IP Services TCP/IP Utilities.
Chapter Overview TCP/IP Overview Configuring TCP/IP Clients
Chapter Eleven An Introduction to TCP/IP. Objectives To compare TCP/IP’s layered structure to OSI To review the structure of an IP address To look at.
1 Lab 3 Transport Layer T.A. Youngjoo Han. 2 Transport Layer  Providing logical communication b/w application processes running on different hosts 
Chapter Twelve Using TCP/IP on the Network. Objectives Here, we’ll examine how to configure TCP/IP. The concepts of subnetting will be examined in detail.
11 NETWORK PROTOCOLS AND SERVICES Chapter 10. Chapter 10: Network Protocols and Services2 NETWORK PROTOCOLS AND SERVICES  Identify how computers on TCP/IP.
Workshop 1: Introduction to TCP/IP
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Hands-on Networking Fundamentals
Guide to MCSE , Second Edition, Enhanced1 Windows XP Network Overview Most versatile Windows operating system Supports local area network (LAN) connections.
CHAPTER Protocols and IEEE Standards. Chapter Objectives Discuss different protocols pertaining to communications and networking.
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
Module 5: Isolating Common Connectivity Issues. Overview Determining the Causes of Connectivity Issues Network Utilities That You Can Use to Isolate Connectivity.
Examining TCP/IP.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 2: TCP/IP Architecture.
Chap 9 TCP/IP Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Hour 7 The Application Layer 1. What Is the Application Layer? The Application layer is the top layer in TCP/IP's protocol suite Some of the components.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
Monitoring Troubleshooting TCP/IP Chapter 3. Objectives for this Chapter Troubleshoot TCP/IP addressing Diagnose and resolve issues related to incorrect.
NetTech Solutions Common Connectivity Problems Lesson Eight.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 4 Learning About Other Devices.
CPMT 1449 Computer Networking Technology – Lesson 3
ITMT Windows 7 Configuration Chapter 5 – Connecting to a Network ITMT 1371 – Windows 7 Configuration 1.
Chapter 5e.  Upon completion of this chapter, you should be able to:  Find IP configuration settings on Windows & Linux  Troubleshoot IP configuration.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Discovery Internetworking Module 9 JEOPARDY K. Martin.
Networking and firewall
Lecture#6:Connectivity Verification
Computer Network protocols
LESSON Networking Fundamentals Understand TCP/IP.
Troubleshooting ip Chapter 5e.
CompTIA Network+ N Authorized Cert Guide
TCP/IP Utilities Richard Goldman May 29, 2003.
Lab #1 ,Ipconfig & ping commands
Module 8: Networking Services
Network Tools and Utilities
Linux Networking Tools
Planning and Configuring IPv4
Troubleshooting IP Communications
Lecture#7:Connectivity Verification
Troubleshooting Speaker Saengsan Tinarak Channel
Chapter 2: Static Routing
Introduction to Networking
Chapter 6: Network Layer
NETWORK TROUBLESHOOTING COMMANDS
Troubleshooting IP Addressing
Chapter 9 Objectives Understand TCP/IP Protocol.
Chapter 2: Static Routing
ITL Simple Diagnostic Tools
Network+ Guide to Networks 6th Edition
Lecture#6:Connectivity Verification
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 2: TCP/IP Architecture.
Windows Server Administration Fundamentals
Troubleshooting ip Chapter 5e.
Prepared by: Adeel Ahmad
Module 12 Network Configuration
1.3 Given a scenario, apply appropriate Microsoft command line tools
Chapter 2.1: Introduction to TCP/IP
Presentation transcript:

Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Click to edit Master subtitle style

Chapter 17 Objectives The Following CompTIA Network+ Exam Objectives Are Covered in This Chapter: 4.2 Given a scenario, analyze and interpret the output of troubleshooting tools • Command line tools o ipconfig o netstat o ifconfig o ping/ping6/ping -6 o tracert/tracert -6/traceroute6/traceroute -6 o nbtstat o nslookup o arp o mac address lookup table o pathping 2

Protocol Analyzers Used to capture packets in their raw format as they cross the network. 3

Throughput Testers Work much like a protocol analyzer in that they measure the traffic seen on the network and can also classify the types of traffic that are eating up bandwidth 4

Connectivity Software Designed to allow you to make a connection to the machine, see the desktop, and perform any action you could perform if you were sitting in front of it. 5

Command Line Tools Most of us are running Transmission Control Protocol/Internet Protocol (TCP/IP) Version 4 on our networks these days so we absolutely need a way to test IP connectivity. We also need be able to test and verify IPv6 networks. Several utilities to verify TCP/IP function on Windows workstations for both IPv4 and IPv6 The utilities are fairly platform independent and most of them can now use both IPv4 and IPv6. 6

Command Line Tools traceroute / tracert Traceroute (trace for short) displays the path a packet takes to get to a remote device by using Time-To-Live (TTL) Time-outs Internet Control Message Protocol (ICMP) error messages 7

Command Line Tools ipconfig and ifconfig The utilities known as ipconfig (in Windows), and ifconfig (in Unix/Linux/Mac) will display the current configuration of TCP/IP on a given workstation Current IP address DNS configuration Windows Internet Naming Service (WINS) configuration Default gateway 8

Command Line Tools IPConfig Options Ipconfig /all Ipconfig /release Ipconfig /renew To release your current DHCP TCP/IP information in Vista, you must elevate your command prompt 9

Command Line Tools The ping Utility Ping is the most basic TCP/IP utility, and it’s included with most TCP/IP stacks for most platforms. In most cases, ping is a command-line utility, although there are many GUI implementations available. You use the ping utility for two primary purposes: To find out if a host is responding To find out if you can reach a host 10

Command Line Tools Address Resolution Protocol (ARP) The Address Resolution Protocol (ARP) is part of the TCP/IP protocol stack. Uses broadcasts to translate TCP/IP addresses to MAC addresses. The ARP table in Windows includes a list of TCP/IP addresses and their associated physical (MAC) addresses. The ARP table contains two kinds of entries: Dynamic Static The arp Utility (using “arp –a”) 11

Command Line Tools The nslookup Utility A command-line utility that allows you to perform a single DNS lookup for a specific entity. The nslookup utility comes with Windows NT and later, as well as most versions of Unix and Linux, but not with Windows 95/98. It is run from a Windows command prompt. At the command prompt, you can start the nslookup utility by typing nslookup and pressing <enter>. 12

Command Line Tools The Mtr Command Mtr or My traceroute is a computer program that combines the functions of the traceroute and ping utilities in a single network diagnostic tool. Mtr is great if you have Linux or Unix, but by default, it’s not installed on Windows devices. Third-party applications of Mtr are available to install on Windows Microsoft includes its own version of Mtr called pathping 13

Command Line Tools The Route Command The route command is used to employ both static and default routing on Windows Vista and Server 2008 14

Command Line Tools The nbtstat Utility Microsoft Windows uses an interface called Network Basic Input/Output System (NetBIOS) relating names with workstations It is an upper-layer interface that requires a transport protocol—usually, TCP/IP, but IPv6 can be used as well. Deploying the nbtstat utility will achieve these three important things: Track NetBIOS over TCP/IP statistics Show the details of incoming and outgoing NetBIOS over TCP/IP connections Resolve NetBIOS names 15

NBTStat The nbtstat –a command: 16

NBTStat The nbtstat –c command: 17

NBTStat The nbtstat –n command: 18

NBTStat The nbtstat –r command: 19

NBTStat The nbtstat –S command: The nbtstat –s command: The nbtstat –s command produces the same output as nbtstat –S except it will also attempt to resolve remote-host IP addresses into host names. 20

Command Line Tools The netstat Utility netstat is a great way to check out the inbound and outbound TCP/IP connections on your machine. Packet statistics like how many packets have been sent and received, the number of errors, etc. can be viewed. 21

NetStat The netstat –a command: 22

Command Line Tools File Transfer Protocol (FTP) FTP has become a cross-platform protocol for transferring files. Windows TCP/IP stack includes a command-line ftp utility. To start the ftp utility, enter ftp at a command prompt. The result is an ftp command prompt: To display a list of all the commands you can use at the ftp command prompt, type help or ? and press <Enter> 23

Command Line Tools The Telnet Utility Part of the TCP/IP protocol suite, Telnet is a Terminal Emulation program designed to be used over the network telnet allows you to make connections to remote devices, gather information, and run programs. Telnet was originally developed to open terminal sessions from Unix workstations to Unix servers. 24

Command Line Tools Don’t Use Telnet, Use Secure Shell (SSH) Telnet is totally unsecure Telnet sends all data in clear text including your name and password. It has to be really bad thing these days; consider Microsoft doesn’t even enable it on their latest Oss (you know it really must be unsecure) SSH is the tool to use. SSH provides the same options as Telnet, plus a lot more It doesn’t send any data in clear text Your servers, routers, and other devices need to be enabled with SSH. SSH is not configured by default on most devices. 25

Summary Summary Exam Essentials Section Written Labs Review Questions 26