On Wed, Jun 25, 2008 at 03:22:48PM +0300, Alperen Coskun wrote: > > > I know its place, but I asked as the basic of SNMP, when I entered lines > below to /etc/snmp/snmpd.conf file: > > createUser username MD5 "password" > rwuser username auth > > it should create a user "username" with password "password" and encrypt&cypt > the coming-coming packets according to MD5. But, neither it creates a user > in usm nor it encrypts&cypts the packets. The thing I want to learn is why it > doesn't do it. When I aim to get any parameter from agent, agent says there > isn't any user recorded. Am i doing sth wrong?
I think i once did use the snmpd.conf file, but i don't remember if we put users in it. I did test create using dynamically using the tests shown on http://ecos.sourceware.org/docs-latest/ref/net-snmp-test-cases.html Do these tests work for you? I you might need to enable some of the features in tests/snmpping.c Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
