Re: Need Info abt the SNMP SET.

2011-06-29 Thread venkatgiri
Client has real reverse the bits when queried through SNMPGET, irrespective of the bit length(either 8 bits or 64 bits). Regards, Venkatgiri On 06/28/2011 03:52 PM, Dave Shield wrote: > On 28 June 2011 11:04, venkatgiri wrote: >> As per RFC 1212 section 5.1.1. Mapping to the SYNT

Re: Need Info abt the SNMP SET.

2011-06-28 Thread venkatgiri
in manager side is == *BITS: FF FF 0F 00 00 00 00 00 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 20 21 22 23* ==> Is this correct with respect to what i'm setting the value to this object. Thanks and Regards, Venkatgiri On 01/15/2009 02:21 PM, Dave Shield wrote: 2009/1/15 venkatgiri: my

Re: what data type i should use in the SNMP SET.

2009-08-12 Thread venkatgiri
ield wrote: 2009/8/12 venkatgiri : xyz::= SEQUENCE { a InetAddressType, MAX-ACCESS read-create b InetAddress, MAX-ACCESS read-create d RowStatus, MAX-ACCESS read-create } If SNMP SET command given for the object "b", then what data type i should use. 2. snm

what data type i should use in the SNMP SET.

2009-08-12 Thread venkatgiri
Hi all, Can i know what will be the data type given for the below objects in SNMP SET. xyz::= SEQUENCE { a InetAddressType, MAX-ACCESS read-create b InetAddress, MAX-ACCESS read-create d RowStatus, MAX-ACCESS read-create } If SNMP SET command given for the object "b", then

snmpwalk on the table whose rowstatus is not set to active.

2009-06-03 Thread venkatgiri
Hi all, i have table like xyz::= SEQUENCE { a Unsigned32, b Unsigned32, c INTEGER, d INTEGER, rowstatus RowStatus } i am created 3 rows in this table. first row is : a = 1, b = 1, c = 1, d =1, rowstatus = active. second row is : a = 2, b = 3, c = 3, d = , rowstatus = n

Re: In which SNMP SET mode data is written to the database.

2009-05-27 Thread venkatgiri
Dave Shield wrote: 2009/5/27 venkatgiri : can i know in which mode [RESERVE1, RESERVE2, FREE, ACTION, COMMIT, UNDO] the data is written from the SNMP SET command, and in which mode i have to check for the consistency. Please read the description of SET processing in the file AGENT.txt

In which SNMP SET mode data is written to the database.

2009-05-27 Thread venkatgiri
Hi all, can i know in which mode [RESERVE1, RESERVE2, FREE, ACTION, COMMIT, UNDO] the data is written from the SNMP SET command, and in which mode i have to check for the consistency. Can any one explain the above question with the below example. xyz::= SEQUENCE { a InetAddressType, MA

variable bindings

2009-04-16 Thread venkatgiri
Hi, the variable binding consist of the "object Id + value". can the value be an object Id? -- Regards, Venkat -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by A

Re: Creating a row in the table.

2009-04-16 Thread venkatgiri
SNMPSET for the same row that is with the index 1. snmpset . localhost d.1 i 10 rowstatus.1 i createandwait NOTE: we are not receiving set for the object 'c'. how the agent will update that row in the table. Then agent will make the rowstatus as "active"? Regards, Venkatgiri.

Creating a row in the table.

2009-04-16 Thread venkatgiri
Hi all, i have a table like xyz::= SEQUENCE { a Unsigned32, b Unsigned32, c INTEGER, d INTEGER, rowstatusRowStatus } here i'm using "a" as a index for this table. i don;t know the order of these objects coming in the SNMPSET right? if so my questi

can i use the random index number for a simple table.

2009-02-17 Thread venkatgiri
} index OBJECT-TYPE SYNTAX Unsigned32 MAX_ACCESS read-only ::= {abcentry 1} can i have index value as, index = 1 index = 9 index = 10 if it is allowed to use, then how my snmp agent will respond to the SNMPWALK? Thanks and Regards Venkatgiri

Need Info abt the SNMP SET.

2009-01-15 Thread venkatgiri
08(h) ->1000(b) i want to set 3rd and 1st bit 0101 = 05 snmpset -c private -v 2c 172.16.8.60:161 .1.3.6.1.4.1.3.4.0 b 05 -> the manager is encoding like this 04(h) ->10(b) (h) -> hexdecimal, (b