Configuring SNMP Default Settings Using the CLI
Follow these steps to configure the default SNMP settings:
Prerequisites
- Admin or Operator access to the Malware Analysis appliance.
To set the default SNMP configuration:
- Enable the CLI configuration mode:
hostname > enable
hostname # configure terminal
- Specify the SNMP version used for notifications:
- To use SNMP version 1, enter:
hostname (config) # fenotify snmp trap-sink <sink_name> version 1
- To use SNMP version 2c, enter:
hostname (config) # fenotify snmp trap-sink <sink_name> version 2c
- To use SNMP version 1, enter:
-
Specify the delivery frequency for SNMP notifications:
FireEye recommends using
per-event
notifications.For example, send a notification whenever an event is triggered, enter:
hostname (config) # fenotify snmp trap-sink <sink_name> prefer message delivery per-event
- Save the configuration:
hostname (config) # write memory