- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Aruba 2930F trap for CPU, RAM utilization and temp...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2021 06:42 AM - edited 01-18-2021 06:44 AM
01-18-2021 06:42 AM - edited 01-18-2021 06:44 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2021 04:40 PM
01-18-2021 04:40 PM
Re: Aruba 2930F trap for CPU, RAM utilization and temperature
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
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2021 01:43 AM
01-19-2021 01:43 AM
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.