| | |
| | | ! --> |
| | | <adm:managed-object name="snmp-connection-handler" |
| | | plural-name="snmp-connection-handlers" |
| | | package="org.opends.server.admin.std" |
| | | package="org.opends.server.admin.std" |
| | | extends="connection-handler" |
| | | xmlns:adm="http://www.opends.org/admin" |
| | | xmlns:ldap="http://www.opends.org/admin-ldap" > |
| | |
| | | described by the MIB 2605. Supported protocol are SNMP V1, V2c and V3. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | The SNMP connection handler will process SNMP requests sent by SNMP |
| | | 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. |
| | | </adm:description> |
| | | |
| | | |
| | | <!-- Connection Handler ldap profile --> |
| | | <adm:profile name="ldap"> |
| | | <ldap:object-class> |
| | |
| | | <!-- SNMP Community or Context Name --> |
| | | <adm:property name="community"> |
| | | <adm:synopsis> |
| | | Specifies the v1,v2 community or the v3 context name allowed to |
| | | 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. |
| | | </adm:synopsis> |
| | |
| | | </adm:requires-admin-action> |
| | | <adm:default-behavior> |
| | | <adm:defined> |
| | | <adm:value>OpenDS</adm:value> |
| | | <adm:value>OpenDJ</adm:value> |
| | | </adm:defined> |
| | | </adm:default-behavior> |
| | | <adm:syntax> |
| | |
| | | <!-- SNMP V1/V2 Allowed managers --> |
| | | <adm:property name="allowed-manager" multi-valued="true"> |
| | | <adm:synopsis> |
| | | Specifies the hosts of the managers to be granted the access rights. |
| | | 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. |
| | | An asterisk (*) opens access to all managers. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | | <adm:component-restart /> |
| | |
| | | <adm:synopsis> |
| | | 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. |
| | | An asterisk (*) opens access to all users. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | | <adm:component-restart /> |
| | |
| | | <!-- SNMP V3 Security level --> |
| | | <adm:property name="security-level"> |
| | | <adm:synopsis> |
| | | Specifies the type of security level : NoAuthNoPriv : No security |
| | | mechanisms activated, AuthNoPriv : Authentication activated with no |
| | | privacy, AuthPriv : Authentication with privacy activated. |
| | | 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. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | |
| | | <!-- Trap Community --> |
| | | <adm:property name="traps-community" > |
| | | <adm:synopsis> |
| | | Specifies the community string that must be included in the traps |
| | | sent to define managers (trap-destinations). |
| | | 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. |
| | | </adm:synopsis> |
| | | <adm:requires-admin-action> |
| | |
| | | </adm:requires-admin-action> |
| | | <adm:default-behavior> |
| | | <adm:defined> |
| | | <adm:value>OpenDS</adm:value> |
| | | <adm:value>OpenDJ</adm:value> |
| | | </adm:defined> |
| | | </adm:default-behavior> |
| | | <adm:syntax> |
| | |
| | | <!-- Traps destinations --> |
| | | <adm:property name="traps-destination" multi-valued="true"> |
| | | <adm:synopsis> |
| | | Specifies the hosts to which V1 traps will be sent. V1 Traps are |
| | | Specifies the hosts to which V1 traps will be sent. V1 Traps are |
| | | sent to every host listed. |
| | | </adm:synopsis> |
| | | <adm:description> |
| | | If this list is empty, V1 traps are sent to "localhost". |
| | | 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. |
| | | </adm:description> |
| | | <adm:requires-admin-action> |
| | |
| | | <!-- SNMP Registration or not --> |
| | | <adm:property name="registered-mbean"> |
| | | <adm:synopsis> |
| | | Indicates whether the SNMP objects have to be registered in the |
| | | 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. |
| | | </adm:synopsis> |
| | |
| | | </ldap:attribute> |
| | | </adm:profile> |
| | | </adm:property> |
| | | |
| | | |
| | | <adm:property name="opendmk-jarfile"> |
| | | <adm:synopsis> |
| | | Indicates the OpenDMK runtime jar file location |