Adding an SNMP Trap Sink Using the CLI

You can use the CLI to set the default SNMP settings.

Prerequisites

  • Admin or Operator access to the Malware Analysis appliance.

To add an SNMP Trap Sink:

  1. Enable the CLI configuration mode:

    hostname > enable

    hostname # configure terminal
  2. Enable SNMP notifications:

    hostname (config) # fenotify snmp enable
  1. Specify the name of the SNMP server (for example, NX7400) for SNMP notifications:

    hostname (config) # fenotify snmp trap-sink <sink_name>

  2. Specify which servers will receive SNMP notifications (one server per command):

    hostname (config) # fenotify snmp trap-sink <sink_name> enable

  3. Specify the IP address or DNS address of the SNMP server to receive the notifications:

    hostname (config) # fenotify snmp trap-sink <sink_name> address <ip address>

  4. Save the configuration:

    hostname (config) # write memory