Re: Notification filtering in NET-SNMP

2007-12-16 Thread Wes Hardaker
> "hm" == hussaini mukadam <[EMAIL PROTECTED]> writes: >> From the FAQ section , I came to know that latest NET-SNMP agent(5.4.1 hm> version) does not currently support notification log filtering. All hm> notifications are sent to all configured destinations. There is a hm> preliminary impleme

Re: Creating an SNMP agent using personal MIBs

2007-12-16 Thread Wes Hardaker
> "LP" == Leif Pitcock <[EMAIL PROTECTED]> writes: LP> The other problem I am having is that when I use the code from the LP> mib2c which was created using the MFD option I get a massive LP> increase in memory usage over time. Is this normal or is this LP> indicative of something I am doing w

Re: Sharing variables between SNMP agent and web server

2007-12-16 Thread Wes Hardaker
> "GM" == Giuseppe Modugno <[EMAIL PROTECTED]> writes: GM> Hi all! I'm starting to extend the Net-SNMP agent in order to GM> support a private enterprise subtree. I think I'll use the dlmod GM> (dynamically loadable modules) approach. GM> The variables under private subtree should be availab

Re: on 64 bit

2007-12-16 Thread Wes Hardaker
> "db" == deepak b <[EMAIL PROTECTED]> writes: db> I was trying to use my generated code from mib2c.iterate.conf to do some db> simple tests(get/set/walk) on a 64 bit m/c and i noticed that for an OID(say db> 1.3.6.1.4.1.94480.1.1.1), the requests(netsnmp_request_info) passed to the db> handle

Re: Need patch for "too many imported symbols"

2007-12-16 Thread Wes Hardaker
> "cy" == curtis yang <[EMAIL PROTECTED]> writes: cy> We are trying to parse the attached Cisco MIB file which contains cy> imports for 422 external symbols. We encounter the following error: cy> "too many imported symbols" which is the 258th symbol. Change MAX_IMPORTS on line 3552 of snmplib