Skip to main content

Posts

Showing posts with the label Top Bassic Commands

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