You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try convert mib file to json with mibdump, but file contains multiple MODULE-IDENTITY (ex.: http://www.circitor.fr/Mibs/Mib/R/RAISECOM-SYSTEM-MIB.mib) and script ends with error: Failed MIBs: RAISECOM-SYSTEM-MIB (Duplicate module identity at MIB RAISECOM-SYSTEM-MIB).
Is there any option to fix this trouble?
The text was updated successfully, but these errors were encountered:
nitroyar
changed the title
mibdumpMultiple MODULE-IDENTITY in MIB
Mibdump: Multiple MODULE-IDENTITY in MIB
Oct 1, 2020
People shouldn't define more than one module identity items in a MIB document, but overall it is harmless. PySMI shouldn't raise an error in this case.
You will have to use pysmi-lextudio 1.3.2 and above where we will remove this error.
Hello,
I try convert mib file to json with mibdump, but file contains multiple MODULE-IDENTITY (ex.: http://www.circitor.fr/Mibs/Mib/R/RAISECOM-SYSTEM-MIB.mib) and script ends with error: Failed MIBs: RAISECOM-SYSTEM-MIB (Duplicate module identity at MIB RAISECOM-SYSTEM-MIB).
Is there any option to fix this trouble?
The text was updated successfully, but these errors were encountered: