Re: range handling for unsigned objects

2012-01-04 Thread Robert Story
On Wed, 4 Jan 2012 11:54:10 + Dave wrote: DS> > When I perform set operation on this with a value beyond its range DS> > it's value gets truncated. DS> > DS> > # snmpset  -c public localhost   testObj   u  4294967297 DS> > truncating integer value > 32 bits DS> DS> My suspicion is that this is

SNMP V3 Trap Sending Sub-Agent

2012-01-04 Thread Shibu George
I am using net snmp version 5.7.1 for monitoring and configuring a network device in Linux (ubuntu) platform. The app is running as master and sub-agent (using AgentX) model in the same machine. >From our sub-agent application we need to send a number of SNMP V3 traps to our SNMP Manager applica

Re: range handling for unsigned objects

2012-01-04 Thread Dave Shield
On 20 December 2011 20:13, Ravi Kumar wrote: > I have an unsigned object defined in mib as given below. > > > testObj  OBJECT-TYPE >  SYNTAX                  Unsigned32 (1..4294967295) >  MAX-ACCESS      read-create >  STATUS                  current >  DESCRIPTION     " " > > > When I perform set