2009/8/7 Bobbi Wood <[email protected]>: > In order for my program to send v3 traps (using snmptrap), I would like to > retrieve the user information, etc. from the snmpTargetParamsTable.
Is your application an SNMP agent? If not, then it's unlikely that the snmpTargetParamsTable information would be available (or relevant). > Unfortunately, this seems to be missing some important information > like the engine id and passphrase. The engineID would typically be probed for by the Net-SNMP library. The pass phrase needs to be configured in your application, as part of setting up the relevant user. Note that the snmpTargetParamsTable simply specifies *which* SNMPv3 user should be used. It does not actually create this user. You need to do that elsewhere (e.g. in the usmUserTable for an agent). Dave ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
