Table of Contents

set with wait

This action can be executed on parameters and groups.

Note

A "set with wait" action should be executed from the protocol thread. If this is not the case, you will see the following message appearing in the element log:

!! You are performing a SET WITH WAIT which is not issued from the protocol-thread. This can cause a RTE.

On parameter

This action performs an SNMP set, and will wait until the device has answered.

Optionally, the connection can be specified in the nr attribute.

Note

Always put a "set with wait" action in an "execute group" action.

Attributes

On@id

Specifies the ID(s) of the parameter(s) to set.

Type@nr

(Optional.) Specifies the connection number. Default: 0.

On group

Attributes

On@id

Specifies the ID(s) of the group(s) for which the parameter(s) need to be set.

Type@nr

(Optional.) Specifies the connection number. Default: 0.

Examples

Example on parameter:

<Action id="1302">
  <On id="1302">parameter</On>
  <Type>set with wait</Type>
</Action>

Example on group

<Action id="10">
  <On id="10">group</On>
  <Type>set with wait</Type>
</Action>