1753283 Members
5548 Online
108792 Solutions
New Discussion

IMC monitor uplink interface

 
SOLVED
Go to solution
shuki_miz
Occasional Contributor

IMC monitor uplink interface

 

HI

i want to monitor uplink interfaces in the IMC ,monitor CRC errors how is it able?
i created  port groups of uplinks. cant find how to add the correct monitors,

imc version plat 7.3

thanks,

3 REPLIES 3
jguse
HPE Pro
Solution

Re: IMC monitor uplink interface

Hello,

Monitoring errors is possible with Performance Management component. Keep in mind that SNMP does not provide a CRC-error-specific counter, but rather has an overall error counter for each interface in both directions. 1.3.6.1.2.1.2.2.1.14 for ifInErrors and 1.3.6.1.2.1.2.2.1.20 for ifOutErrors.

To monitor your "uplinks only", you could go to Performance Management > Monitoring Settings and click on "Add Monitor". Select Monitoring Device, add all the devices on which you would like to monitor the errors, and select the Indexes related to interface errors.

The following pre-defined indexes exist to monitor errors with these OIDs in different ways:

  • System - Interface Statistics - Interface Sending/Receiving Error Proportion (%)
  • System - Other Interface Statistics - Number of Packets Sent/Received in Error (packets)
  • System - Other Interface Statistics - Number of Error Packets (packets)
  • System - Other Interface Statistics - Proportion of Error Packets on Interface (%)

Once you have selected at least one index and device, the Monitoring Settings appears and you can select which interfaces you want to monitor - Up interfaces that are connected to SNMP Devices or Servers (Devices discovered via SNMP as Server) are configured by default. You could change that to "Up physical interfaces" and only leave "Interfaces Connected to SNMP Devices" if you only want to monitor this on your uplink ports.

Hope that helps.

Best regards,
Justin

Working @ HPE
Accept or Kudo
shuki_miz
Occasional Contributor

Re: IMC monitor uplink interface

THANKS.

used System - Interface Statistics - Interface Sending/Receiving Error Proportion 

RPapaux
Valued Contributor

Re: IMC monitor uplink interface

Alternatively if your switch support RMON statistics group, you can enable it on the appropriate interfaces for this specifc object (etherStatsCRCAlignErrors) and monitor it against Absolute or Delta threshold.

Then you can trigger an alarm to fire a SNMP trap when the threshold has been passed.

This will avoid the polling monitor traffic between IMC and the switch.

BR