Home > Articles > Cisco > CCENT

Show Versus Debug Commands

Show and debug commands are the primary tools used by Cisco network professionals in order to verify and troubleshoot the proper operation of complex networks today. The importance of these tools cannot be emphasized enough, especially when a student of modern networking technologies is just beginning their study. In this article, Anthony Sequeira, CCIE and CCSI, details the purposes, differences, and most common mistakes with these important commands.
Like this article? We recommend

Over the last few weeks I have found myself focused on router and switch troubleshooting. In doing so I have reaffirmed that the best time to begin learning how to troubleshoot, and about what tools we have at our disposal for troubleshooting is when we are actually starting out in our studies. It is during our CCNA days that many of us are first exposed to routing and switching protocols. It is during this time that we are tasked with memorizing timers, multicast addresses, and finite state machine information just to name a few. It is during this time that a forward thinking candidate should not just be reading about all these technologies, but implementing them as well. Getting a few routers or using a trusted simulator or emulator affords us the opportunity to see firsthand what these protocols do, how they do it, and how we can manipulate them.

When you are ready to setup these devices, make your configurations, and really “dig in”, you will quickly learn that it is almost impossible to do any of this without two of our most basic troubleshooting tools: debug and show commands.

The Big Difference

Show and debug commands are tools integrated into the Cisco IOS that are intended to support troubleshooting. The purpose of show commands is to display static information, where the debug commands display dynamic information regarding events or data. If we take a closer look at each, we can see the major differences:

  • Show—used to obtain a snapshot of the state of a given interface, media, or network. This can be used for the purpose of verification, troubleshooting, or monitoring network performance. In essence, we will want to use a show command when we need to gather facts.
  • Debug—used to check the actual data flow and control plane operation of a given protocol. This information is often used to troubleshoot configuration issues, equipment failures, or protocol issues. Given that debug commands monitor actual data and communication flows, the ideal purpose for this tool is when we want to actually observe a process in action.

Aside from when we would want to use one command over the other, an additional difference between the two commands is how much CPU utilization and overhead each uses. Debugging, where the actual data flows and processes are being monitored, requires substantially more CPU cycles than any of the most complex show commands ever could. This is a fact that must be taken into account when working on production equipment. It is quite possible, given the processor intensive nature of debug commands, that we could inadvertently disrupt the performance of a network device.

Why Debug Instead of Show?

Actually, there is much that a show command cannot tell us. We could not, for instance, use a show command to tell us when a route leaves our routing table, or what direction an IP packet took through a router, or why an OSPF adjacency failed. That may make it sound like show commands are worthless compared to their debug counterparts, but that could not be further from the truth. Show commands provide us quick access to critical information that lets us know things like: are interfaces up and operational? What routes are in our routing table? Are OSPF adjacencies forming?

The decision on which troubleshooting command to use comes down to exactly what type of information we need.

Show and Debug in Action

Let us examine these commands in action using a topology where we have two devices, R1 and R3, that are connected via their Serial1/1 interfaces. We have configured OSPF on both of these routers, and now we have to ask ourselves, "Are R1 and R3 neighbors?" We can find out if they have become adjacent through the use of the show ip ospf neighbor command:

R1#show ip ospf nei

R1#

Notice that we do not see any information that would notify us that we have established a neighbor relationship between these two routers. In order to find out why we have not become neighbors, we have to ask another question, "What is wrong with the OPSF process?" to find that answer, we can debug our OSPF adjacency process:

R1#debug ip ospf adj 

OSPF adjacency events debugging is on

OSPF: Rcv pkt from 10.1.13.3, Serial1/1 : Mismatch Authentication Key - Clear Text

R1#undebug all

All possible debugging has been turned off

R1#

Almost immediately we can see that we have an issue related to a "Mismatch Authentication Key." This tells us that our keys do not match between R1 and R3. We can now use a show command on both R1 and R3 to see what key is being used. We will look at this static configuration with the show run interface Serial 1/1 command first on R1. For this verification, we will us an invaluable show command tool called an 'output modifier' that allows us to filter our output to configuration lines that include the words 'authentication-key':

R1#show run interface Serial 1/1 | inc authentication-key

 ip ospf authentication-key CISCO

R1#

On R3 we can see what authentication key was used on the attached interface by employing the same show command:

R3#show run interface Serial 1/1 | inc authentication-key

 ip ospf authentication-key cisco 

R3#

The output of this show command, coupled with the knowledge that passwords are case sensitive, tells us immediately what the issue is!

Three Common Issues with Debugs

We already mentioned that using debugs in production environments can cause significant issues, especially if you are just learning; but the truth of the matter is that even experienced engineers often make mistakes while using them.

The single most common issue that I have seen in production environments is discovering that a debug has been left running in a given environment. We all get caught up in what we are doing from time to time, and it is not hard to imagine accidently leaving a debug running. The real world effect of this is, best-case, we slow the routers performance; worst-case, we render it unusable. Not something any of us would like to have to admit to in front of management, or have discovered by someone else. The command undebug all is your best friend, and will keep this situation from happening. This command ensures that all possible debugging is disabled—get accustomed to using it.

The next most common issue is not realizing that you could crash a router by issuing too many debug commands. Remember that your router or switch only has so much RAM, and its processor can only take so much. A router's processor is built to facilitate the forwarding of packets, not the monitoring and processing of protocols and producing debug messages. Each debug command you execute translates to an individual debug process that must be managed by the CPU. But what most people lose sight of is debug statements are afforded higher priority then things like network traffic. We need to keep in mind that asking our router or switch to process numerous debug commands can have a significant negative impact on its overall performance.

The last issue is probably the most common problem experienced by new or aspiring engineers. Debug was intended for targeted and sporadic use. What do we mean by that? Debugs should be targeted such that we burden the router or switch's CPU as little as necessary. Sporadic refers to the fact that you should not run debugs for extended periods of time, especially in production environments. The longer you run the debug, the more strain you place on the device, and the more output you generate for yourself to have to wade through. Be as specific as possible with your debug commands, and turn them off as quickly as possible.

Conclusion

Cisco IOS show and debug commands are very powerful tools that every engineer or aspiring engineer should know how to use correctly. The show commands give us snapshots of router statistics, interface counters, and protocol states, where debugs give us detailed information regarding data and control plane processes in a close to real time fashion. Knowing when to use one, or both of these tools in unison is one of the hallmarks of a good engineer.

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020