Sorry, my bad, I got another question about CPU utilization and both got mixed in my head :)
Those OID 1.3.6.1.2.1.25.2.3.1.* seem to be for storage, not for memory.
------------------------------
Ivan Bondar
------------------------------
Original Message:
Sent: Jan 15, 2023 08:44 AM
From: Keyser
Subject: Monitor used memory in CX using SNMP
Hi Ivan
The CPU usage between UI, CLI and SNMP correlates just fine. It's memory utilisation that's misreporting (in my config) over SNMP - UI and CLI agree on 29% percent utilization. The switch is a CX-6100 v.10.10.1020 and I'm using the standard Zabbix HOST-RESSOURCES MIB now, and monitoring the discovered memory from there (discovery[{#MEMNAME},1.3.6.1.2.1.25.2.3.1.3,{#MEMTYPE},1.3.6.1.2.1.25.2.3.1.2,{#ALLOC_UNITS},1.3.6.1.2.1.25.2.3.1.4]). The built in calculation returns 38% used from the Memory Used out of Memory Total.
Original Message:
Sent: Jan 15, 2023 04:56 AM
From: Ivan_B
Subject: Monitor used memory in CX using SNMP
The dashboard's CPU report shows current average CPU utilization. It should correlate with the 'CPU Util %' parameter in the output of 'show system' command. Could you check if both give you similar values? I am asking to understand where we have this discrepancy - between web ui/cli and snmp or between web ui and snmp/cli. Also could you clarify which object from HOST-RESOURCES MIB do you monitor?
------------------------------
Ivan Bondar
Original Message:
Sent: Jan 14, 2023 07:02 PM
From: Keyser
Subject: Monitor used memory in CX using SNMP
Thanks mate. I will give it a spin to see what that reports. In the mean time I got some data out of HOST-RESSOURCES on memory. I had a config error in my Zabbix template. However - the switch dashboard says 29% memory utilisation - the SNMP Query says 38%... Wonder what that is about.
Original Message:
Sent: Jan 14, 2023 05:52 PM
From: Ivan_B
Subject: Monitor used memory in CX using SNMP
Hi,
Did you try to check https://www.arubanetworks.com/techdocs/AOS-CX/10.10/HTML/snmp_mib/Content/Chp_MIB_sppt/new-int-mib-tra.htm ? The table arubaWiredSystemInfoTable in ARUBAWIRED-SYSTEMINFO-MIB contains:
arubaWiredSystemInfoMemory OBJECT-TYPE
SYNTAX Unsigned32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The memory usage of subsystem in percentage."
::= { arubaWiredSystemInfoEntry 4 }
You need 10.10.xxxx s/w installed on your 6100 to have this object available.
------------------------------
Ivan Bondar