On 11/12/2007, PoWah Wong <[EMAIL PROTECTED]> wrote:
> > Please try with
> >
> >    /usr/local/sbin/snmpd -f -Le -Dread_config

> I will post the entire output even though it is quite long:

Thanks, that was useful.
I spotted a couple of problems with the two "trapsess" lines:

> read_config: /usr/local/share/snmp/snmpd.conf:6
> examining: trapsess -v 3 -u test_MD5_AES -l authPriv
>    -a MD5 -A 12345678 -x AES -X 87654321 -e
>    0x800000000102030405060708 172.20.11.58

This entry ought to work, but I know we've had problems
with implicitly specifying the default port.
   It would be worth tweaking this line to end   "... 172.20.11.58:162"


> read_config: /usr/local/share/snmp/snmpd.conf:9
> examining: trapsess 172.20.10.149:162 -u
>   "adminwindows" -a MD5 -A "12345678" -x DES -X
>    "87654321" -v 3 -l authPriv

This line won't work, because you've got the trap
destination *before* the various options.  Try moving
this to the end of the line (as with the first entry).


Then restart the agent.
Does this send traps to your two trap destinations?


If not, then please start the agent using

   snmpd -f -Le -Dtrap -d

and post the output.

Dave

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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/listinfo/net-snmp-users

Reply via email to