< Return to Video

An Overview of Networking Monitoring Tools

  • 0:01 - 0:03
    Hello and welcome to TrainSignal. I'm
  • 0:03 - 0:05
    Veronica Henry, and you're watching an
  • 0:05 - 0:08
    overview of network monitoring tools.
  • 0:08 - 0:11
    In this lesson, we'll talk a little
  • 0:11 - 0:12
    bit about the concept of network
  • 0:12 - 0:14
    monitoring and then move right into a
  • 0:14 - 0:16
    discussion and demonstration of some of
  • 0:16 - 0:20
    the most popular network monitoring tools.
  • 0:20 - 0:22
    Network administrators will be
  • 0:22 - 0:24
    most familiar with the concept of
  • 0:24 - 0:26
    network monitoring, but for those of you
  • 0:26 - 0:28
    who are newbies, network monitoring is
  • 0:28 - 0:30
    simply a subset of the network
  • 0:30 - 0:32
    management tasks that administrators
  • 0:32 - 0:35
    perform on a daily basis.
  • 0:35 - 0:36
    It basically tracks your network
  • 0:36 - 0:38
    activity for anything that might
  • 0:38 - 0:40
    indicate you have a problem, whether it
  • 0:40 - 0:42
    be immediate or an indicator of a
  • 0:42 - 0:45
    potential future problem. Monitoring is
  • 0:45 - 0:47
    often performed on a dedicated machine
  • 0:47 - 0:50
    attached to your network, usually using a
  • 0:50 - 0:52
    GUI application of some sort or
  • 0:52 - 0:54
    another. But network monitoring can also
  • 0:54 - 0:56
    be performed from the command line with
  • 0:56 - 0:58
    simple tools that reveal a plethora of
  • 0:58 - 1:01
    information. So now we'll dive into
  • 1:01 - 1:03
    examples of the most commonly used
  • 1:03 - 1:05
    network monitoring tools.
  • 1:05 - 1:08
    Packet Internet Groper, or ping for
  • 1:08 - 1:11
    short, is probably the most recognized
  • 1:11 - 1:12
    Network troubleshooting tool, though
  • 1:12 - 1:15
    probably not by its longer name when you
  • 1:15 - 1:17
    have a problem with network connectivity
  • 1:17 - 1:19
    issues ping is usually the first tool
  • 1:19 - 1:21
    that's pulled out of the Arsenal it
  • 1:21 - 1:23
    tests connectivity by sending and
  • 1:23 - 1:26
    monitoring icmp Echo requests that are
  • 1:26 - 1:28
    used to determine if another computer is
  • 1:28 - 1:30
    available for communications on a TC
  • 1:30 - 1:32
    cpip
  • 1:32 - 1:34
    Network in order to use ping you only
  • 1:34 - 1:37
    need to know either the net bio name the
  • 1:37 - 1:40
    DNS name or the IP address of the other
  • 1:40 - 1:43
    computer and the syntax is very simple
  • 1:43 - 1:45
    it's just ping followed by the name of
  • 1:45 - 1:46
    the
  • 1:46 - 1:49
    computer so for example if you wanted to
  • 1:49 - 1:51
    test connectivity to Google you would
  • 1:51 - 1:55
    type in ping space
  • 1:55 - 1:57
    www.google.com let's go to a Windows
  • 1:57 - 2:00
    command prompt and try this out though
  • 2:00 - 2:01
    you could technically do it from a Linux
  • 2:01 - 2:03
    terminal window as well the result will
  • 2:03 - 2:05
    be the
  • 2:06 - 2:09
    same okay again from the command
  • 2:09 - 2:11
    prompt and this is just the Windows
  • 2:11 - 2:13
    command prompt that you access by typing
  • 2:13 - 2:13
    in
  • 2:13 - 2:17
    CMD let's try typing in
  • 2:17 - 2:20
    ping we'll type in
  • 2:28 - 2:32
    www.google.com and hit enter
  • 2:32 - 2:33
    now what you should get back is what you
  • 2:33 - 2:36
    see here on the screen you have a reply
  • 2:36 - 2:39
    with some bites with some time and some
  • 2:39 - 2:41
    other statistics that means that the
  • 2:41 - 2:43
    connection between your computer over to
  • 2:43 - 2:47
    Google is functioning properly okay now
  • 2:47 - 2:48
    let's go back to the presentation and
  • 2:48 - 2:52
    talk about what to do if ping doesn't
  • 2:53 - 2:55
    work if you don't get a reply from the
  • 2:55 - 2:57
    Ping command and after you've checked
  • 2:57 - 2:59
    things like the client software
  • 2:59 - 3:00
    configuration then you you can use the
  • 3:00 - 3:03
    Tracer t or Tracer route
  • 3:03 - 3:05
    commands these commands allow you to
  • 3:05 - 3:07
    check the network path between two
  • 3:07 - 3:10
    computers all you need is the name or IP
  • 3:10 - 3:12
    address of the destination
  • 3:12 - 3:15
    computer and the syntax is simple like
  • 3:15 - 3:18
    Ping and simply Tracer t or Tracer route
  • 3:18 - 3:21
    followed by that name of the computer so
  • 3:21 - 3:22
    let's go back to our terminal and give
  • 3:22 - 3:24
    it a
  • 3:25 - 3:27
    try okay back at our Windows command
  • 3:27 - 3:32
    prompt let's try typing in TR r a c t
  • 3:32 - 3:34
    space
  • 3:36 - 3:39
    www.google.com and hit
  • 3:39 - 3:42
    enter and what we should see is the
  • 3:42 - 3:45
    route in terms of
  • 3:46 - 3:48
    hops between your computer and the
  • 3:48 - 3:50
    destination
  • 3:50 - 3:52
    computer and as you can see here it
  • 3:52 - 3:54
    tells you that it's going to do a
  • 3:54 - 3:58
    maximum of 30 hops
  • 4:02 - 4:05
    and so what you will see is some times
  • 4:05 - 4:08
    and actual path again that your data is
  • 4:08 - 4:11
    taking okay now that that's complete
  • 4:11 - 4:14
    let's head back to the
  • 4:14 - 4:18
    presentation our next tool is called ip
  • 4:18 - 4:20
    config it's used to display and modify
  • 4:20 - 4:23
    current TCP IP configuration information
  • 4:23 - 4:26
    like the IP address your subnet mask the
  • 4:26 - 4:29
    default gateway and the DNS server
  • 4:29 - 4:31
    address and there's several switches
  • 4:31 - 4:33
    that can be used to tailor its
  • 4:33 - 4:35
    functionality let's go back to our
  • 4:35 - 4:38
    Command Prompt and try this one
  • 4:38 - 4:41
    out okay back at our Command Prompt
  • 4:41 - 4:43
    let's try out our next command just type
  • 4:43 - 4:46
    in IP Co n
  • 4:46 - 4:48
    fig and hit
  • 4:48 - 4:51
    enter I'm going to scroll up so you can
  • 4:51 - 4:54
    see all of the
  • 4:54 - 4:57
    content and from the top you can see
  • 4:57 - 4:58
    that we have the ethernet adapter
  • 4:58 - 5:01
    information here including your IP
  • 5:01 - 5:03
    address and default
  • 5:03 - 5:05
    gateway then we have some information
  • 5:05 - 5:07
    for VMware since we do have that
  • 5:07 - 5:09
    installed on this
  • 5:09 - 5:12
    system and other information though
  • 5:12 - 5:14
    generally you'll spend all of your time
  • 5:14 - 5:17
    concentrated in this
  • 5:17 - 5:19
    space okay let's go back to the
  • 5:19 - 5:20
    presentation and take a look at the
  • 5:20 - 5:24
    Linux version of this tool
  • 5:24 - 5:27
    next if config is the Linux equivalent
  • 5:27 - 5:30
    of IP config and again it's used to view
  • 5:30 - 5:33
    or change your network interface card
  • 5:33 - 5:36
    configuration information the syntax is
  • 5:36 - 5:39
    either typing an if config by itself or
  • 5:39 - 5:41
    I have config followed by the interface
  • 5:41 - 5:43
    or I have config followed by the
  • 5:43 - 5:45
    interface and the new setting if you
  • 5:45 - 5:46
    want to make a
  • 5:46 - 5:49
    change there's one difference between ip
  • 5:49 - 5:52
    config and if config the Linux version
  • 5:52 - 5:54
    will not display your default gateway
  • 5:54 - 5:56
    address so in that case you can use the
  • 5:56 - 5:59
    route command with no options to display
  • 5:59 - 6:01
    this information
  • 6:01 - 6:04
    let's go over to a Fedora Linux virtual
  • 6:04 - 6:06
    machine and in a terminal window give
  • 6:06 - 6:09
    this command a
  • 6:09 - 6:12
    try Okay from Fedora Linux in order to
  • 6:12 - 6:15
    open up a terminal window click on
  • 6:15 - 6:18
    applications system tools and
  • 6:18 - 6:20
    terminal and from this point let's try
  • 6:20 - 6:24
    our Command just type in if n
  • 6:24 - 6:27
    fig and hit
  • 6:27 - 6:29
    enter and as you can see we have
  • 6:29 - 6:32
    Hardware information we have IP address
  • 6:32 - 6:36
    broadcast address and even subet mask
  • 6:36 - 6:37
    and we have the same information for the
  • 6:37 - 6:40
    loop back address now let's try typing
  • 6:40 - 6:43
    in the route
  • 6:43 - 6:47
    command simply type in r u t and hit
  • 6:47 - 6:49
    enter and again this information
  • 6:49 - 6:51
    displays our default gateway
  • 6:51 - 6:53
    address okay let's head back to our
  • 6:53 - 6:57
    presentation and take a look at our next
  • 6:57 - 7:01
    tool our next tool is called NS lookup
  • 7:01 - 7:03
    and it's used to verify your computer
  • 7:03 - 7:06
    can communicate with its DNS server when
  • 7:06 - 7:08
    you use this command at the command
  • 7:08 - 7:09
    prompt it should respond with the IP
  • 7:09 - 7:12
    address of one or more computers if you
  • 7:12 - 7:14
    see multiple IP addresses this means
  • 7:14 - 7:16
    that that site is configured to host
  • 7:16 - 7:18
    content across multiple web servers the
  • 7:18 - 7:22
    syntax is NS lookup followed by host or
  • 7:22 - 7:25
    the fully qualified domain
  • 7:25 - 7:29
    name okay back at our Command Prompt
  • 7:29 - 7:32
    let's type in NS
  • 7:32 - 7:35
    lookup followed by
  • 7:37 - 7:40
    www.google.com and hit
  • 7:40 - 7:43
    enter and again as you see we have a
  • 7:43 - 7:45
    response with IP addresses and if you
  • 7:45 - 7:47
    recall from the slide if we have
  • 7:47 - 7:49
    multiple IP addresses that just means
  • 7:49 - 7:50
    that the site is configured to host
  • 7:50 - 7:53
    content across multiple web
  • 7:53 - 7:57
    servers okay let's head back to the
  • 7:58 - 8:00
    presentation next we have the net
  • 8:00 - 8:02
    command which allows you to get specific
  • 8:02 - 8:04
    information and perform several
  • 8:04 - 8:06
    functions from the command line This
  • 8:06 - 8:08
    command has several parameters that you
  • 8:08 - 8:10
    can use in conjunction to get the
  • 8:10 - 8:12
    information that you want again or to
  • 8:12 - 8:14
    perform a specific action the first
  • 8:14 - 8:17
    parameter is continue which is used to
  • 8:17 - 8:19
    restart a pause service then you have
  • 8:19 - 8:21
    pause which of course will pause a
  • 8:21 - 8:24
    service print displays your print jobs
  • 8:24 - 8:28
    and cues session will list or disconnect
  • 8:28 - 8:30
    sessions between computers share will
  • 8:30 - 8:33
    list the shares on your local computer
  • 8:33 - 8:35
    and also can be used to share local
  • 8:35 - 8:37
    resources start will list the running
  • 8:37 - 8:40
    services and can also be used to start a
  • 8:40 - 8:43
    service use or Mount connects to a
  • 8:43 - 8:44
    remote
  • 8:44 - 8:46
    computer Mount is the Linux command
  • 8:46 - 8:50
    that's used to access NFS shared volumes
  • 8:50 - 8:52
    and finally view will list computers on
  • 8:52 - 8:54
    the
  • 8:55 - 8:57
    network okay back at our Windows command
  • 8:57 - 9:01
    prompt let's just type in net space
  • 9:01 - 9:03
    start and this will list all the
  • 9:03 - 9:04
    services that are running on the
  • 9:04 - 9:07
    computer hit
  • 9:07 - 9:10
    enter and we had a pretty long list
  • 9:10 - 9:12
    which probably scrolled by but as you
  • 9:12 - 9:14
    can see here we just have a list of the
  • 9:14 - 9:17
    services that are running on the
  • 9:19 - 9:21
    computer and if you wanted to pause a
  • 9:21 - 9:23
    service you would just type in net pause
  • 9:23 - 9:25
    if you wanted to start one you do net
  • 9:25 - 9:28
    start followed by the service
  • 9:28 - 9:30
    name okay we'll head back to the
  • 9:30 - 9:32
    presentation we just have two more tools
  • 9:32 - 9:34
    to
  • 9:34 - 9:36
    review if you happen to be running net
  • 9:36 - 9:39
    bios on your machine you can use the NB
  • 9:39 - 9:41
    stat command to display net bios over
  • 9:41 - 9:44
    tcpip statistics this includes the net
  • 9:44 - 9:47
    bios name tables and name
  • 9:47 - 9:49
    cache and this command can be used to
  • 9:49 - 9:53
    recover or correct net bios name cache
  • 9:53 - 9:56
    entries and our last tool is netstat
  • 9:56 - 9:58
    which displays a list of computers
  • 9:58 - 10:01
    active incoming and outgoing tcpip
  • 10:01 - 10:03
    connections this is available in both
  • 10:03 - 10:06
    windows and Linux and your output will
  • 10:06 - 10:08
    include local and remote computers IP
  • 10:08 - 10:11
    addresses port numbers associated with
  • 10:11 - 10:13
    each computer and the state of the
  • 10:13 - 10:15
    connection whether it's established or
  • 10:15 - 10:18
    closed let's go back to our Command
  • 10:18 - 10:20
    Prompt and try this
  • 10:20 - 10:23
    out okay back at the prompt let's type
  • 10:23 - 10:31
    in netstat NE St a and hit enter
  • 10:31 - 10:32
    and what you can see again is the list
  • 10:32 - 10:36
    of the incoming and outgoing connections
  • 10:36 - 10:39
    and you see the IP address you see
  • 10:39 - 10:41
    foreign address information and you also
  • 10:41 - 10:43
    see the state you see established and
  • 10:43 - 10:46
    closed weight for some of the states
  • 10:46 - 10:49
    here okay that concludes our review of
  • 10:49 - 10:51
    network monitoring tools let's go over
  • 10:51 - 10:53
    what we've learned on the next slide
  • 10:53 - 10:55
    back at the
  • 10:56 - 10:58
    presentation in this video we learned
  • 10:58 - 11:01
    about the concept of network monitoring
  • 11:01 - 11:02
    and how it is used to track things like
  • 11:02 - 11:05
    Network performance and identify issues
  • 11:05 - 11:07
    before they
  • 11:07 - 11:09
    happen then we moved on to cover Network
  • 11:09 - 11:11
    troubleshooting tools like Ping which
  • 11:11 - 11:14
    test connectivity Tracer T and Tracer
  • 11:14 - 11:16
    route which can tell you the path your
  • 11:16 - 11:19
    data follows then we had ip config and
  • 11:19 - 11:21
    if config to list the details about your
  • 11:21 - 11:25
    tcpip configuration information and let
  • 11:25 - 11:28
    look up to list host and N command to
  • 11:28 - 11:31
    look at various data and mounts drives
  • 11:31 - 11:33
    route which tells you your default
  • 11:33 - 11:37
    gateway and bat which displays net FES
  • 11:37 - 11:40
    over tcpip statistics and finally
  • 11:40 - 11:42
    netstat which displays a list of your
  • 11:42 - 11:45
    computers active incoming and outgoing
  • 11:45 - 11:47
    tcpip
  • 11:47 - 11:49
    connections we at train signal are
  • 11:49 - 11:51
    always on the lookout for ways to
  • 11:51 - 11:53
    improve our training if you have any
  • 11:53 - 11:55
    comments things that you liked about the
  • 11:55 - 11:57
    course that you'd like to see continued
  • 11:57 - 11:59
    in future courses or suggestions to make
  • 11:59 - 12:02
    viewing or understanding the material
  • 12:02 - 12:04
    easier for you we'd love to hear it so
  • 12:04 - 12:07
    don't let this be our last conversation
  • 12:07 - 12:10
    feel free to call email or post a thread
  • 12:10 - 12:12
    on our forums you can even visit our
  • 12:12 - 12:15
    website and leave feedback by clicking
  • 12:15 - 12:17
    the floating red feedback button to the
  • 12:17 - 12:19
    left of the page or you can even comment
  • 12:19 - 12:24
    on our blog at www.t trinal training.com
  • 12:24 - 12:26
    it's up to you but we really like to
  • 12:26 - 12:28
    know what you think thanks for joining
  • 12:28 - 12:30
    me and I hope to see you in another
  • 12:30 - 12:33
    video
Title:
An Overview of Networking Monitoring Tools
Description:

more » « less
Video Language:
English
Duration:
12:31

English subtitles

Revisions Compare revisions