This is a discussion on Re: snmptrapd "USM not in time window" problem. within the SNMP Users forums, part of the Networking and Network Related category; Hey Thomas, Sorry, I didn't mention that in my first post. The snmptrap command I used like this: " ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey Thomas,
Sorry, I didn't mention that in my first post. The snmptrap command I used like this: " snmptrap -e 0x0007e91b0bd36286 172.16.0.237:162 '' NEXTONE-MIB:generalTrap NEXTONE-MIB:trapReason s "test" " note: 1) the quotes ('') after the IP:port are two single quote (not a double quote) without space in between; 2) those OIDs are our own IDs; 3) I defined the other authentication info, such as -v3, -a, -A, -l, -u, -x, -X, in snmp.conf file, they are not on the command. Also, thought may be helpful, the snmpd.conf line for trapsess I used like this: " trapsess -v 3 -a MD5 -A auth_pass -e 0x0007e91b0bd36286 -l authPriv -u cczhao -x DES -X priv_pass 172.16.0.237:162 " BTW, I found something else today: I tried to use different engineIDs on the trapsess line and snmptrap command, also add a 'createUser' line with the same user but different engineID in snmptrapd. That seems work. But this won't be a good solution for our problem. Thanks -- Changchun >From: Thomas Anders <thomas.anders@blue-cable.de> >To: Net-snmp-users@lists.sourceforge.net >Subject: Re: snmptrapd "USM not in time window" problem. >Date: Sat, 20 Aug 2005 00:28:52 +0200 > >Changchun Zhao, > >please also tell the list how exactly (with what arguments) you invoke >"snmptrap" to send the notification. > > >+Thomas > >-- >Thomas Anders (thomas.anders at blue-cable.de) > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Net-snmp-users mailing list >Net-snmp-users@lists.sourceforge.net >Please see the following page to unsubscribe or change other options: >https://lists.sourceforge.net/lists/...net-snmp-users ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |