Oracle iPlanet Web Proxy Server 4.0.14 Administration Guide

Reconfiguring the SNMP Native Agent

If your SNMP daemon is running on AIX, it supports SMUX. For this reason, you do not need to install a master agent. However, you do need to change the AIX SNMP daemon configuration.

AIX uses several configuration files to screen its communications. You must edit the snmpd.conf file so that the SNMP daemon accepts the incoming messages from the SMUX subagent. For more information, see the online manual page for snmpd.conf. Add a line to this file to define each subagent.

For example, you might add this line to the snmpd.conf:

smux 1.3.6.1.4.1.1.1450.1 ““ IP-address net-mask

IP_address is the IP address of the host the subagent is running on, and net_mask is the network mask of that host.


Note –

Do not use the loopback address 127.0.0.1. Use theactual IP address instead.