SNMP OID for serial number of Linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020 03:22 AM
Hi All,
We are doing discovery of Linux servers using SNMP. I am aware that preferred way is SSH, but SSH is not feasible at our place. we have performed discovery using SNMP but serial number is missing.
I am looking for SNMP OID for serial number for linux server. over internet i did search but could not find promising OID for it.
Please suggest.
Best Regards,
Somnath.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020 08:29 AM
The entity MIB should be all you need. However, more importantly, I hope you understand what a daunting task you have taken on in doing this in probes and sensors..good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020 08:56 AM
Hi Doug,
Yes it is daunting task, we did discover RAM, OS and OS Verison using SNMP ODIs in custom probes and sensors using MIBs.
Regarding entity MIB, I did uploaded it and testes below OIDs out there using custom probe. none of them worked.
1) iso.identified-organization.dod.internet.mgmt.mib-2.entityMIB.entityMIBObjects.entityPhysical.entPhysicalTable.entPhysicalEntry.entPhysicalSerialNum
2) iso.identified-organization.dod.internet.mgmt.mib.entityMIB.entityMIBObjects.entityPhysical.entPhysicalTable.entPhysicalEntry.entPhysicalSerialNum
3) iso.org.dod.internet.mgmt.mib-2.entityMIB.entityMIBObjects.entityPhysical.entPhysicalTable.entPhysicalEntry.entPhysicalSerialNum
4) iso.org.dod.internet.mgmt.mib.entityMIB.entityMIBObjects.entityPhysical.entPhysicalTable.entPhysicalEntry.entPhysicalSerialNum
5) iso.iso-identified-organization.dod.internet.mgmt.mib-2.entityMIB.entityMIBObjects.entityPhysical.entPhysicalTable.entPhysicalEntry.entPhysicalSerialNum
6) iso.iso-identified-organization.dod.internet.mgmt.mib.entityMIB.entityMIBObjects.entityPhysical.entPhysicalTable.entPhysicalEntry.entPhysicalSerialNum
Best Regards,
Somnath Shilimkar.