Oracle iPlanet Web Proxy Server 4.0.14 Administration Guide

ProcedureTo install the Proxy SNMP Agent

  1. Install the SNMP master agent.

    See Installing the SNMP Master Agent.

  2. Install and start the proxy SNMP agent and restart the native SNMP daemon.

    See Using a Proxy SNMP Agent (UNIX).

  3. Start the SNMP master agent.

    See Enabling and Starting the SNMP Master Agent.

  4. Enable the subagent.

    See Enabling the Subagent.

    To install the SNMP proxy agent, edit the CONFIG file, located in plugins/snmp/sagt in the server root directory. Add the port that the SNMP daemon will listen to. This file should also include the MIB trees and traps that the proxy SNMP agent will forward.

    The following example shows a CONFIG file.


    AGENT AT PORT 1161 WITH COMMUNITY public
    SUBTREES       1.3.6.1.2.1.1, 
                   3.6.1.2.1.2,
                   1.3.6.1.2.1.3,
                   1.3.6.1.2.1.4,
                   1.3.6.1.2.1.5,
                   1.3.6.1.2.1.6,
                   1.3.6.1.2.1.7,
                   1.3.6.1.2.1.8
    FORWARD ALL TRAPS;