Re: MIB table creation

2011-11-15 Thread Dave Shield
On 15 November 2011 15:01, prashant n wrote: > 1) What is the actual purpose of using read-create as MAX-ACCESS This says that it should be possible to create new rows in the table. A MAX-ACCESS of "read-write" says that it is possible to amend existing rows, but not to create new ones. A MAX

MIB table creation

2011-11-15 Thread prashant n
Hi, I have following doubts while creating a MIB table, please clarify it. 1) What is the actual purpose of using read-create as MAX-ACCESS 2) Whether RowStatus can be used for creating, modifying, and deleting instances of the columnar objects by the manager only? what about creatin