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...

How to Reset Steam Password? – Recover Your Steam Password

Are you suffering with Reset Steam Password? This blog will help you. What is Steam? Steam is the online website for getting the best games for paid. If you are a true game lover then you should have an active account on Steam. Many of people lost their password during the  PC clean-up  or any other circumstances. At that time they have to reset Password of all accounts. Then if you facing issues with the password, you forced to Steam reset password to access the Steam account. We are going to share the guide that how to recover your forgotten Steam Password and make your existing account ready. First of all, you should have enough knowledge about what is Steam and why Steam Account required? Why Steam Account Requires? Before jump into password recovery and Login details, let me clear about why Steam Account required? There are several benefits of this Steam Account from where you can easily download PC games as well as software. Though it will be p...