Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.38 KB

File metadata and controls

34 lines (27 loc) · 1.38 KB

Deployment

UFM WEB UI

  • pull the plugin container with docker pull mellanox/ufm-plugin-snmp;
  • add the plugin through UFM WEB UI -> Settings -> Plugin Management;

CLI

To deploy the plugin on UFM Appliance:

  • login as admin;
  • run enable;
  • run config terminal;
  • make sure that UFM is running with show ufm status;
    • if UFM is down then run it with ufm start;
  • make sure that SNMP plugin is disabled with show ufm plugin;
  • pull the plugin container with docker pull mellanox/ufm-plugin-snmp;
    • in case of HA load the plugin on the standby node as well;
  • on UFM Enterprise Appliance (e.g., gen3), open the default SNMP port with ufw allow 162/udp (enter _shell, if needed);
  • run ufm plugin snmp add to enable the plugin;
  • check that plugin is up and running with ufm plugin show;

To deploy the plugin with UFM (SA or HA):

  • install the latest version of UFM;
  • run UFM with service ufmd start;
  • pull the plugin container with docker pull mellanox/ufm-plugin-snmp;
    • in case of HA load the plugin on the standby node as well;
  • run /opt/ufm/scripts/manage_ufm_plugins.sh add -p snmp to enable the plugin;
  • check that plugin is up and running with docker ps;

Log file snmp.log is located in /opt/ufm/files/log on the host.

Usage

This plugin is listening to SNMP traps from all managed switches in the fabric and redirecting them as events to UFM.