Latest script released by our team to help you manage the Protocol error in your OXE Incident Log
https://github.com/fgadot/AlcatelUnleas ... ol%20error
https://github.com/fgadot/AlcatelUnleas ... ol%20error
How can I get the latest CPU usage of OS10K via SNMP?
How can I get the latest CPU usage of OS10K via SNMP?
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?
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:
best regards
Silvio
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
Silvio
Re: How can I get the latest CPU usage of OS10K via SNMP?
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?
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
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?
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?
Yes, but you can do it at all R8-Switches.
Re: How can I get the latest CPU usage of OS10K via SNMP?
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?
healthModuleCpuLatest works perfectly fine. Thx.