fewi
1
I can’t pull CPU stats via SNMP on RouterOS 5.5 on the x86 platform.
It doesn’t even show as a supported OID.
Was this ever working? I haven’t tried this on x86 platforms before.
[admin@router] > sys reso pri oid
uptime: .1.3.6.1.2.1.1.3.0
total-hdd-space: .1.3.6.1.2.1.25.2.3.1.5.131073
used-hdd-space: .1.3.6.1.2.1.25.2.3.1.6.131073
total-memory: .1.3.6.1.2.1.25.2.3.1.5.65536
used-memory: .1.3.6.1.2.1.25.2.3.1.6.65536
[admin@router] >
petrn
2
Hi,
you can:
.1.3.6.1.2.1.25.3.3.1.2.1
or
HOST-RESOURCES-MIB::hrProcessorLoad.1
It doesn’t even show as a supported OID.
have look at output of this:
snmpwalk -v 2c -c public
fewi
3
I’ll try walking that tomorrow.
My NMS (SolarWinds Orion) is pulling stats fine from RB1100s on 4.17 but doesn’t even list CPU load as a resource for x86 on 5.5.
“system resource print oid” shows the OID you gave on the RB1100, but not on the x86.
fewi
4
Walking .1.3.6.1.2.1.25.3.3.1.2 shows me load of all four processors, so it’s just the NMS.
Thanks for the help!