From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 11:47:15 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A51F942; Tue, 1 Apr 2014 11:47:15 +0000 (UTC) Received: from smtp1.redcom.com (smtp1.redcom.com [192.86.3.143]) by mx1.freebsd.org (Postfix) with ESMTP id 248CD796; Tue, 1 Apr 2014 11:47:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.redcom.com (Postfix) with ESMTP id D7833ADF8; Tue, 1 Apr 2014 07:47:13 -0400 (EDT) X-Virus-Scanned: amavisd-new at redcom.com Received: from smtp1.redcom.com ([127.0.0.1]) by localhost (smtp1.redcom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bWBoJowsAKGw; Tue, 1 Apr 2014 07:47:11 -0400 (EDT) Received: from pie.redcom.com (pie [192.168.33.15]) by smtp1.redcom.com (Postfix) with ESMTP id 592ECA1ED; Tue, 1 Apr 2014 07:47:11 -0400 (EDT) Received: from exch-01.redcom.com (exch-01.redcom.com [192.168.32.17]) by pie.redcom.com (8.11.7p1+Sun/8.10.2) with ESMTP id s31Bkij09213; Tue, 1 Apr 2014 07:46:53 -0400 (EDT) Received: from exch-01.redcom.com ([192.168.32.17]) by exch-01 ([192.168.32.17]) with mapi; Tue, 1 Apr 2014 07:47:44 -0400 From: "Marciano, Anthony" To: Hartmut Brandt Date: Tue, 1 Apr 2014 07:47:42 -0400 Subject: RE: Call for testers: SNMPv3 support for bsnmpd(1) Thread-Topic: Call for testers: SNMPv3 support for bsnmpd(1) Thread-Index: Ac9NcLGI2aGpAEJlTvqUP3wwV/1prQAL3JIA Message-ID: <401084E5E73F4241A44F3C9E6FD79428010918396B@exch-01> References: <401084E5E73F4241A44F3C9E6FD7942801091834B4@exch-01> <401084E5E73F4241A44F3C9E6FD794280109183637@exch-01> <401084E5E73F4241A44F3C9E6FD79428010918381C@exch-01> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 01 Apr 2014 11:53:35 +0000 Cc: "Bjoern A. Zeeb" , "syrinx@FreeBSD.org" , "freebsd-current@freebsd.org" , "tomarox52@gmail.com" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 11:47:15 -0000 Thank Harti. Tony -----Original Message----- From: Hartmut Brandt [mailto:hartmut.brandt@dlr.de]=20 Sent: Tuesday, April 01, 2014 2:06 AM To: Marciano, Anthony Cc: syrinx@FreeBSD.org; Bjoern A. Zeeb; freebsd-current@freebsd.org; tomaro= x52@gmail.com Subject: RE: Call for testers: SNMPv3 support for bsnmpd(1) On Mon, 31 Mar 2014, Marciano, Anthony wrote: MA>Currently, we are just looking to monitor standard objects such as=20 MA>interfaces and send traps accordingly. Would it be possible to=20 MA>provide a trap example of what needs to be added to the snmpd.config=20 MA>file to monitor an object and have it sent via V3? MA> MA>I've searched for this information and read through various RFCs but=20 MA>have not discovered any bsnmpd specific trap syntax and/or examples. Well, bsnmp can send only the standard traps currently. This is configured = via the begemotTrapSinkTable (/usr/share/snmp/mibs/BEGEMOT-SNMPD.txt).=20 Each row in the table is a trap target and all traps are sent to all target= s in the table. I don't know, how this interacts with v3, though. harti