Re: How to get snmptrapd to work?
"Dave Shield" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
On 15/02/07, Steve Kittleson <[email protected]> wrote: > Using net-snmp 5.4, I can't get snmptrapd to receive and display ANY traps. > > Can someone please provide the exact config (for snmptrapd.conf) to > allow ALL traps to be received. Try: authcommunity log,execute,net public (to allow SNMPv1/2c traps with the community "public") If you also need to handle SNMPv3 notifications, try: authuser log,execute,net someUser (though you'll also need to set up the user "someUser") If you don't know what communities will be used (and you want to allow them all anyway), try: disableAuthorization yes All of this is discussed in the ACCESS CONTROL section of the snmptrapd.conf(5) man page. Note that this is not the same as the equivalent section of the snmpd.conf(5) man page. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users