I'm using SNMPv3 on a XG230 firewall with v18.01.
I have no problem getting the uptime, version and name of the fw, but I have problems getting the data for disk and memory usage.
If I send a request for disk usage i get back a value of 2 wich means 2%, but if I log into the fw and look at the diagnostics its 33%.
Simmilar problem with memory capacity and memory usage, the return value from snmp is for capacity 1 and for usage 100.
In the diacnostics and specs wise it can not be 1 mb and the usage is at around 40%.
I'm using these OIDs:
1.3.6.1.4.1.2604.5.1.1.2.0 sfosDeviceType
1.3.6.1.4.1.2604.5.1.1.3.0 sfosDeviceFWVersion
1.3.6.1.4.1.2604.5.1.2.2.0 sfosUpTime
1.3.6.1.4.1.2604.5.1.2.4.1.0 sfosDiskCapacity
1.3.6.1.4.1.2604.5.1.2.4.2.0 sfosDiskPercentUsage
1.3.6.1.4.1.2604.5.1.2.5.1.0 sfosMemoryCapacity
1.3.6.1.4.1.2604.5.1.2.5.2.0 sfosMemoryPercentUsage
Are ther other OIDs for these values, is it a known bug or am I doing something wrong?
This thread was automatically locked due to age.