Change the OpenEdge Management SNMP Adapter settings
- Last Updated: February 11, 2026
- 3 minute read
- OpenEdge
- Version 13.0
- Documentation
OpenEdge Management provides an SNMP management agent (SNMP Adapter) for responding to administrative information queries from your SNMP management console or SNMP manager. For information about SNMP version support, see the OpenEdge 13 Platform Compatibility Guide.
In response to the queries from your manager, the information that the SNMP agent retrieves is called a variable binding and is uniquely identified by an object identifier (OID). For instance, the OID 1.3.6.1.2.1.1.3 is defined for the 'up-time of agent' value.
All SNMP messages are sent as protocol data units (PDU). A PDU consists of a header and a variable binding. A PDU can be of the following types: GET, SET, BULKGET, GETNEXT, or NOTIFICATION. A PDU of the GET or NOTIFICATION type is an asynchronous notification and also called a trap. The manager can set alerts in OpenEdge Management to receive traps when an alert is triggered. In response to receiving a trap, the manager performs a recording action, such as sending an e-mail or recording a statistic. Depending on your SNMP environment configuration, the trap is sent to a specific host or to a broadcast address. The description for all the traps for possible OpenEdge Management alerts is stored in the OpenEdge Management MIB file, PSC-FM-MIB.txt, available at the <OpenEdge-install-dir>/conf location.
- Communication without authentication and privacy (
NoAuthNoPriv) - Communication with authentication and without privacy (
AuthNoPriv) - Communication with authentication and privacy (
AuthPriv)
The minimum security level required is NoAuthNoPriv.
AuthNoPriv in OpenEdge Management, the SNMP manager must
be configured to use SNMP version 3 with AuthNoPriv.If you have installed the SNMP Adapter, you can change the current SNMP Adapter settings.
To change the SNMP Adapter settings: