Re: ipAddrTable showing wrong ifIndex.

2017-04-25 Thread Bill Fenner
I am afraid I don't have anything to add - I have no experience with such old kernel. Bill On Tue, Apr 25, 2017 at 12:13 PM, Soubhagya Panigrahi < srpanigrahi1...@gmail.com> wrote: > Hi Bill, > > Thank you for your response. > > Here, The SNMP server is running on Linux platform with 2.6.23 k

Re: ipAddrTable showing wrong ifIndex.

2017-04-25 Thread Soubhagya Panigrahi
Hi Bill, Thank you for your response. Here, The SNMP server is running on Linux platform with 2.6.23 kernel verison. One more info : I googled about this issue and found below patch. https://bugzilla.redhat.com/attachment.cgi?id=98840&action=diff -- *Regards*, Soubhagya On Tue, Apr 25, 2017

Re: snmpset does not set value permanently

2017-04-25 Thread Bill Fenner
You have to implement the "save" and "load" persistent data. If using the mfd mib2c system, for example, you can answer: This table has writable columns. Do you want to generate code for writeable columns, or restrict the table to read-only? 1) generate code with writeable columns [DEFAULT]

Re: ipAddrTable showing wrong ifIndex.

2017-04-25 Thread Bill Fenner
Hi Soubhagya, What kind of system is running the SNMP server that you're querying? E.g., it's Debian 7 running net-snmp 5.7.3, or ...? (Not the client, which you've already said is net-snmp 5.7.3). Bill On Mon, Apr 24, 2017 at 12:22 PM, Soubhagya Panigrahi < srpanigrahi1...@gmail.com> wrote