Add more OIDs for determining hardware and serial attributes correctly (#14904)

Some FTD systems like 4110 and 4120 (probably more) use different OIDs (not .1 or .4) for that, so these were added. The version extension is probably not helpful, as the result is an empty string … but at least that OID exists.
Not: without this change, hardware+serial fields will be empty after a (re)discovery.
This commit is contained in:
Marek Wobst
2023-03-16 16:05:23 +01:00
committed by GitHub
parent 3200892153
commit cfb70f73d1

View File

@@ -4,9 +4,12 @@ modules:
serial:
- ENTITY-MIB::entPhysicalSerialNum.1
- ENTITY-MIB::entPhysicalSerialNum.4
- ENTITY-MIB::entPhysicalSerialNum.10
version:
- ENTITY-MIB::entPhysicalSoftwareRev.1
- ENTITY-MIB::entPhysicalSoftwareRev.4
- ENTITY-MIB::entPhysicalSoftwareRev.10
hardware:
- ENTITY-MIB::entPhysicalModelName.1
- ENTITY-MIB::entPhysicalModelName.4
- ENTITY-MIB::entPhysicalModelName.10