Sign inSign up

mellanox/ufm-plugin-snmp

By mellanox

Updated 11 months ago

SNMP Plugin for UFM Enterprise

Image
0

1.7K

mellanox/ufm-plugin-snmp repository overview

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.

Tag summary

Content type

Image

Digest

sha256:c4787a1c8

Size

196.8 MB

Last updated

11 months ago

docker pull mellanox/ufm-plugin-snmp