Hello,
I just wanted to ask some opinion regarding an alarm that keeps coming and going intermittently. From NDCC we keep getting this Message for Primary Connection saying "Port: Excessive packets discarded on port 2.4" the port sometimes changes to another port but currently the port is 2.4 it is a primary for one of our CIOC. If we leave that alarm like that it will go away but after 24hrs or so it will disappear and will come again. It was happening before but less frequent like once or twice per 2-3 months but now it is happening in few days. Just wanted to know what does it mean? Thank you for anyone who will answer.
Below is the alarm that is showing, it is coming from a Emerson smart switch RM100
Andre Dicaire
In reply to Andre Dicaire:
In reply to dolatrec:
check out BOL section on Hardware Alarm condition parameters (Smart Swich).
Unusually high levels of packets discarded (due to CRC errors, packets too small (runts) or packets too large (giants) can be an indicator of loose or deteriorating network cable connections, damaged network cables, or failing network interface electronics.
If HAC_DISCPKTS_PWA.CVI has the value 1, 2, or 3 the workstation interrogates the switch for:
For each enabled port, the number of packets discarded in the last 60 seconds is written to the corresponding array element in HAC_DISCPKTS_PRT[n]. 0 is written for ports that are not installed or that are disabled.
The sum from all ports of the packets discarded in the last 60 seconds is written to HAC_DISCPKTS_VAL.
If the port is enabled, and if the number of discarded packets on this port in the last 60 seconds is greater than HAC_DISCPKTS_LIM the raw DISCPKTS condition is true for that port.
The Smart Switch Module can be viewed on line and the HAC_DISCPKTS_PRT[n] array can be viewed as well. The port identification 2.4 aligns with physical numbering on the switch, but the array is a set of 32 Float values. So 2.4 might mean Float number 12. If one port has issues, the overal HAC_DISCPKTS_VAL will align. If multiple ports have discarded packets, VAL would show the sum. Alerts would report affected ports, so looks like must 2.4 is seeing issues.
The Smart Switch module Class explains the assignments:
Array index n = (switch module m - 1) * PPM + (switch module port p)
where PPM (Ports per Module):
Thus for an RM100:
For an MD30: