Specifying Multiple directories for SNMPGet

2009-08-20 Thread Sowmya P Venkatesh
Hi Dave, In snmpget we have an option -M. All my mibs are stored in 2 custom folders - c:\Folder1 and c:\Folder2. Now can you pleae give an example of how to use these 2 directories in snmpget command Regards, Sowmya P Venkatesh Test Conductor

Getting Stack OverFlow Exception in read_mib

2009-06-29 Thread Sowmya P Venkatesh
Hi , I have a LoadMib function as bool MibRegistry::LoadMib(String^ sFile) { Init(); IntPtr pStr = Marshal::StringToHGlobalAnsi(sFile); int iErrors = get_mib_parse_error_count(); void *ret = read_mib(static_castconst char *(pStr.ToPointer()));

Identify Traps

2009-06-26 Thread Sowmya P Venkatesh
Hi, For a node to be a Row, we can say that the parent must be Table and it must have children. Like that In NET-SNMP how we identify a node as a TrapType? Regards, Sowmya --

RE: Loading V1 Mibs

2009-06-15 Thread Sowmya P Venkatesh
load the mibs by calling the read_mib function. Regards, Sowmya -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, June 11, 2009 7:22 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net

Loading V1 Mibs

2009-06-11 Thread Sowmya P Venkatesh
Hi, I am loading 2 mibs - if i use both cisco-vtp and CISCO-VTP-MIB-V1SMI Then the tree structure contains 2 nodes like CiscoVtpMib VtpNotifications VtpNotificationsPrefix VtpNotifications#

RE: Loading V1 Mibs

2009-06-11 Thread Sowmya P Venkatesh
Is this not taken care by Net-SNMP while doing the read_mib function? -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, June 11, 2009 5:54 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net

Regarding Mib Validation

2009-06-10 Thread Sowmya P Venkatesh
Hi, Is there a function available in Net-SNMP which will validate a Mib while loading a Mib? Regards, Sowmya -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that

RE: LoadMib function

2009-05-29 Thread Sowmya P Venkatesh
I want to do it programmatically. From: Pranesh Kulkarni [mailto:pranes...@gmail.com] Sent: Friday, May 29, 2009 4:34 PM To: Sowmya P Venkatesh Cc: Dave Shield; net-snmp-users@lists.sourceforge.net Subject: Re: LoadMib function You Can check your mib file with , http://www.simpleweb.org/ietf

RE: Getting the MIB Name by reading the file

2009-05-28 Thread Sowmya P Venkatesh
P Venkatesh Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Getting the MIB Name by reading the file 2009/5/26 Sowmya P Venkatesh svenkat...@ixiacom.com: What my requirement is Load the mib files and check if they are valid. If so return the mib name. Have a look at the source code

RE: Getting the MIB Name by reading the file

2009-05-28 Thread Sowmya P Venkatesh
, May 28, 2009 1:28 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Getting the MIB Name by reading the file 2009/5/28 Sowmya P Venkatesh svenkat...@ixiacom.com: Is this the only way to do it? Are there any alternatives other than changing the read_mib function? I

RE: monitor looking at objects which are not supposed to be monitored

2009-05-26 Thread Sowmya P Venkatesh
Hi Dave, In NET-SNMP, when we load a mib file there is a function called LoadMib. This function returns true or false that indicated whether the mib has been loaded. From where do I get the mib name because I may have a different file name but the mib name may be different. Regards, Sowmya

Getting the MIB Name by reading the file

2009-05-26 Thread Sowmya P Venkatesh
...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, May 26, 2009 4:52 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net Subject: Re: monitor looking at objects which are not supposed to be monitored 2009/5/26 Sowmya P Venkatesh svenkat...@ixiacom.com: In NET-SNMP, when we load

Clarification Needed

2009-05-14 Thread Sowmya P Venkatesh
Hi, I would like to Classify a MobNode as Table,Row,Column and Scalar. What are the criterias I have to apply for this functionality? Regards, Sowmya -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances!

RE: Clarification Needed

2009-05-14 Thread Sowmya P Venkatesh
Column - Can you please explain this again? Regards, Sowmya -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, May 14, 2009 1:15 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net Subject: Re

RE: Clarification Needed

2009-05-14 Thread Sowmya P Venkatesh
Sent: Thursday, May 14, 2009 2:04 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Clarification Needed 2009/5/14 Sowmya P Venkatesh svenkat...@ixiacom.com: Given below is my understanding Table --- The label will end with Table meaning, xxxTable

RE: Clarification Needed

2009-05-14 Thread Sowmya P Venkatesh
, 2009 2:25 PM To: Sowmya P Venkatesh Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Clarification Needed 2009/5/14 Sowmya P Venkatesh svenkat...@ixiacom.com: How do we classify a MibNode as Container? Can we say that it is a container node if it is not any of following - Table,Row,Column