Exporting MIB objects

To export files containing information about MIB objects:

  1. In the application web interface, add the public SSH key for connecting to the cluster node in Technical Support Mode.
  2. Run one of the following commands depending on the operating system installed on the node:
    • Windows:

      pscp -i <ppk_file_path> -r root@<hostname>:/opt/kaspersky/ksmg/share/snmp-mibs .

      You have to install the PuTTY tool before you can run this command.

    • Linux®:

      scp -r root@<hostname>:/opt/kaspersky/ksmg/share/snmp-mibs .

Files containing information about MIB objects will be exported and saved in the snmp-mibs folder in the current directory.

Page top