Starting the SNMP Plugin

To start the SNMP Plugin from the shell, execute a command like:

$ $gtm_dist/mumps -run IHsnmp --action=start --plugin=PluginId 

To start the SNMP Plugin from within GT.M, invoke the action entry point in the IHsnmp API and pass "start" as the first parameter.

action^IHsnmp("start","Pluginid")

Example:

$gtm_dist/mumps -run IHsnmp --action=start --plugin=5 
GTM> do action^IHsnmp("start","5")

Both examples start the SNMP Plugin.

Related Information: