net-snmp MIB 解析错误 - “模块中未找到组”
当我尝试在 net-snmp 中加载 Avaya Lannet-Trapsv2-MIB 时,出现以下解析错误:
Group not found in module (lntSecurityNotificationGroup): At line 1311 in C:/net-snmp/share/snmp/mibs/Lannet-Trapsv2-MIB.txt
Group not found in module (lntConfigChangeVarbinds): At line 1311 in C:/net-snmp/share/snmp/mibs/Lannet-Trapsv2-MIB.txt
Group not found in module (lntLagNotificationGroup): At line 1311 in C:/net-snmp/share/snmp/mibs/Lannet-Trapsv2-MIB.txt
[...]
我在同一 MIB 本身中发现上述模块的定义为“NOTIFICATION-GROUP”。有解决上述错误的线索吗?
When I try to load the Avaya Lannet-Trapsv2-MIB in net-snmp, it is giving the following parse error:
Group not found in module (lntSecurityNotificationGroup): At line 1311 in C:/net-snmp/share/snmp/mibs/Lannet-Trapsv2-MIB.txt
Group not found in module (lntConfigChangeVarbinds): At line 1311 in C:/net-snmp/share/snmp/mibs/Lannet-Trapsv2-MIB.txt
Group not found in module (lntLagNotificationGroup): At line 1311 in C:/net-snmp/share/snmp/mibs/Lannet-Trapsv2-MIB.txt
[...]
I found the definition of the above modules in the same MIB itself as "NOTIFICATION-GROUP". Any clue to resolve the above error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
lntSecurityNotificationGroup 是否在 Lannet-Trapsv2-MIB.txt 中定义?听起来好像不是。您要么需要在文件中定义它,要么不使用它。
Is lntSecurityNotificationGroup defined in Lannet-Trapsv2-MIB.txt? It sounds like it's not. You either need to define it in the file or not use it.