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:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Enable SNMP notifications:
hostname (config) # fenotify snmp enable
Specify the name of the SNMP server (for example, NX7400) for SNMP notifications:
hostname (config) # fenotify snmp trap-sink <sink name>
Specify which servers will receive SNMP notifications (one server per command):
hostname (config) # fenotify snmp trap-sink <sink name> enable
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>
Save the configuration:
hostname (config) # write memory