Change in source-IP

2009-07-14 Thread Gaikwad, Rupesh
Hi All, Can anybody suggest me on the bellow quick query? I have a utility which acts as a trap forwarder. It is changing source-IP for CISCO-LWAPP-DOT11-CLIENT-MIB for few OIDs. Can somebody tell me what to look at for this issue? What can cause change in source-IP? It changes source-IP to the

NET-SNMP Installation on linux platform

2009-07-14 Thread purushotam rao
Dear friends Can anybody suggest me on below queries I am using net-snmp5.3.3 - How to install net-snmp on Microc/OS-2 platform or Linux platform. - How to launch snmpd - a simple c code to make use of net-snmp stack Thanks Regards, U.Purushotham Rao,

Method to extract index from OID in table handler-Not working in set??

2009-07-14 Thread parveen yadav
hi, I am using table iterator for my MIBs. I generated code using mib2c. As we know we can find first and next index in first and next data_point function. I tried to extract this index from OID in table handler. Using following method i am able to do the same-- C code Method

Re: Method to extract index from OID in table handler-Not working in set??

2009-07-14 Thread Dave Shield
2009/7/14 parveen yadav parveenya...@coraltele.com: As we know we can find first and next index in first and next data_point function. Not quite - the {first,next}_data_point routines are use to step through each of the rows in the table, providing the index values for each row in turn.

Re: Method to extract index from OID in table handler-Not working in set??

2009-07-14 Thread parveen yadav
Dave Shield wrote: 2009/7/14 parveen yadav parveenya...@coraltele.com: As we know we can find first and next index in first and next data_point function. Not quite - the {first,next}_data_point routines are use to step through each of the rows in the table, providing the index values