The can be used to process SNMP requests to retrieve monitoring information described by the MIB 2605. The SNMP connection handler will process SNMP requests sent by SNMP Managers to retrieve information described the MIB 2605. To enable the SNMP Connection Handler, the ds-cfg-opendmk-jarfile parameter has to be set to the OpenDMK jar files location. ds-cfg-snmp-connection-handler ds-cfg-connection-handler org.opends.server.snmp.SNMPConnectionHandler Specifies the port to use to send SNMP Traps. ds-cfg-trap-port Specifies Supported SNMP Version : v1, v2, v3. v2 ds-cfg-version Specifies the v1,v2 community or the v3 context name allowed to access the MIB 2605 monitoring information or the USM MIB. OpenDS ds-cfg-community Specifies the hosts of the managers to be granted the access rights. This property is required for SNMP v1 and v2 security configuration. If the list is empty, no access control is done. ds-cfg-allowed-manager Specifies the users to be granted the access rights. This property is required for SNMP v3 security configuration. An asterik (*) opens access to all users. ds-cfg-allowed-user Specifies the type of security level : NoAuthNoPriv : No security mechanisms activated, AuthNoPriv : Authentication activated with no privacy, AuthPriv : Authentication with privacy activated. This property id required for SNMP V3 security configuration. authnopriv No security mechanisms activated. Authentication activated with no privacy. Authentication with privacy activated. ds-cfg-security-level Specifies the community string that must be include in the traps sent to define managers (trap-destinations). This property is used in the context of SNMP v1, v2 and v3. OpenDS ds-cfg-traps-community Specifies the hosts to which V1 traps will be sent. V1 Traps are sent to every host listed. If this list is empty, V1 traps are sent to "localhost". Each host in the list must be identifed by its name or complete IP Addess. If the list is empty, V1 traps are sent to "localhost". ds-cfg-traps-destination Specifies the USM security configuration to receive authenticated only SNMP requests. config/snmp/security/opends-snmp.security ds-cfg-security-agent-file Indicates whether the SNMP objects have to be registered in the Directory Server MBeanServer or not allowing to access SNMP Objects with RMI connector if enabled. false ds-cfg-registered-mbean Indicates the user name for the template definitions. defaultUser ds-cfg-template-username Specifies the type of Authentication algorithm that must be used for SNMP V3 request for the specified user. usmhmacmd5authprotocol usmHMACMD5AuthProtocol Authentication algorithm. usmHMACSHAAuthProtocol Authentication algorithm. usmNoAuthProtocol Authentication algorithm. ds-cfg-template-auth-algorithm Any text password or any hexadecimal key starting with 0x; for example, 0x0098768905AB67EFAA855A453B665B12, of size: 0 to 32 inclusive for HMACMD5 or 0 to 40 inclusive for HMACSHA. password ds-cfg-template-authkey Specifies the type of Privacy algorithm that must be used for SNMP V3 request for the specified user. usmdesprivprotocol usmDESPrivProtocol Privacy algorithm. usmNoPrivProtocol Privacy algorithm. ds-cfg-template-priv-algorithm Any text password or any hexadecimal key starting with 0x; for example, 0x0098768905AB67EFAA855A453B665B12, of size: 0 to 32 inclusive for HMACMD5 or 0 to 40 inclusive for HMACSHA. password ds-cfg-template-privkey Indicates the OpenDMK runtime jar file location ds-cfg-opendmk-jarfile