From owner-freebsd-isp Tue Jul 16 16:56:35 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C82DA37B400 for ; Tue, 16 Jul 2002 16:56:32 -0700 (PDT) Received: from infiniteloop.ca (infiniteloop.ca [216.126.86.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6602343E3B for ; Tue, 16 Jul 2002 16:56:32 -0700 (PDT) (envelope-from dev@samurai.com) Received: from localhost (localhost [127.0.0.1]) by infiniteloop.ca (Postfix) with ESMTP id 5D2CB55DC for ; Tue, 16 Jul 2002 19:56:44 -0400 (EDT) Received: from Mia.samurai.com (unknown [159.33.1.104]) by infiniteloop.ca (Postfix) with ESMTP id 6B36E553F for ; Tue, 16 Jul 2002 19:56:43 -0400 (EDT) Message-Id: <5.1.1.6.0.20020716195526.03850398@wheresmymailserver.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Tue, 16 Jul 2002 19:55:46 -0400 To: freebsd-isp@freebsd.org From: Blake Crosby Subject: snmp/mrtg Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: using McAfee Virus Scanner and AMaViS snapshot-20020300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is there a way to get mrtg or snmp (not sure where the problem lies here) to store data for two ips bound to the same interface? Currently I have two communities, one for each ip address: (in snmpd.conf): # sec.name source community com2sec mynetwork 216.126.86.53/32 xxxxx com2sec mynetwork2 216.126.86.54/32 xxxxx # sec.model sec.name group MyROGroup v1 mynetwork group MyROGroup v2c mynetwork group MyROGroup usm mynetwork group MyROGroup v1 mynetwork2 group MyROGroup v2c mynetwork2 group MyROGroup usm mynetwork2 #### # Third, create a view for us to let the groups have rights to: # incl/excl subtree mask view all included .1 80 # context sec.model sec.level match read write notif access MyROGroup "" any noauth exact all none none access MyRWGroup "" any noauth exact all all none in mrtg.cfg Target[216.126.86.53]: 1:xxxx@216.126.86.53: Target[216.126.86.54]: 1:xxxx@216.126.86.54: Is what I am trying to do even possible? Blake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message