[pysnmp-users] Example of SNMPv3 SET on remote
Brought to you by:
elie
From: Johan G. <joh...@gm...> - 2016-03-01 04:48:54
|
Hi, I'm using pysnmp v4.2.5 and would like to know if there is an example of setting/creating a new:- 1) SNMPv3 trap target on a agent? The MIB that I found that contains this information is snmpTargetMIB (1.3.6.1.6.3.12) 2) SNMPv3 user . The MIB I found that contains this is usmUserTable (1.3.6.1.6.3.15.1.2.2). In both cases the users will be using auth and priv. I found some addV3User stuff in pysnmp.entity.config, but don't know it is relevant. Any help would be greatly appreciated. I don't even know where to begin. Regards, kma_jg |