Skip to main content

Top Basic troubleshooting commands for Routings


Routing Commands


Well as per my 2.5 + years of experience I know that the Troubleshooting is about three big things: predicting what can happen, determining the anomalies, and investigating why that anomalies happened. also the many network admins break down network infrastructure problems by analyzing the Layer 3 path through the network, hop by hop, in both directions.


Below are the basic commands which can help you with Troubleshooting

  • Ping 
  • Show Interface  
  • Show IP Interface  
  • Traceroute  
  • Show Protocols  
  • Show IP Protocols  
  • Telnet  
  • Show running-config  
  • show IP route  
  • Show IP protocol database



PING

The first most commonly used command is Ping. The ping stands for Packet Internet Groper. It operates in the network layer of the OSI Model and uses the ICMP protocol. It is the first command you must use while troubleshooting a network. The ping command allows you to test whether there is a connectivity between two devices or not.

For example, PC 1 and PC 2 are connected to a Router with the IP Address. For checking the connectivity, from the PC 1 run the command Ping 172.16.9.70 and If you get TTL means the connection has been established.



Top Basic troubleshooting commands for Routings - PING - Ping

Show Interface
This command helps you to know the current status of the interface (port) which include whether the port is up or down, what is the IP Address assigned to it, its data transmission mode, etc.

Top Basic troubleshooting commands for Routings - Show Interface


Show IP Interface
This command helps you to know the current status of the interface (port) which includes the Ip Address, Broadcast Address and also tells you whether the port is up or down.

Top Basic troubleshooting commands for Routings - Show IP Interface

Traceroute

The Traceroute command traces the end-to-end path a packet takes through an internetwork. It allows you to trace the exact route to which the data travel in the network.


Top Basic troubleshooting commands for Routings -Traceroute

Show Protocol

This protocol only displays the current status of interfaces in Router and its IP Address. This command is useful if you only want to check the IP Address of all the interfaces in the router.


Top Basic troubleshooting commands for Routings -Show Protocol


Show IP Protocol

This command helps you to identify which protocol is configured in your router.

Top Basic troubleshooting commands for Routings -Show IP Protocol

Telnet
Telnet is a protocol that allows you to connect to remote computers (called hosts) over a TCP/IP network (such as the internet). Telnet command allows you to access router and configure it via remote connection.

To take the remote connection of a router, run the command telnet Host IP Address (IP Address of the PC you want to access remotely)

For example, I want to take a remote connection of Router 4 from Router 1. So, I will run the command

Telnet 3.0.0.2



Show running-config
This is the most important routing troubleshooting command. It displays you the entire configuration you have made on the router. It will show you all the commands which you have run on the router which includes the hostname, IP Address, Clock Rate, and the route.


Top Basic troubleshooting commands for Routings -Show running-config

Show IP route
This routing command allows you to check all the route to reach all the destination.
|


Top Basic troubleshooting commands for Routings -Show IP route

Show IP protocol database
This is the last command on the list of Top 10 CCNA Routing Troubleshooting commands. Show IP protocol database work on EIGRP and OSPF protocol. It displays the networks assigned to a different area.


Top Basic troubleshooting commands for Routings -Show IP protocol Database

Comments

Popular posts from this blog

What is STP? - Explain Advantages and Disadvantages

The Spanning Tree Protocol is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. STP is a protocol. It actively monitors all links of the network. To finds a redundant link, it uses an algorithm, known as the STA (spanning-tree algorithm). The STA algorithm first creates a topology database then it finds and disables the redundant links. Once redundant links are disabled, only the STP-chosen links remain active. If a new link is added or an existing link is removed, the STP re-runs the STA algorithm and re-adjusts all links to reflect the change. STP (Spanning Tree Protocol) automatically removes layer 2 switching loops by shutting down the redundant links. A redundant link is an additional link between two switches. A redundant link is usually created for backup purposes. Just like every coin has two sides, a redundant link, along with

What are the Advantages and Disadvantages of TCP/UDP ?? Difference between TCP and UDP

As in previous blog we have define and explain about what is TCP and UDP and from now we are moving ahead with Advantages, Disadvantages and Difference of TCP and UDP but for this you have to know about TCP and UDP hence to understand it go for a What is TCP and UDP . Advantage of TCP Here, are pros/benefits of TCP: It helps you to establish/set up a connection between different types of computers. It operates independently of the operating system. It supports many routing-protocols. It enables the internetworking between the organizations. TCP/IP model has a highly scalable client-server architecture. It can be operated independently. Supports several routing protocols. It can be used to establish a connection between two computers. Disadvantages of TCP Here, are disadvantage of using TCP: TCP never conclude a transmission without all data in motion being explicitly asked. You can't use for broadcast or multicast transmission. TCP has no block boundaries, so you