This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

In and Out Errors and Discards for sub-interfaces

Can we see on the Interface details page statistics for the resource “In/Out Errors and Discards” on sub-interfaces?  For example, the G0/0.100 and g0/0.200 interfaces will not show any data but if I look at the physical interface, I can see data.  This data reported on the physical interface combines statistics for both sub-interfaces and sometimes I want to see why which one of the two sub-interfaces is experiencing higher packet loss and/or errors.  Any ideas?

  • on Juniper equipment, at least, errors and discards are only counted at the physical layer.

    e.g. if you have a frame that fails a CRC check, how do you know that the VLANID hasn't been corrupted. Similarly outbound discards where the device has too many packets queued for the physical layer (it might be useful to know that packets for a particular VLAN are being discarded, but in general you have a layer-1/2 problem [not enough bandwidth, or contention for what is there]. the fix is to add more bandwidth and/or reduce contention.

    There is the marginal case where L3 flows could be re-engineered, but that is a more complex traffic analysis problem than most sites have to deal with, and requires you to have an irregular mesh topology to your network.

    /RjL