IPAddress like index for MIB table

2009-11-25 Thread Dejan Bojic
For one MIB table which I use, type of index is IPADDRESS. Table iteration approach has been used, for implementation. A problem is that I got a different index for GET and GET_NEXT SNMP operation (index is in the different order). Example (radiusServerPort is the name of the column in the MI

Re: IPAddress like index for MIB table

2009-11-30 Thread Dave Shield
2009/11/25 Dejan Bojic : > a GET request will return: radiusServerCurrentMode.192.168.1.20 > a GET_NEXT request will return: radiusServerCurrentMode.20.1.168.192 > Is anybody has any idea why I got index in the opposite order? This sounds like a bug in the code that implements this MIB. What does

Re: IPAddress like index for MIB table

2009-12-01 Thread Dejan Bojic
pe variable, for setting these indexes. Dejan From: Dave Shield To: Dejan Bojic Cc: net-snmp-users@lists.sourceforge.net Sent: Mon, November 30, 2009 12:08:04 PM Subject: Re: IPAddress like index for MIB table 2009/11/25 Dejan Bojic : > a GET request will return: radiusServerCurrentM