HPE Aruba Networking & ProVision-based
1826537 Members
4032 Online
109695 Solutions
New Discussion

Aruba 2930F trap for CPU, RAM utilization and temperature

 
stanley783
Visitor

Aruba 2930F trap for CPU, RAM utilization and temperature

Hi,

i would like to configure zabbix trigger based on trap regarding CPU and RAM/memory utilization, for which i could not find example trap. Same goes for temperature.

Current switch:

Aruba JL253A 2930F-24G-4SFP+ Switch
Software revision WC.16.07.0003

Q1: Are there any traps relgarding components i mentioned?

Q2: Is there any way to change cpu threshold to lower value so i could generate such trap?

Thanks.

2 REPLIES 2
drk787
HPE Pro

Re: Aruba 2930F trap for CPU, RAM utilization and temperature

@stanley783 

 

Can you try the below OID values.

Regarding changing the CPU threshold, I dont think there is any option on the switch itself, but you can change the threshold value on your NMS tool for lower values to trigger an alert

 

CPU    Usage :               .1.3.6.1.4.1.11.2.14.11.15.2.6.1.1.1.1.6  

CPU Threshold:            .1.3.6.1.4.1.11.2.14.11.15.2.6.1.1.1.1.7

Memory Usage             .1.3.6.1.4.1.11.2.14.11.15.2.6.1.1.1.1.8

Memory Threshold     .1.3.6.1.4.1.11.2.14.11.15.2.6.1.1.1.1.9

Temperature               .1.3.6.1.4.1.11.2.14.11.15.2.6.1.1.1.1.12

Temp Threshold        .1.3.6.1.4.1.11.2.14.11.15.2.6.1.1.1.1.13

 

You can dowload the latest MIB from the below URL

https://h10145.www1.hpe.com/downloads/DownloadSoftware.aspx?SoftwareReleaseUId=27905&ProductNumber=JL253A&lang=&cc=&prodSeriesId=&SaidNumber= 

 

 

Thank You!
I am an HPE Employee

Accept or Kudo

stanley783
Visitor

Re: Aruba 2930F trap for CPU, RAM utilization and temperature

Thanks for response (my previous reply to you was deleted, good job this site)

Your provided OIDs gives response "No Such Object available on this agent at this OID" but i can at least get response for:

OID Memory free = .1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.6.1 (NETSWITCH-MIB::hpLocalMemFreeBytes.1)

OID Memory Used = .1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.7.1 (NETSWITCH-MIB::hpLocalMemAllocBytes.1)

OID cpu = .1.3.6.1.4.1.11.2.14.11.5.1.9.6.1.0 (STATISTICS-MIB::hpSwitchCpuStat.0)

Nevertheless, i am still rather looking for option to configure SNMP traps or RMON messages rather than SNMP agent polling.