> From: kumar undurthi [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 29, 2008 4:54 PM

>               I have attached the snmpd.conf file. In the 

        The attachment did not arrive.  You may need to jar it up or add a 
harmless extension, like ".dat", to get it through.

> snmpd.conf file I am using "public" as community string , so 
> my agent and subagent will start with that snmpd.conf,   (  
> by using ::  snmpd -Lo -f -c /path/snmpd.conf ).    Later I 
> will start my subagent ( ./subagent1 ) .
>             After ...some time..i will get a callback call 
> which was implemented to get some VACM access related objects , eg:
>               communitystring                 access    subOID   Max
>                       private_vlindia           include      
> .1.3.6        80
>                       private_vlus                exclude     
> .1.3.6      80

        What do you mean by "callback call"?  An snmpget request?

>              So I have implemented snmpcommunitytabel and 
> VacmaccessTable, TargetAddexttable etc..(access realated 

        "Implemented"?  Wrote your own?  Don't do that!

> tables) and able to register with Subagent  .  After that I 
> did snmpwalk to snmpcommunityTable and it gives list of 
> objects  "private_vlindia and private_vlus " 
>                   
>                   I tried:
>                                   [EMAIL PROTECTED] ~]$ 
> snmpwalk -v2c -On -c public localhost 
> SNMP-COMMUNITY-MIB::snmpCommunityTable
>               
> .1.3.6.1.6.3.18.1.1.1.2.64.83.84.66.99.111.110.102.105.103.95.
> 48 = STRING: "private_vlindia"
>                       
> .1.3.6.1.6.3.18.1.1.1.2.64.83.84.66.99.111.110.102.105.103.95.
> 49 = STRING: "private_vlus"

        This would be a valid walk of snmpCommunityName, or a walk of a broken 
snmpCommunityTable.  Did you really cut-n-paste this?
          
>                  I tried:     snmpwalk -v2c -On -c public 
> localhost SNMP-TARGET-MIB::snmpTargetAddrTable
>                                  .1.3.6.1.6.3.12.1.2 = No 
> Such Object available on this agent at this OID

        Looks like you don't have permission to access that object, or your new 
version doesn't have anything in it.  Hard to tell, really, by this point.  I 
still don't know what you're working with.


        HTH,

Mike

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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

Reply via email to