[SNMP4J] SNMPv3 Notifications

2017-02-02 Thread Ronald Braswell
I have a device that hard codes a UsmUser name nameB and sends it with SNMPv3 notifications noAuthNoPriv (can't change the level). I did configure the device for SNMPv3 with a different user name nameA and the passphrases for priv and auth. I can poll the device using nameA. But I cannot send

[SNMP4J] Set USM security parameters per request

2017-02-01 Thread Ronald Braswell
I have code which calls USM.removeEngineTime(engineID) that I use to enable the re-discovery process again for a device with which my SNMP manager has lost communications. This works for several devices. But one device has problems. If I call USM.removeEngineTime(engineID) for this device

[SNMP4J] Issue using AES 192

2016-12-20 Thread Ronald Braswell
I have successfully configured a USM user on a Cisco 2960-XR device with 'auth SHA KEY' and 'priv AES 128 KEY'. (the KEY is a placeholder in this email to represent the pass phrase) This works fine. However, when I use 'auth SHA KEY' and 'priv AES 192 KEY' I get the following error: 1. In

[SNMP4J] snmp4j-smi-pro issue

2016-11-03 Thread Ronald Braswell
I am trying to use the SmiModule::getImports() to get the imports for a module. Then I want to use the SmiImport::getImportedObjectNames() and SmiImport::getSourceModuleName() methods for each import. Here is the import clause for XUPS-MIB: IMPORTS TimeTicks, Gauge32, Counter32, Integer32

[SNMP4J] SNMP4j-SMI-PRO Question

2016-10-11 Thread Ronald Braswell
I want to find out how many components (sub-identifiers) comprise an index some some OID. This info is in the table entry. However, if the table entry augments another table, the indexes are not given but the table entry which is being augmented is available in the augments clause in the table

[SNMP4J] Using localized keys

2016-10-09 Thread Ronald Braswell
Hi, I have read about localized keys and understand the concept. I don't yet understand how to implement them and use them with SNMP4J. If anyone has the time to briefly share how to do this I would greatly appreciate it. Ron ___ SNMP4J mailing list

[SNMP4J] TreeUtils & DefaultPDUFactory

2016-10-05 Thread Ronald Braswell
I am attempting to use TreeUtils with a DefaultPDUFactory using GETNEXT (the OID range is small). I have set engine discovery for USM during the initialization of the program to true. The target uses V3 and USM. I have successfully polled the target and have successfully received traps from

[SNMP4J] snmp4j-smi-pro thread safe?

2016-10-02 Thread Ronald Braswell
Are methods on the SmiManager such as 'SmiObject findSmiObject(OID)' for snmp4j-smi-pro 1.8 thread safe? Ron ___ SNMP4J mailing list SNMP4J@agentpp.org https://oosnmp.net/mailman/listinfo/snmp4j

Re: [SNMP4J] Trap Handling Configuration Framework

2016-09-30 Thread Ronald Braswell
evel. > > > > A fully generic approach will fail for many MIBs in the market. You will > need > > some scripting to achieve best integration result for those non-standard > MIBs. > > > > Hope this helps anyway. > > > > Best regards, > > Frank > >

[SNMP4J] Trap Handling Configuration Framework

2016-09-28 Thread Ronald Braswell
Is there a configuration based framework for which configurations can be specified to properly evaluate all traps from all vendors (or close to it)? If not, do most people write custom code to handle traps from various vendors? Ron ___ SNMP4J mailing

[SNMP4J] Snmp Instances

2016-09-22 Thread Ronald Braswell
Should I use an instance of Snmp for traps and one for polls each with one transport mapping or would it be better to use one instance of Snmp with two transport mappings -- one for port 161 and one for port 162? Ron ___ SNMP4J mailing list

[SNMP4J] Can't compile RFC1155-SMI

2016-08-17 Thread Ronald Braswell
I downloaded RFC1155-SMI and tried to load it with the SmiManager for SNMP4J-SMI-PRO 1.8.0. It failed with:Syntax error: Encountered "EXPORTS internet" at line 3. The reason why I am loading this is because RFC1155-SMI is an import for powernet412.mib which I am having difficulty compiling

[SNMP4J] D-TLS Transport Mapping

2016-01-30 Thread Ronald Braswell
Hi, Has anyone provided a D-TLS Transport Mapping? Ron ___ SNMP4J mailing list SNMP4J@agentpp.org https://oosnmp.net/mailman/listinfo/snmp4j