Hi
I have some Cisco Aironet 1200 Devices that librenms discovers but does not show the hardware version.
It looks that this devices does not show the hardware version in the normal OID that every other Cisco devices has to show the hardware version.
All other discovered cisco aironet devices are discovered without any problema but this model is not recongenized.
Example of bad one
Good one
Sending a snmpwalk to the device it looks that hardware info is taken from this OID:
.1.3.6.1.2.1.47.1.1.1.1.13.1 = STRING: “AIR-AP1230B-E-K9”
But in the bad one shows like that:
.1.3.6.1.2.1.47.1.1.1.1.13.1 = Hex-STRING: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF
And it looks that the oid that has the correct information is this one.
.1.3.6.1.2.1.47.1.2.1.1.2.1 = STRING: “default logical entity for AIR-AP1230B-E-K9 platform”
Is there any option to moditify the discovery process to get OID .1.3.6.1.2.1.47.1.2.1.1.2.1 also?
If it can´t be added to hardware info but can be added as an asset on inventory is also ok, it is only for inventory purposes.
I have been taking a look for custom oid documentation but it is always related to graph metric not for string OID.
Thanks in advance for any help!