The can be used to process SNMP requests to retrieve monitoring information described by the MIB 2605. Supported protocol are SNMP V1, V2c and V3. 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 address or set of addresses on which this should listen for connections from SNMP clients. Multiple addresses may be provided as separate values for this attribute. If no values are provided, then the listens on all interfaces. 0.0.0.0 ds-cfg-listen-address Specifies the port to use to send SNMP Traps. ds-cfg-trap-port Specifies the v1,v2 community or the v3 context name allowed to access the MIB 2605 monitoring information or the USM MIB. The mapping between "community" and "context name" is set. OpenDJ 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. An asterisk (*) opens access to all managers. * ds-cfg-allowed-manager Specifies the users to be granted the access rights. This property is required for SNMP v3 security configuration. An asterisk (*) 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 is 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 included in the traps sent to define managers (trap-destinations). This property is used in the context of SNMP v1, v2 and v3. OpenDJ 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/opendj-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 OpenDMK runtime jar file location ds-cfg-opendmk-jarfile