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

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

2008-09-10 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of /xig > Sent: Wednesday, September 10, 2008 6:57 PM > HELLO: > why I can't use IPADDRESS? It is deprecated. I don't say this about many technical issues, but it was a mistake that should never have happene

RE: IpAddress types being rewritten as signed integer

2008-01-30 Thread Larry Low
ginal Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Dave Shield > Sent: Wednesday, January 30, 2008 6:49 AM > To: Larry Low > Cc: net-snmp-users@lists.sourceforge.net > Subject: Re: IpAddress types being rewritten as signed integer > > On 28

Re: IpAddress types being rewritten as signed integer

2008-01-30 Thread Dave Shield
On 28/01/2008, Larry Low <[EMAIL PROTECTED]> wrote: > Here is the capture from an event. As you can see the issue. IpAddress is > by definition formatted as an unsigned integer but snmptrapd is detecting it > as a signed integer. Actually, assuming that these MIB objects are defined using the sy

RE: IpAddress types being rewritten as signed integer

2008-01-28 Thread Larry Low
: 480.385.7045 E-mail: [EMAIL PROTECTED]' Telesphere Networks, Inc > -Original Message- > From: [EMAIL PROTECTED] [mailto:net-snmp- > [EMAIL PROTECTED] On Behalf Of Dave Shield > Sent: Wednesday, January 16, 2008 3:27 PM > To: Larry Low > Cc: net-snmp-users@lists.source

Re: IpAddress types being rewritten as signed integer

2008-01-16 Thread Dave Shield
On 15/01/2008, Larry Low <[EMAIL PROTECTED]> wrote: > Anyone having problems where snmptrapd is receiving an trap with an > IpAddress field, rewriting it to a signed integer, and then reporting it as > "should be IpAddress"? I get other traps without this problem on the same > MIB (OSPF-TRAP-MIB)

Re: IPAddress in the Table not returning proper value

2005-11-09 Thread Robert Story
On Wed, 26 Oct 2005 16:39:20 +0530 Ravi wrote: RK> +-- -R-- IpAddr dnsIPAddress(2) RK> [...] RK> /* Add the Date for the First Row RK> */ RK> netsnmp_set_row_column(row, 2, ASN_IPADDRESS, RK> "16.138.56.91", RK> 16); An IpAddress is a 4 byte integer, not a string. -- NOTE: