Re: Will Net-SNMP agent support adding new MIB modules - for Win XP

2008-07-02 Thread Alex Burger
srenivasan rs wrote: > Bye the bye, why dlmod support is not available in Win XP? http://sourceforge.net/mailarchive/message.php?msg_id=46CF0604.3070003%40users.sourceforge.net Alex - Sponsored by: SourceForge.net Commun

Re: Can a MIB file define a Table which has scalars/tables defined within it?

2008-07-02 Thread Dave Shield
2008/7/2 Need Help <[EMAIL PROTECTED]>: > I am writing my own MIB and was wondering if it is valid to define a Table > within another Table definition. No. Dave - Sponsored by: SourceForge.net Community Choice Awards: VOTE N

Can a MIB file define a Table which has scalars/tables defined within it?

2008-07-02 Thread Need Help
I am writing my own MIB and was wondering if it is valid to define a Table within another Table definition.  Basically, can a MIB file define a Table to include scalar values and other Tables inside of it. If this is allowed, then do you know whether the MFD configuration logic can handle Table

Re: configure manager's ip, trap receiver's ip and community at runtime via external application

2008-07-02 Thread Dave Shield
2008/7/2 Tewen Hsieh <[EMAIL PROTECTED]>: > My thought is that there must be a data structure(s) in net-snmp to > store manager's ip/port, trap receiver's ip/port and community/privilege > parsed from snmpd.conf. The Net-SNMP agent uses the standard MIB tables to store trap destination and config

Re: Will Net-SNMP agent support adding new MIB modules - for Win XP

2008-07-02 Thread Dave Shield
2008/7/2 srenivasan rs <[EMAIL PROTECTED]>: > Bye the bye, why dlmod support is not available in Win XP? Because no-one has written the necessary code. Dave - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!

Re: Will Net-SNMP agent support adding new MIB modules - for Win XP

2008-07-02 Thread srenivasan rs
Dave, Thanks for your pointer at right time. I was searching the documentation published in the wiki pages. Now I am able to compile the agent and I am able to query my mibs. Bye the bye, why dlmod support is not available in Win XP? Thanks, R Srinivasan 2008/6/26 srenivasan rs <[EMAIL PR

configure manager's ip, trap receiver's ip and community at runtime via external application

2008-07-02 Thread Tewen Hsieh
Hi, as title~ If I want to configure(set/get/delete) manager's ip, trap receiver's ip and community at runtime via external application (CLI), how can I do that? My thought is that there must be a data structure(s) in net-snmp to store manager's ip/port, trap receiver's ip/port and community/p

Re: about disman/event-mib module

2008-07-02 Thread Dave Shield
2008/7/2 Tewen Hsieh <[EMAIL PROTECTED]>: > My net-snmp version is 5.1.1. That is a *VERY* old version (March 2004), and the 5.1.x line is no longer being supported. > If I want to build into disman/event-mib, do I need to get a patch. > disman/event-mib seems a beta version in 5.1.1, and I also

Re: about disman/event-mib module

2008-07-02 Thread Tewen Hsieh
Hi, Thanks for reply. I have another question. My net-snmp version is 5.1.1. If I want to build into disman/event-mib, do I need to get a patch. disman/event-mib seems a beta version in 5.1.1, and I also know there is performance issue in old versions. Thanks, 永鈦鑫 iTAS Corporation 新竹市水源街75號

Re: about --without-kmem-usage

2008-07-02 Thread Dave Shield
2008/7/2 Paul <[EMAIL PROTECTED]>: > If my module will use share memmory to communicate with other processes, can > I use "--without-kmem-usage" in ./configure phase? Why ask us? *Try* it. Or if you're not sure, then develop the module first, get it working, and *then* try omitting the kmem supp

Re: ZFS File System

2008-07-02 Thread Dave Shield
2008/7/2 Lowrie, Paul <[EMAIL PROTECTED]>: > hrStorageTable belongs to Net-SNMP.org. Incorrect. hrStorageTable is part of the Host Resources MIB. As such it "belongs" to the IETF The Net-SNMP agent certainly implements this particular table, but it's not specific to our agent. It's a standard

about --without-kmem-usage

2008-07-02 Thread Paul
Hi all, If my module will use share memmory to communicate with other processes, can I use "--without-kmem-usage" in ./configure phase? In fact, I don't really know share memory will use /dev/kmem or not. Thanks,- Sponsored

ZFS File System

2008-07-02 Thread Lowrie, Paul
Hi Guys, Have been reading in various forums about the issues around exporting Sun's ZFS file system metrics via Net-SNMP::hrStorageTable. hrStorageTable belongs to Net-SNMP.org. may I suggest that, as ZFS technology belongs to Sun Microsystems Inc, should it not really be contained under Sun's

Re: about disman/event-mib module

2008-07-02 Thread Dave Shield
2008/7/2 Tewen Hsieh <[EMAIL PROTECTED]>: > If I implement ifTable by myself, will disman/event-mib module still work > fine? > I mean I have changed the default ifTable module (use myself's api to get > interfaces' status), will disman/event-mib module still auto detect > linkup/linkdown and send

Re: Agent development

2008-07-02 Thread Dave Shield
2008/7/2 deka aditia <[EMAIL PROTECTED]>: >> I would suggest that you concentrate on developing a MIB >> module for your particular needs, and use this within the >> existing Net-SNMP agent framework. > Now i got what you want, > you suggest me to develop a sub agent in existing agent, right ? Th

about disman/event-mib module

2008-07-02 Thread Tewen Hsieh
Hi, If I implement ifTable by myself, will disman/event-mib module still work fine? I mean I have changed the default ifTable module (use myself's api to get interfaces' status), will disman/event-mib module still auto detect linkup/linkdown and send traps?Or I should implement send linkup/linkd