Adding an SNMP trap sink using the CLI

Prev Next

You can use the CLI to to send notifications to one or more SNMP trap sink servers.

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
  3. Specify the name of the SNMP server (for example, NX7400) for SNMP notifications:

    hostname (config) # fenotify snmp trap-sink <sink name>
  4. Specify which servers will receive SNMP notifications (one server per command):

    hostname (config) # fenotify snmp trap-sink <sink name> enable
  5. 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>
  6. Save the configuration:

    hostname (config) # write memory