SNMP

The <snmp> element is used to configure SNMP Manager. If this entire section is absent, the SNMP Manager will not be configured and will not be started. If the section is present, the values should specify the SNMP Manager configuration parameters.

<snmp>
    <host>0.0.0.0</host>
    <port>1162</port>
    <SO_SNDBUF>1m</SO_SNDBUF>
    <SO_RCVBUF>16m</SO_RCVBUF>
    <threads>4</threads>
    <default-agent-port>161</default-agent-port>
    <set-response-timeoout-sec>10</set-response-timeoout-sec>
    <set-max-retries>3</set-max-retries>
    <community/>
</snmp>

<host> and <port> elements

These element specify the UDP endpoint for the manager.

<SO_SNDBUF> and <SO_RCVBUF> elements

UDP socket parameters (send and receive buffer sizes). Please note that it may be required to change the operating system settings to be able to use larger buffers.

<threads> element

The number of SNMP-related threads (the default is the number of available CPUs).

<default-agent-port> element

The default SNMP Agent port.

<set-response-timeoout-sec> and <set-max-retries> elements

Response timeout for SNMP SET and max number of retries for this operation.

<community> element

SNMP community.