Previous Topic: Netegrity SNMP Agent Compatibility MIB Overview

Next Topic: How to Upgrade a 5.x Policy Server and 5.x Web Agent

Enable and Disable Modes for the Netegrity SNMP Agent

By default, the Netegrity SNMP Agent runs in mixed-mode to support 5.x and r6.0 SP6 MIB OIDs.

To specify the mode on Windows systems

Add the -m <value> to the OPTIONS line of the C:\<WINNT>\javaservice.ini file.

mixed

Supports 5.x and r6.0 SP6 MIB OIDs.

compat

Supports 5.x MIB OIDs only.

normal

Supports r6.0 SP6 MIB OIDs only.

An example entry is:

OPTIONS = -v v2 -m normal

To specify the mode on UNIX systems

Add the -m <value> to the list of command line parameters of the java program in the /etc/snmp/conf/RunSubagent.sh file.

mixed

Supports 5.x and r6.0 SP6 MIB OIDs

compat

Supports 5.x MIB OIDs only

normal

Supports r6.0 SP6 MIB OIDs only

An example entry is:

nohup $JAVA_HOME/bin/java -mx200M com.netegrity.snmp.gen.netegrity -v v2 -m normal