Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting an OID value from an SNMP client doesn't block the client waiting on any script action; there is a short, but indeterminate, time delay for scripts to act on a value change. This isn't a problem generally because of the way SNMP MIBs are designed. If you want to provide constantly updating OID values, you can update them using either a timer or state changes.

Object Creation: To create

...

the roSnmpAgent object:

Code Block
titleExample
agent = CreateObject("roSnmpAgent")

...