Hi, I don't know if it is possible, but I am working under Windows Environment with Wireshark For name resolution, I'm using smi_modules functionality, by entering the name of the MIBs I need to decode snmp logs, one by one. I would like to know if it is possible to set something like "all" in smi_modules file or anywhere else in order to avoid listing every MIB files I need. I would like just to specify the smi_path in which are located my mib files, and that's all. Thanks fo your reply. Regards. asked 18 Feb '13, 04:59 Sebastien |
One Answer:
Until about 5 years ago the net-SNMP library was swapped out in favor of the libsmi library. It was the net-SNMP library that could be fed with 'ALL' to make it load all MIBs. Not so for libsmi. You'll have to list all your MIBs. But you could take a shortcut by adding them through notepad to answered 18 Feb '13, 14:01 Jaap ♦ |