SNMP traps configuration

If you want to work with SNMP traps, the first thing to do is to modify the following parameter in :

/etc/pandora/pandora_server.conf to enable

the SNMP Console:

snmpconsole 1

If you want the traps to be translated (either the variable bindings or the Enterprise string), please enable the following options too (only Enterprise version):

translate_variable_bindings 1
translate_enterprise_strings 1

Also, you need to set up the /etc/snmp/snmptrapd.conf file with the needed parameters. For instance:

authCommunity log public
disableAuthorization yes

As for this configuration, traps will be created for the “public” community and won’t need any authorization.

Was this article helpful?

Related Articles