English 中文(简体)
net-snmp MIB parse error - "Group not found in module"
原标题:
  • 时间:2010-03-26 02:34:06
  •  标签:
  • snmp
  • mib

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?

问题回答

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.





相关问题
How do I use SNMP to monitor job status on a printer?

I ve been trying to figure out how to monitor job status via SNMP and I have found a solution on Xerox based printers (using Xerox implemented mibs), but I m looking for something that will work ...

SnmpExtensionTrap has a size limit?

I am working on a problem in SNMP extension agent in windows, which is passing traps to snmp.exe via SnmpExtensionTrap callback. We added a couple of fields to the agent recently, and I am starting ...

SNMP on AIX 5.3

I need to monitor a system with AIX 5.3, but can t find a good source for the OIDs. Does anybody know the OIDs for CPU, Memory and Harddisk values?

opensource network monitoring tools developed in java

i want to know the best opensource network monitoring tool developed in java with very good support via forums and which should have the following features .. Fault and Alert mgmt Performance Poll ...

snmp and platform specific information

I need to come with a strategy to use gather information about the health of my linux platform, hardware health such as high CPU temperature and may be disk space usage, etc... I know my examples are ...

SNMP in Java, specifically to be JMX adapter

I have a few JAVA application that I monitor using JMX. I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the same attributes that are ...

热门标签