Description - An SNMP Provider is a CommandResponder for SNMP requests and a Notification originator.
 
Runtime Class - com.iwaysoftware.eclipse.template.SnmpProviderType


 

Parameter Groups

  Parameter Type Description
  Active boolean If not active the SNMP agent will not be started upon server startup or reload
  UDP Port integer UDP Port where the SNMP Agent is listening for SNMP requests. It is acceptable to listen to UDP and TCP together in the same agent.
  UDP Local Bind Address string Local UDP bind address for multi-homed hosts: usually leave empty
  TCP Port integer TCP Port where the SNMP Agent is listening for SNMP requests. It is acceptable to listen to UDP and TCP together in the same agent.
  TCP Local Bind Address string Local TCP bind address for multi-homed hosts: usually leave empty
  SNMPv1 Message Processing boolean Support the SNMPv1 Message Processing model for incoming requests.
  SNMPv2c Message Processing boolean Support the SNMPv2c Message Processing model for incoming requests.
  SNMPv3 Message Processing boolean Support the SNMPv3 Message Processing model for incoming requests.
  Multithreading integer Number of SNMP requests that can be processed in parallel
* - denotes required
  Parameter Type Description
  Community string The name of the community for SNMPv1 and SNMPv2c. This acts like a weak password.
* - denotes required
  Parameter Type Description
  User Name string The name of the user to register in the User-based Security Model MIB for SNMPv3.
  Authentication Protocol string The authentication protocol to use if authentication is enabled in the security level.
 
  • Select from one of the following options:
  • unauthenticated {none}
  • MD5 {MD5}
  • SHA {SHA}
  Authentication Passphrase password The authentication passphrase to use if authentication is enabled in the security level.
  Privacy Protocol string The privacy protocol to use if privacy is enabled in the security level.
 
  • Select from one of the following options:
  • unencrypted {none}
  • DES {DES}
  • 3DES {3DES}
  • AES128 {AES128}
  • AES192 {AES192}
  • AES256 {AES256}
  Privacy Passphrase password The privacy passphrase to use if privacy is enabled in the security level.
* - denotes required
  Parameter Type Description
  Send Notifications boolean Whether the server will send SNMP notifications.
  Notification Processing Model string The message processing model used to send the notification.
 
  • Select from one of the following options:
  • v1 {v1}
  • v2c {v2c}
  • v3 {v3}
  Notification Type string The type of Protocol Data Unit used to send the notification. The Inform notification requires processing model v2c or v3.
 
  • Select from one of the following options:
  • Trap {Trap}
  • Inform {Inform}
  Notification Protocol string The protocol over which the notification will be sent.
 
  • Select from one of the following options:
  • UDP {UDP}
  • TCP {TCP}
  Notification Host string The Host where the notification will be sent.
  Notification Port integer The Port where the notification will be sent. The default is 162.
  Notification Timeout integer The time allocated to send the notification in 100th of a second.
  Notification Retry Count integer The number of attempts to send the notification. The default is 1.
* - denotes required