Re: SNMP_NOSUCHOBJECT or SNMP_NOSUCHINSTANCE

2005-03-02 Thread Karthikeyan N
Hi Sridhar, In the above code if agent fails to retrieve the values for ipForwarding and ipDefaultTTL objects from the kernel then, these var-binds are marked as SNMP_NOSUCHOBJECT, shouldn't it be SNMP_NOSUCHINSTANCE. I just compared the processing of GetRequest PDU as per the section 4.2.1

Re: removing unwanted mibs

2005-02-11 Thread Karthikeyan N
hi, forblocking the mibs from compilation, use --without-mib-modules="mib name" for using a simple/minimal agent use --enable-mini-agent also, for more help use ./configure --help to know the options available. Thanks Karthik N - Original Message -From: "nithya venkatachalam" <[EMAIL

Import problem

2004-11-11 Thread Karthikeyan N
Hi, I am having a MIB which imports the OBJECT-IDENTITY from another MIB. Please let me know, will it b done?? Also, I am using scotty to load my MIBS which reports error for such situations as: no parent object-identity name for node node name any help on this?? Thanks, Karthik. N --

small doubt

2004-10-26 Thread Karthikeyan N
Hi, saw the link named IRC in the www.net-snmp.org website. But, I am not sure whether i am able to join in this discussion or not. If possible, can anyone let me know the steps to register with this IRC?? Thanks, Karthik. N -- __ IndiaInfo Mail

Problem with index variable

2004-06-28 Thread Karthikeyan N
Hi, I am facing a problem in one of our mib implementation during run-time. I have a table having two different indexes such as one string ( mac address index) and another simple integer index. If I generate the code with ucd-snmp style and implemented my data, the agent is always returning

Query in SNMPv3

2004-06-22 Thread Karthikeyan N
Hi, I have a query in SNMPv3. How to decrypt the passwd key of an a usmuser that had been encrypted if the application requires to do so...?? Is there any API provided with the Net-Snmp? Thanks Regards, Karthik. N -- __ IndiaInfo Mail - the free

Counter64 support in net-snmp 5.1.1

2004-06-17 Thread Karthikeyan N
Hi all, Anyone, let me know , whether Counter64 variables has been supported in net-snmp 5.1.1 release? because, I am trying to implement the Counter64 variables in MIBs and would like to know this answer, before I start implementing it? for your info, my development environment is in linux.