Re: snmpd.conf problem...

2008-04-30 Thread Dave Shield
2008/4/30 Amit Kumar <[EMAIL PROTECTED]>: > I am creating the snmpv3 user using net-snmp-config shell script > after that i have to restart the snmpd Not quite. You should *stop* snmpd, run net-snmp-config, and *then* start snmpd again. If snmpd is still running when you add the use

snmpd.conf problem...

2008-04-30 Thread Amit Kumar
Hi All, I am creating the snmpv3 user using net-snmp-config shell script. net-snmp-config --create-snmpv3-user -ro -A authpass -X privpass -a MD5 -x DES username it addedd the line in /var/net-snmp/snmpd.conf createUser username MD5 "authpass" DES privpass and in /etc/snmpd.conf rouser use

Re: developing an application to return snmp information

2008-04-30 Thread Dave Shield
2008/4/30 ntwrkd <[EMAIL PROTECTED]>: > I can create my own MIB, but how does the mib know how to retrieve the > information from the application?? You write the code to do this. > Would I have to write my own snmp agent? Not the complete agent, no. But you would need to write the MIB module

RE: processing multiple varbinds as a blob

2008-04-30 Thread Bell, Adam
OK Thanks -Original Message- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 11:38 AM To: Bell, Adam Cc: Wes Hardaker; [email protected] Subject: Re: processing multiple varbinds as a blob > On Tue, 29 Apr 2008 10:56:44 -0400, "Bell, A

Re: SNMP Table with two indexes

2008-04-30 Thread Dave Shield
2008/4/29 Baltazar Francois <[EMAIL PROTECTED]>: > But I am having trouble with tables which have indexes not followed like > that : > > Table > |-Index1 > |-Column1 > |-Index2 > |-Column2 > > > My question is, is it really possible to implement a table with two inde