Re: snmpd.conf error

2004-09-10 Thread Sanjib Nath
Actually, I want to remove the SNMP-VIEW-BASED-ACM-MIB objects (vacmGroupName, vacmSecurityToGroupStorageType, vacmSecurityToGroupStatus, etc). Do you want to remove the access control completely, or just the SNMP tables that interface to it? No, I don't want to remove the access control, but I d

Re: newbie ask for help!!how can i read ssCpuRawUser

2004-09-10 Thread Dave Shield
> snmpd, libsnmpd-dev installed > > first, > $snmpget -v 1 -c public 192.168.200.109 .1.3.6.1.4.1.2021.11.50.0 > Error in packet > Reason: (noSuchName) There is no such variable name in this MIB. > Failed object: UCD-SNMP-MIB::ssCpuRawUser.0 OK - what *can* you see? If you do a full walk of the

Re: Win32 text logging

2004-09-10 Thread Andy Smith
Unless there are any objections I am going to change the installer script to use text logging by default. I think there are enough instructions in the README for those who would rather use an alternative logging method to register the service manually. I would like to keep the log file in the N

Re: How can I use snmpset command to set ipForwarding?

2004-09-10 Thread Dave Shield
> Can you give the list of snmpset'able values of net-snmp > version 5.1.2? For those modules implemented using the old v4 API, try $ cd agent/mibgroup $ grep RWRITE, */*.c That will give you a full list of all the writeable objects using the v4 API. It's not quite as simple f

Re: SNMP locking up problem

2004-09-10 Thread Coders
On Fri, 10 Sep 2004 11:43:01 +0900 Won-Sik wrote: WSK> WSK> 3. what did I do to solve this problem ? WSK> WSK> a. I removed following two lines from file agent/snmp_agent.c WSK> RSTORY> That is definitely not the right solution, as it will WSK> RSTORY> unconditionally remove all delegated reque

Re: snmpd.conf error

2004-09-10 Thread Dave Shield
> > Do you want to remove the access control completely, > > or just the SNMP tables that interface to it? > > No, I don't want to remove the access control, but I don't want to > display those objects while doing a snmpwalk/get. > > > > > With anything earlier, you'd have to set up a view to

Re: Re: SNMP locking up problem

2004-09-10 Thread Won-Sik Kim
Dear Robert, Thank you for response. RSTORY> That is definitely not the right solution, as it will unconditionally remove RSTORY> all delegated requests for all sessions. Yes... I know. WSK> 3. what did I do to solve this problem ? WSK> a. I removed following two lines from file agent/snmp