Chapter 2. SNMP Agent

Table of Contents

2.1. Overview
2.2. SNMP Adaptor Configuration

This chapter describes about environment configurations of the JEUS SNMP agent.

2.1. Overview

JEUS SNMP Agent has characteristics of J2EE components as well as that of the enterprise message-oriented middleware.

  • Fully supports the JMX management 1.1 specifications.

  • Supports SNMPv1 and SNMPv2, which are commonly used as NMS protocols.

    All SNMP Managers that use SNMPv1 and SNMPv2 can retrieve internal information from JEUS through the agent.

  • Provides SNMPv3 for secure communication with SNMP agents.

    SNMP Manager is required to securely communicate with SNMP agents. All SNMP Managers that use SNMPv3 can securely retrieve information.

  • JEUS SNMP Agents can be executed on each of their corresponding JEUS JVM (server).

2.2. SNMP Adaptor Configuration

The following explains how to configure the SNMP Agent environment using JEUS WebAdmin.

  1. Click a server name on the WebAdmin main screen, or click [Servers] in the left menu and choose the server.

    Select [Jmx Manager] on the [Resource] tab to move to the Jmx Manager screen.

    [Figure 2.1] JMX Manager Configuration

    JMX Manager Configuration


  2. Click [Lock & Edit] before changing the settings. Refer to JEUS WebAdmin Guide. "2.4.4. Locking the Configuration" for more information about configuration changes.

  3. Check 'Snmp Adaptor' under Jmx Connector in the Jmx Manager screen and enter the values. After entering the values, click [OK] to save the information.

    [Figure 2.2] SNMP Adaptor Configuration

    SNMP Adaptor Configuration


    Descriptions for each configuration items are as follows:

    ItemDescription
    Snmp Adaptor PortThe listener port of the SNMP adapter. SNMP Manager can request Management information through this port.
    Snmp VersionThe SNMP version. 1, 2, or 3 can be used.
    Snmp Max Packet SizeThe maximum SNMP packet size. The minimum size is 256 bytes.
    Snmp SecurityDetermines whether to enable SNMP security. Security can only be specified in SNMPv3.
    Trap Demon

    The server to send TRAP messages to after an error occurs.

    Multiple addresses can be used. Messages will be sent to all specified IP addresses.

    Pooling

    If requests arrive for SNMP agent simultaneously, a thread pool can be used.

    • Min, Max: The minimum & the maximum number of worker threads.

    • Period: Worker thread check interval.

    Note

    The thread pool configuration is shared by various JEUS components, so no further explanation will be given.

  4. Click [Apply Changes] to apply the changes to the server.

Note

Since SNMP Adapter does not support dynamic changes, restart the server after changing the configurations.