Thank you it worked

 
Regards,
Sasikumar.B


________________________________
 From: Robert Story <rst...@freesnmp.com>
To: Sasikumar <sasi_bku...@yahoo.co.in> 
Cc: net-snmp-coders@lists.sourceforge.net 
Sent: Monday, 19 March 2012 8:47 PM
Subject: Re: OID registration restriction
 
On Fri, 9 Mar 2012 14:30:26 +0800 (SGT) Sasikumar wrote:
S> The directive in the snmpd.conf file is
S> 
S> group alp1group usm alphion1user
S> 
S> view   myiso included  .1
S> view    all  included  .1.3.6.1.4.1.8742
S> view    all  included iso.3
S> 
S> 
S> access alp1group ""      usm   noauth  exact all all all
S> access alp2group ""      usm   auth    exact all all all
S> access alp3group ""      usm   auth    exact all all 
all                                           

So you've define a myiso view, but aren't using it anywhere.. Try::

access alp1group ""  usm noauth  exact myiso all all
access alp2group ""  usm auth    exact myiso all all
access alp3group ""  usm auth    exact myiso all all  
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to