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
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
On Wed, 21 Dec 2011 01:43:18 +0530 Ravi wrote:
RK> Can any one tell me how can I put a range restriction in case of an
RK> unsigned object
RK> such that if object value provided is beyond 4294967295 snmpset
RK> should show "value out of range" message or agent should return
RK> "unsupported object
Hi All,
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 operation on this with a value beyond its range
it