net-snmp 5.1.4.pre2 released

2006-02-07 Thread Wes Hardaker
Yesterday I published 5.1.4.pre2. Obviously this is a maintenance release and contains only bug fixes for the 5.1 line along with the rewrite of snmpnetstat for copyright issues. The final release 5.1.4 release will be late this month if no issues are brought up prior to that point. -- Wes Har

Re: sysObjectID

2006-02-07 Thread Thomas Anders
Fong Tsui wrote: Now if I change .1.3.6.1.2.1.1.2 == .1.3.6.1.4.1.XXX.2.1.3.3.2. All other MIB stays the same. Will it be a problem? Not that I'm aware of. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --- This SF.net email

sysObjectID

2006-02-07 Thread Fong Tsui
Does sysObjectID need to be top OID of MIB of the system? In RFC1213-MIB.txt, it doesn’t have this requirement.   My original .1.3.6.1.2.1.1.2 == .1.3.6.1.4.1.XXX.2 The all MIB of the system is under .1.3.6.1.4.1.XXX.2   Now if I change .1.3.6.1.2.1.1.2 == .1.3.6.1.4.1.XXX.2.1.3.3.2. A

Problem with ipForwarding

2006-02-07 Thread madhan raj
  Hi Everybody,               I am using Net-Snmp 5.3 Pre-Release5 on my router in Linux platform. I am unable to set the value for the variable ipForwarding. This variable is writable. Can any one help me in regarding this? Thanking You All in Advance, Madhan

Re: Question regarding 2 copies of net-snmp in same linux box...

2006-02-07 Thread Thomas Anders
Wes Hardaker wrote: Rajagopal> Then I started my snmpd with the following command Rajagopal> "/usr/sbin/snmpd -L -f -c /usr/share/snmp/snmpd.conf" You're only loading one of them. The right way to do this is actually to tell the agent to look in both places: setenv SNMPCONFPATH /usr/share/snmp

RE: table_helper_handler vs. scalar_group_helper_handler.

2006-02-07 Thread Makavy, Erez (Erez)
What I was striving at was that, with little modification, the table_helper_hanlder can be adopted for scalar_groups. (and replace the instance/scalar/ scalar_group helpers). The recipe for accommodating scalar group: 1) Registering a

RE: Generating traps in Multi-thread Sub-agent: proposed workaround

2006-02-07 Thread Makavy, Erez (Erez)
Actually, we decided to solve this problem outside software design realm. We had an architectural decision we can do with an independent "Trap Sub-Agent", which will only generate traps, it will not check_and_process. But still thanks. I might look at your patch later on. Erez. -Original