Greetings.
Processing snippet (parsing with mibble 2.9.3)
=============
MibSymbol symbol = mib.getRootSymbol();
MibType type = ((MibValueSymbol)symbol).getType();
if (type instanceof SnmpTrapType) {
System.out.println("FOUND SNMP TRAP TYPE");
}
MIB snippet
=============
vlanPortMoveTrap TRAP-TYPE
ENTERPRISE samsung
DESCRIPTION
"This trap occurs when the specified port is moved from a vlan."
::= 603
in both my code and the MIB Parser utility (GUI) that comes with 2.9.3
this value 'vlanPortMoveTrap' is not found. Certainly I am doing
something wrong (and my understanding of MIBs and SNMP is rudimentary,
at best, so that doesn't help). Basic question - does mibble 2.9.3
support SMIv1 trap definitions. Both my code the parser utility
recognize SMIv2 NOTIFICATION-TYPE just fine.
Much Thanks.
-Matthew
_______________________________________________
Mibble-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/mibble-users