I am planning on using the pass directive to create a shim between net-snmp and our already working snmp backend.

 

I have a question about the set command.

From what I understand, if I want to set a row, there will be one message to net-snmp.

Net-snmp will parse the message, and individually set each variable in this row.

 

What I need to know is when the FINAL set command calls my app (using the pass directive).

This is needed because the backend must know when to commit all the successful sets.

 

 

-g = get

-n = get next

-s = set

? = commit

 

Brian

 

Reply via email to