SNMPConnectionHandlerCfgDefn_zh_TW.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrewsuser-friendly-name=SNMP Connection Handler
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsuser-friendly-plural-name=SNMP Connection Handlers
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrewssynopsis=The SNMP Connection Handler can be used to process SNMP requests to retrieve monitoring information described by the MIB 2605. Supported protocol are SNMP V1, V2c and V3.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrewsdescription=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.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrewsproperty.allowed-client.synopsis=Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this connection handler.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrewsproperty.allowed-client.description=Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask.
0f5542c35c24e78f92182850bcd87e72cd6e1d49Andreas Gustafssonproperty.allowed-client.default-behavior.alias.synopsis=All clients with addresses that do not match an address on the deny list are allowed. If there is no deny list, then all clients are allowed.
0f5542c35c24e78f92182850bcd87e72cd6e1d49Andreas Gustafssonproperty.allowed-client.requires-admin-action.synopsis=Changes to this configuration attribute take effect immediately and do not interfere with connections that may have already been established.
0f5542c35c24e78f92182850bcd87e72cd6e1d49Andreas Gustafssonproperty.allowed-manager.synopsis=Specifies the hosts of the managers to be granted the access rights. This property is required for SNMP v1 and v2 security configuration. An asterik (*) opens access to all managers.
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrenceproperty.allowed-user.synopsis=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.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.community.synopsis=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.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.denied-client.synopsis=Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this connection handler.
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrewsproperty.denied-client.description=Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask. If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed.
0f5542c35c24e78f92182850bcd87e72cd6e1d49Andreas Gustafssonproperty.denied-client.default-behavior.alias.synopsis=If an allow list is specified, then only clients with addresses on the allow list are allowed. Otherwise, all clients are allowed.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.denied-client.requires-admin-action.synopsis=Changes to this configuration attribute take effect immediately and do not interfere with connections that may have already been established.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.enabled.synopsis=Indicates whether the SNMP Connection Handler is enabled.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SNMP Connection Handler implementation.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.listen-port.synopsis=Specifies the port number on which the SNMP Connection Handler will listen for connections from clients.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.listen-port.description=Only a single port number may be provided.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.opendmk-jarfile.synopsis=Indicates the OpenDMK runtime jar file location
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.registered-mbean.synopsis=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.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.security-agent-file.synopsis=Specifies the USM security configuration to receive authenticated only SNMP requests.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.security-level.synopsis=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.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.security-level.syntax.enumeration.value.authnopriv.synopsis=Authentication activated with no privacy.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.security-level.syntax.enumeration.value.authpriv.synopsis=Authentication with privacy activated.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.security-level.syntax.enumeration.value.noauthnopriv.synopsis=No security mechanisms activated.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.trap-port.synopsis=Specifies the port to use to send SNMP Traps.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.traps-community.synopsis=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.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.traps-destination.synopsis=Specifies the hosts to which V1 traps will be sent. V1 Traps are sent to every host listed.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.traps-destination.description=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.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Huntproperty.traps-destination.default-behavior.alias.synopsis=If the list is empty, V1 traps are sent to "localhost".
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Hunt