Need some help starting on implementing SNMP

2009-02-16 Thread Ankur Saxena
Hi, I needed a little helping in using the NetSNMP package/api. We are writing few components that are going to be reporting statistics, alarms and pulling configurations from an SNMP server. How do I go about using NetSNMP for this task. I have used SNMP before and understand the basics, but I

Re: Which mib2c code for tables

2009-02-16 Thread Wes Hardaker
> On Sun, 15 Feb 2009 23:43:09 +, Raúl Mellado > said: RM> Hello, I have doubts regarding which way would be the best to generate RM> code for my tables, there are some to choose and I'm not sure about RM> advantages of each... Have you run mib2c in its generic form to have it pro

Re: Changing passwords using net-snmp 5.3.2

2009-02-16 Thread Wes Hardaker
> On Mon, 16 Feb 2009 11:38:02 -, Sergio Cabaço > said: SC> Sample of snmp.conf I hope you mean "snmpd.conf" ^ ^ ^ But... SC> createUser user1 MD5 pass1 SC> createUser user2 MD5 pass2 DES pass2 Those lines shouldn't

Re: Running Multiple snmpd agents on solaris (atleast two).

2009-02-16 Thread Pradhap D
If you pefer not to use command line, start the daemon with alternate snmpd.conf file. #/usr/sbin/snmpd -f -c /tmp/snmpd.conf The contents of the file /tmp/snmpd.conf should look like --- rocommunity public agentaddress 18000 -- Change the port "18000" to you suit your needs. ~ Pradhap

Changing passwords using net-snmp 5.3.2

2009-02-16 Thread Sergio Cabaço
Hi you all, I'm new in the world of net-snmp but I'm trying to understand it fast. Me and my co-worker have a problem about changing passwords using the command snmpusm, when those have been defined in the snmp.conf file. We are using net-snmp version 5.3.2. In the next lines there is a s