SNMP output not based on hardware condition
I used Redhat 7.8 and NET-SNMP version: 5.7.2.
When i running command:
snmpwalk -v2c -c public 192.168.1.1 | grep hrMemorySize
ouput:
hrMemorySize.0 = INTEGER: 2029291648 KBytes
Output memory capacity is 2TB, but in real hardware capacity total memory is 6TB.
Anyone know why this case happen?