Re: proposal: ipv6 by default

2008-02-14 Thread Varun Chandramohan
Hi Wes, What kind of problem do you see for this to happen? I think we have almost all the mibs needed. Dont we? Regards, Varun Wes Hardaker wrote: > I think it's time we move to turning on ipv6 by default if possible > (which is the tricky part). Anyone have estimations of what

Patch needed to fix tcp scalar problem.

2007-09-18 Thread Varun Chandramohan
Hi, I was testing net-snmp-5.3.1 tar ball and i found that tcp and udp scalars dont seem to work. [EMAIL PROTECTED]:~> snmpwalk -v 2c -c public localhost mib-2.6.1 TCP-MIB::tcpRtoAlgorithm = No Such Instance currently exists at this OID I found that this issue has

Re: rfc: consolidating data access methods in agent/mibgroup

2007-06-12 Thread Varun Chandramohan
Robert Story wrote: > Now that we have SVN's ability to move code, I'd like to proposed that we move > data access methods to a common directory in agent/mibgroup (actually, I'd > prefer them to be up a top level, but I don't think I'll get much support for > that argument). I'm not to concerned ab

Re: Net-snmp Compile for Cygwin

2007-06-04 Thread Varun Chandramohan
Larry Adams wrote: > Hi, > > Net-snmp does not compile on Windows/Cygwin. Looking over the code, I > see several IFDEF'S that are not correct. Where do I submit a patch one > I gain enough energy to update the code. Also, what form of the patch > command would you like me to use. > > Submi

Re: Do we need ASN_IP6ADDRESS ?

2007-05-24 Thread Varun Chandramohan
Dave Shield wrote: > On 24/05/07, Varun Chandramohan <[EMAIL PROTECTED]> wrote: >>So when i was implementing this, i could not figure out which >> data type to be used for this. > > The data type to use should be the one specified in the MIB file. > &g

Do we need ASN_IP6ADDRESS ?

2007-05-23 Thread Varun Chandramohan
Hi, I was going through the tunnel MIB implementation, i observed that for Tunnel Interface Table, the oid tunnelIfLocalInetAddress (which is currently not supported) requires both ipv4 and ipv6 address to be displayed. So when i was implementing this, i could not figure out which data typ

Regd Implementation of IPv6 Scope Zone Index table for the agent.

2007-04-15 Thread Varun Chandramohan
Hi all, i want to implement ipv6 scope zone index table for agent. Since the table does not exists in latest net-snmp version, i wanted to implement this. Well i suppose i have to use mib2c to generate the template code for the table. Since this is for the mainline net-snmp, do i need

Re: Code placement

2007-03-30 Thread Varun Chandramohan
Wes Hardaker wrote: >>>>>> "VC" == Varun Chandramohan <[EMAIL PROTECTED]> writes: >>>>>> > > VC> Iam implementing some features that were broken in > VC> net-snmp 5.4. For the eg in udpEndpointProcess the value

Want to add support for ipv6z

2007-03-14 Thread Varun Chandramohan
Hi all, I want to add support for ipv6z also. I suppose could someone point me to places in code to add ipv6 support too and if any loop hole to watch out for? I started with changing the size of the buffer though. #if defined( NETSNMP_ENABLE_IPV6 ) # define

Code placement

2007-02-22 Thread Varun Chandramohan
Hi all, Iam implementing some features that were broken in net-snmp 5.4. For the eg in udpEndpointProcess the value returned is 0 instead of pid. Now i have implemented a common function to return the pid. I use this function for both udp mib and tcp mib. However iam not sure where

connection table

2007-02-08 Thread Varun Chandramohan
Hi, Can someone tell me where in the net-snmp5.4 code will i find the functionality of the agent is populating the tcp connection table info from the kernel to mib??? Regards, Varun - Using Tomcat but need to do mor