Does MIMIC support RowStatus semantics?
> I checked it for creation and deletion of rows with the RowStatus oid > without any success. > What I did was compiling a mib that has a mibtable and then I tried > setting the RowStatus oid of that table to 4 (createAndGo) and > then to 6 (destroy). > What I found out is that every initial value including 6 creates a new > row full with default values, > and the value 6 (destroy) doesn’t destroy the row.