TechKnowSurge
Cisco CCNA 1.4 Cisco CCST Networking 5.3 Cisco CCST Networking 5.5 Cisco CCST Networking 3.4
VideoNetworkFree

DEMO: Troubleshooting Interface Issues

Essential CLI commands for diagnosing network interface problems on Cisco switches, including ping, show interfaces, show ip interface brief, and show buffers.

Complete this video to capture a CTF flag worth 1 point.

About this video

When a network interface fails to come up or exhibits intermittent behavior, a structured approach using the right CLI commands can quickly isolate the cause. The ping command establishes whether basic Layer 3 connectivity exists between two devices, making it a logical first step before digging deeper into configuration or hardware-level issues. From there, show run and show run interface allow an engineer to pull the active configuration for the entire device or a single interface, confirming that settings are applied as intended. The show interfaces command provides granular statistics for each interface, including transmitted and received byte counts, input errors, runts, giants, and throttle events. These counters help distinguish between a misconfiguration and a physical or capacity problem. When troubleshooting a specific port, appending the interface identifier to the command narrows output to just that interface, saving time on devices with many ports. The show ip interface command offers a Layer 3 view of the same interfaces, which is especially useful when working with routed VLANs or switch virtual interfaces. For a faster overall assessment, show ip interface brief presents all interfaces in a compact table showing assigned IP addresses and line or protocol status. An "administratively down" status indicates a deliberate shutdown command has been applied, while a down state without that qualifier typically means no cable or active device is connected. The IPv6 equivalent, show ipv6 interface brief, provides the same at-a-glance summary for IPv6 Layer 3 configurations. Finally, show buffers surfaces memory buffer statistics that can reveal whether the switch is being saturated with traffic, a condition that may cause dropped frames and degraded performance even when physical connectivity appears healthy.

What you'll learn

What's covered

Interface Troubleshooting Commands

Aligned to

Cisco CCNA
1.4 Identify interface and cable issues
Cisco CCST Networking
5.3 Run basic diagnostic commands and interpret the results
5.5 Run basic show commands on a Cisco network device
3.4 Demonstrate how to set up and check network connectivity

Key terms

Internet Control Message Protocol
ICMP
A network layer protocol used to send error messages and operational information about network conditions.
Switch
A network device that connects devices within a LAN and forwards traffic based on MAC addresses.
IP Address
A numerical label assigned to each device connected to a network that uses the Internet Protocol.
Layer 3
The Network layer of the OSI model, responsible for logical addressing and routing packets between networks.
Ping
A command-line diagnostic utility that uses ICMP echo request and echo reply messages to test whether a remote host is reachable on a network and to measure the round-trip time for packets. It is one of the first tools used when troubleshooting network connectivity issues.
show interfaces
A Cisco CLI command that displays detailed statistics for all or a specified interface, including errors, packet counts, and buffer information.
show ip interface brief
A Cisco CLI command that displays a summarized table of all interfaces, their IP addresses, and their up/down status.
show buffers
A Cisco CLI command that displays buffer pool statistics on a switch, used to identify buffering issues or device saturation.

Topics

Networking Cisco Ios Cli Network Troubleshooting Switch Configuration Network Interfaces

Transcript

Let's take a look at some commands that you would use to troubleshoot if you're having any issues with your device, or specifically with the interfaces on that device.

Let's say you've gone through and you've configured a device and there's something wrong with your interface. Perhaps it's not coming up, or perhaps it is functioning but you're seeing some weird network issues and you need to drill down to see what's happening on your network. Here are some commands that can help with that.

ping

The first one that I'm going to mention is just the ping command. Ping is great because it can tell you if you just have basic connectivity. So I can ping something like 10.1.0.3 and ping that address and see if I have connectivity from, in this case, the switch to that device, which is my demo Pi that's on here. So yes, in fact I have connectivity there. Things are communicating and so I have at least some sort of connectivity. But what else could be wrong? Maybe it's having intermittent issues or something. So let's further take a look at this and see some other commands.

show run

One that can be really helpful is the show run command, and this would show the running config. Or we can get more specific and see a specific interface, so I could do interface fa 0/1 and take a look at that interface and see how it is configured. So that can be helpful for taking a look to just see what the configuration is as you're going through this troubleshooting process.

show interfaces

Another command here is show interfaces. So I can do show interfaces, and I see that VLAN 1 is up. I see some stats associated with it. I'm going to scroll through to take a look at this interface 0/1, which is an actual port that's physically plugged into a device, and I see packets that have gone across here, bytes that have gone across here, if there's any buffers, and we can take a look at the buffer here in a little bit, if there's any runts or giants or throttles or input errors. Each one of these will be significant. Is the whole packet not coming in, or is the packet too large? So it can really zero down into what's happening on your device.

If I continue with this show interfaces, you'll notice that it shows me a lot of different interfaces, and that can be problematic if I'm looking for a specific interface, especially if it's later on. So if I want to just look at fa 0/14, I can use that same command but I can type in the interface that I want to look at, and it would show me just that interface.

show ip interface

The other command that I really like using is the show ip interface. So I can use that command, and same thing, it's going to scroll through all of the interfaces. Or I can use that command and say fa 0/14 to look at just the interface that I want to look at. This is a switch port, and since I typed in ip in there, it's looking from a layer 3 perspective and layer 3 information on here, and 0/14 is not giving me much, although we did see that VLAN 1 is a layer 3, so it gives us much more information with it.

show ip interface brief

The next thing, one of my favorite commands, is show ip interface brief. This shows me a table of all my interfaces. So I use this a ton, and it gives me information such as assigned IP addresses. It gives me information such as if these are up, if they're administratively shut down, which means I've actually got the shutdown command on the interface, it'll show me that. In these cases where it doesn't say administratively down, it's just because these ports, nothing is plugged into them. So a real quick way to see all of this information at a quick glance.

Of course these commands will also work with IPv6, so I can do a show ipv6 interface brief and hit enter, and then it shows me from a layer 3 perspective what is going on with these different switch ports here too. So layer 3 and an association with IPv6.

show buffers

And then one other one that I'm going to do on here is a show buffers. A switch needs to buffer the information, buffer the frames as it comes into the switch, to see what the MAC address is before it forwards it on to a port. So it's got to buffer that information before it can forward the information. So if I look at this, this can show me if I'm having any buffering issues and perhaps this switch is saturated or something is going on with the switch. So I can look at here and find all sorts of information on the buffers, and if there are details that will help me troubleshoot, this could be a good location for that.

So quite a few commands there that can help us. There are some that I use really often, like the show ip interface brief. I love that command. Obviously you're doing show runs. So these are the commands that you're going to constantly be using as you're troubleshooting and you're connecting in different devices and you're experiencing maybe something is not functioning the way you want. You'll definitely be using these.

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →