05-23-2010 11:55 AM - edited 03-06-2019 11:13 AM
Hi every body.
I just want to know when we use the command " show int " on a cisco switch, it will show different counters such as input error ,output error, etc.
What are input error and output error?
what is considered as input and output?
thanks and have a nice weekend.
Solved! Go to Solution.
05-23-2010 12:45 PM
Hello Sarah,
input packets = valid packets received on the interface
output packets = valid packets transmitted successfully on the interface
input errors are errors in receiving packets, specific error types apply to different interface type (serial, ATM, fastethernet)
output errors are errors in sending packets out the interface.
for ethernet interfaces you can look at:
see the description of all fields here:
http://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1904.html
http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008015bfd6.shtml
among input errors there are:
giants : frames too big to be received
runts: frames too short (minimum size is 64 bytes in ethernet)
CRC : FCS checksum fails
possible output errors include collisions, late collisions, multiple collisions
Hope to help
Giuseppe
05-23-2010 12:48 PM
Hi Sarah,
There are a number things that can cause input and output errors. Example:
By default, all layer 2 ports are in dynamic desirablemode, so the layer 2 port tries to form a trunk link and sends out DTP packets to the remote device. When a layer 3 interface is connected to a layer 2 switchport, it is not able to interpret these frames, which results in Input errors, WrongEncap errors, and Input queue drops.
Have a look at this document for more info:
http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008015bfd6.shtml#intro
HTH
Reza
05-23-2010 03:21 PM
This command is not applicable to the 2900/3500XL, 4XXX and 6XXX. Try the command "sh controller ethernet
05-23-2010 12:45 PM
Hello Sarah,
input packets = valid packets received on the interface
output packets = valid packets transmitted successfully on the interface
input errors are errors in receiving packets, specific error types apply to different interface type (serial, ATM, fastethernet)
output errors are errors in sending packets out the interface.
for ethernet interfaces you can look at:
see the description of all fields here:
http://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1904.html
http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008015bfd6.shtml
among input errors there are:
giants : frames too big to be received
runts: frames too short (minimum size is 64 bytes in ethernet)
CRC : FCS checksum fails
possible output errors include collisions, late collisions, multiple collisions
Hope to help
Giuseppe
05-23-2010 05:05 PM
Thanks Giuseppe . The above forwarded link shows" no buffer"" and " ignored" counters when " show int" command is issued. I still do not understand the difference between the two counters. Would you please explain the difference?
Thanks and have a nice weekend.
05-23-2010 12:48 PM
Hi Sarah,
There are a number things that can cause input and output errors. Example:
By default, all layer 2 ports are in dynamic desirablemode, so the layer 2 port tries to form a trunk link and sends out DTP packets to the remote device. When a layer 3 interface is connected to a layer 2 switchport, it is not able to interpret these frames, which results in Input errors, WrongEncap errors, and Input queue drops.
Have a look at this document for more info:
http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008015bfd6.shtml#intro
HTH
Reza
05-23-2010 03:21 PM
This command is not applicable to the 2900/3500XL, 4XXX and 6XXX. Try the command "sh controller ethernet
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide