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:
- 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