Page 1 of 1

How can I get the latest CPU usage of OS10K via SNMP?

Posted: 27 Nov 2018 03:46
by fkromer
Die SNMPv2-MIB::healthDeviceInfo.healthDeviceCpuLatest (1.2.1.16.1.1.1.13) konnte bei älteren Switches verwendet werden, um die latest CPU usage abzufragen. Das OS10K kann darüber aber nicht abgefragt werden. Gibt es eine UID um die latest CPU usage abzufragen und falls ja welche?

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 27 Nov 2018 15:36
by silvio
Please ask your questions in english. Within all the cli guide you will find at every command the correct MIB object.
in this cas you are looking for healthModuleCpuLatest (the same for all R8 switches).
To get the oid use this command:

Code: Select all

> show snmp object identifier healthModuleCpuLatest
1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1.1.15
best regards
Silvio

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 28 Nov 2018 03:04
by fkromer
Hi Silvio, thanks for the fast response. I'll replace the copy&pasted question with a english one. Could you hyperlink the cli guide and refer the relevant page please?

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 28 Nov 2018 16:09
by silvio
Here the way to find the docus. https://www.al-enterprise.com/en/products/switches
For OS10k is it the same like for all other R8 switches (f.e. OS6860)
And here the link to the cli-guide:
https://www.al-enterprise.com/-/media/a ... 2_reva.pdf

You will find the mibs at every command by yourself :)

best regards
Silvio

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 29 Nov 2018 03:28
by fkromer
Thx for the references.

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 29 Nov 2018 03:39
by fkromer
The command show "snmp object identifier healthModuleCpuLatest" does only work in case I have access to switch I guess?

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 29 Nov 2018 07:14
by silvio
Yes, but you can do it at all R8-Switches.

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 29 Nov 2018 08:56
by fkromer
I am implementing the request of OS10K data for a monitoring server. I don't have the device available physically. How can I get info about OIDs, etc. best then? (I have snmp walks which could potentially be partial.)

Re: How can I get the latest CPU usage of OS10K via SNMP?

Posted: 06 Dec 2018 05:24
by fkromer
healthModuleCpuLatest works perfectly fine. Thx.