Status
|
This object is used to create and delete rows in the table and control them if they are used. The values that can be written are:
- valid -- makes an existing row valid - can only be written to change the value from the ignore values
- ignore --Note: do not use this entry to send traps to at this time
- delete--deletes the row
- create--creates a new row. This is the only value that can be used to create a row in the table. If the row exists, then a SET with value of create shows error 'badValue'. Deleted rows are removed immediately. The following values can be returned on reads:
other -- some other case; valid--the row exists and is valid; ignore -- Note: do not use this entry to send traps to at this time.
|