Re: [tkined] new row in Table.

Heiko Boch (boch@lrc.di.epfl.ch)
Tue, 26 Aug 1997 09:17:59 +0200

> Ok, here it is. I want to set a new filterEntry. This must be possible
> ... somehow.
>
> I tried a lot. The filterIndex is read-only, so i can't set it myself,
> it should be done by the RMON-Probe agent.

The RMON tables use the following principle for command setup:

1. choose a non-existing index value
2. write 2 (createRequest) into the status variable with the choosen index
3. the agent creates the new row and sets the status value to 3(!)
(underCreation)
4. fill the other variables of the row with values
5. write 1 (valid) into the status variable

In order to destroy the row write 4 (invalid) into the status variable.
Set requests to variables other than status are invalid if status does
not exist yet or has another value than 3.

Last year, when I played around with Tkined and RMON, it was NOT possible
to create new variables with Tkined. But this should have changed.

Hope this helps,

Heiko

PS: read RFC1757 for more information.

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.