How to enable information exchange via SNMP in Kaspersky Secure Mail Gateway
Latest update: January 18, 2019
ID: 12301
Web interface
- Open the web interface of Kaspersky Secure Mail Gateway.
- Go to Settings -> SNMP.
- Enter the address of the server with the SNMP manager installed and enable the Use SNMP option.

Console
- Open the console of the Kaspersky Secure Mail Gateway virtual machine or connect to it via SSH.
- Go to Technical Support Mode.
- Export the SNMP task settings to the file using the command:
/opt/kaspersky/klms/bin/klms-control --get-settings <SNMP_task_ID> -f <file_name>
- Open the file for editing, in the MasterAgentXAddress section, specify the address of the mail server on which the SNMP manager is run:
tcp:<IP_address_or_DNS_server_name>:705
- Save the file and import it to the application using the following command:
/opt/kaspersky/klms/bin/klms-control --set-settings <SNMP_task_ID> -f <file_name>