Unit VIII
Unit VIII
Learning Outcomes
After studying this unit, you should be able to:
a. identifyanetworkproblem;
b. describeappropriatetroubleshootingtoolsandtheirfunctions;
c. analyzeanddiscussthetroubleshootingprocess;and
d. resolvecommonnetworkissues.
Introduction
Cable Problem: The cable which is used to connect two devices can get
faulty, shortened or can be physically damaged.
Connectivity Problem: The port or interface on which the device is
connected or configured can be physically down or faulty due to which the
source host will not be able to communicate with the destination host.
Configuration Issue: Due to a wrong configuration, looping the IP, routing
problem and other configuration issues, network fault may arise and the
services will get affected.
Software Issue: Owing to software compatibility issues and version
mismatch, the transmission of IP data packets between the source and
destination is interrupted.
Traffic overload: If the link is over utilized then the capacity or traffic on a
device is more than the carrying capacity of it and due to overload condition
the device will start behaving abnormally.
Network IP issue: Due to improper configuration of IP addresses and subnet
mask and routing IP to the next hop, the source will not be able to reach the
destination IP through the network.
Network Troubleshooting Flowchart
There are several tools for checking IP reachability issues and determining where
packets are dropped during communication with the destination host. These tools
make troubleshooting easier and reduce restoration time.
This software provides a lot of diagnostic power. It will monitor and inform you in real
time. IP address and DHCP scope monitoring, configuration and log management,
and better network security are all included.
Engineer's Toolset and SolarWinds Network Performance Monitor can function
together. With WAN Killer, the utility will assist you in performing network stress
testing. It will produce random traffic based on your criteria and will allow you to alter
packet size, bandwidth, and bandwidth percentage.
SolarWinds offers a 14-day fully functional free trial. Engineer's Toolset will set you
back $1495 per seat.
2.) Obkio
Obkio's software monitors network performance and web applications and pinpoints
the source of typical network issues such as VoIP, video, and application stuttering.
Obkio notifies you as soon as a problem arises or if there are warning signals that a
breakdown is imminent. It not only warns you and pinpoints the cause of the problem,
but it also allows you to travel back in time and finish a diagnostic.
3.) Ping
The PING utility validates reachability to the remote end's destination host using IP
ICMP echo request and echo reply messages.
It contains two messages: the first is whether the data packet is capable of sending
and receiving messages from the destination IP address, and the second is the
process' RTT time (RTT means round trip time and is calculated in milliseconds).
Ping is successful, as evidenced by the exclamation. There are a variety of reasons
why the ping returns the destination as inaccessible. We'll utilize the next tool to
figure out what's causing the problem.
It delivers ICMP echo request messages with IP TTL (time to live) values that
gradually rise.
The initial value is one. It transmits the data packet forward, decreasing the TTL
value by 1 with each hop while routing the data, and rejects packets with a TTL value
of 0 by responding that the message ICMP time has expired.
The source host delivers the data packet once more, but this time with a TTL of 2.
The procedure will continue in this manner until the packet reaches its destination, at
which point the destination host will respond with ICMP echo back messages.
The router uses traceroute to keep track of which route packets take to reach their
destination and estimates latency and other metrics.
It is the program that intercepts and records the flow of data packets between the
source and the destination. For example, if the system is slow, it can check for
latency difficulties and other networking issues, which will aid in the diagnosis of the
main cause.
Here are some steps to troubleshoot and diagnose network issues such as IP,
connectivity, and wireless connections.
Lesson 3. Troubleshooting IP Problems
If we cannot reach the destination IP address and cannot identify a route to the next
hop at any point in the network using the TCP/IP protocol suite, we will utilize the
PING and TRACEROUTE tools to diagnose the cause and location of the problem.
The generic steps to troubleshoot the IP related issues in the network include:
Firstly locate the pair of devices between the source and the destination host
between which the connectivity issue has occurred.
Once you locate the devices using the tools, the fault can be due to a physical
connectivity issue. Thus check the physical connections all over the path.
There can be a fault in the LAN connectivity as well if you are working in a
LAN network. So check the LAN connections. The local port can be faulty or
down due to which the source cannot be able to reach the destination IP.
One of the reasons of the fault can be the router connectivity issue while
traveling through various paths to reach the destination. Hence check that if
the router is defined properly at each of the intermediate hops.
Check the configuration settings.
If you discover that there is a problem with LAN connectivity on a large level, you
should take the following actions to identify the root cause and resolve it:
If the destination and the source are of the identical subnet mask, then try to
ping the destination IP.
Else, if the destination is of some other subnet mask then try to ping the
gateway IP address of the router.
Now, if both the ping fails, then first check that in the configuration settings, if
both the subnet mask and route to be followed to reach the destination are
defined properly in the routing table or not?
Once you are done with the configuration part and found everything OK, then
check if your source host is able to ping some another hop in the LAN
network other than the destination host or route to that?
If you are not able to ping to another device then there can be many reasons
for this. It may even be a configuration issue, a physical connectivity issue,
and repetitive IP address entry issue.
Disconnect the suspect device from the LAN and turn off the interface to which it was
attached to resolve the duplicate entry of an IP issue.
Ping the device from another device on the same subnet or in the same LAN
network. If the ping is successful, it means that the IP address is being used by
another device on the network. Find the device's MAC address in the ARP table and
change the IP address to match the plan.
If the connections appear to be fine, the cable may be defective; thus, test
connectivity by replacing the present cable with a newer one. If the issue remains,
look into the port or interface where the link is ended. There's a chance the port isn't
working properly.
#2) Port Faulty Scenario: Make that the port or interface where the link is
established isn't turned off. Also, double-check the duplex mode and speed. If the
port is operational but the problem remains, there are indicator lights on each device
that indicate the port's operational status.
Check whether the port is physically radiating or down using the indication lights. If
the port is physically broken, it will show up as a light status. Configure the link on a
different free port or interface in this case.
#3) Traffic overload: If a connection or interface has more traffic than it can handle,
it will begin to behave strangely at some point. As a result, double-check these
conditions to ensure a seamless operation.
#4) Configuration Issue: By using the show IP interface and show running-config
commands, you may see the router setup on the interface.
When we route data packets via the network, there is a good probability that a
problem will occur. As a result, we will design a plan for correcting the issues based
on the type of defect.
The kind of fault that occurs between the source and destination hosts while
floating data packets in a network are listed below:
To find out the resolution, the first step is to locate the hop between the
source and the destination where the problem has occurred.
The process verifies the IP connectivity and routing protocols connectivity at
each hop starting from the source host towards the destination one.
We can also use the traceroute tool to locate the hop where the problem has
arised. But this is not helpful in all the cases. Hence, it is better if we proceed
with the first one.
Once we locate the problematic hop, then login to that router via telnet and
then try to ping the source and destination host.
If the ping is not successful, then verify the routing table for routes between
the source and destination. If routes are not defined then configure the IP
routes with the subnet mask and default route in the router.
In condition, if the ping responses with only a few percentages of success,
then there may be multiple paths that are defined to reach the destination. But
out of multiple paths, one is failing to reach the destination. The cause for this
is that a routing loop can occur in the path. To rectify this, trace the looping
hop, and correct the configuration.
After rectification of the above steps, if still, the problem persists, then check
the routing protocol used, and change the protocol in accordance with the
network.
The configuration issues at a particular router can be checked using a
command like show ip interface for interface related faults, show ip access-
group for finding out ant firewall or filter is configured in the network and you
can check what is allowed to pass through it, show version for uptime and
show running-config for the overall configuration.
If you still can't find a solution after examining physical connectivity, local
connectivity, IP connectivity, and routing issues, the fault could be in the transport
and application layer protocol.
When a firewall prevents traffic from flowing over the network, we look for a
technique to shift the source host in the network so that the firewalls can be
ignored or bypassed.
If a service is unavailable, take steps to restore it or align another server to
deliver the service.
For the authentication process issue, we can use software to run tests to see
where authentication is failing, and then you can fix the problem based on the
results.
If you have a version mismatch or compatibility issue, upgrade your system
so that both are compatible.
#1) Whenever you connect your Tablet, mobile phone or Laptop with the WI-FI
device, and if you are not able to connect then check all the LAN or WAN cable
connections.
The Ethernet cable should be connected tightly and check the light status on the
device. If it is not green then the cable or port may be faulty. Thus change the port
and cable connections with a newer one.
#2) After verification of all of the above points, if the connection is still not through,
then verify the WI-FI network adaptor settings.
For windows laptop or PC, go to control panel, select the network connections option
and check what is the status on the wireless network adaptor? It should be enabled.
If it is not enabled then click on the enable key and mark the status as enabled.
#3) After checking all the above settings, if the status is still not connected then
check the wireless access point and SSID settings. After correction of the desired
settings, the status will change from not connected to acquiring network address to
connected. At this point, the client also allocates the IP address to the requesting
device.
#4) If still, the problem persists, then click on the diagnose option from the wireless
network connection status menu to find out the cause.
#5) After performing all the above troubleshooting steps, if you are not able to
connect to the network still, then there may be other reasons like some firewall or
packet filter is barring you for using the network, and there could be a problem with
the authentication protocol used etc.
#6) To resolve these issues, reconfigure all the network settings and verify the IP
reachability by using PING.
These are the basic troubleshooting steps. If you are still not able to connect to the
network, then you can restart your system and then try to connect and consult with
some network settings expert.
This tutorial explains the numerous types of fault categories that we deal with in
networking systems.
We discovered that a problem can arise anywhere in the TCP/IP architecture, from
the bottom to the top layer, and that it can be caused by a physical connectivity
issue, a LAN issue, an IP-related issue, or any routing-related issues.
We take steps to discover and correct issues based on the type of problem. Only the
networking system's generic and basic troubleshooting steps are covered. Because it
is such a broad subject, a variety of various types of defects and newer faults can
occur in any network at any time.