Prerequisites
Admin or operator access to appliance
Email (SMTP) server configured on the appliance. See Adding an SMTP server using the CLI.
To add an email recipient:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Add a recipient for email notifications:
hostname (config) # fenotify email recipient <rname>
Enable the email account to receive notifications:
hostname (config) # fenotify email recipient <rname> enable
Specify the email address of the recipient who will receive email notifications:
hostname (config) # fenotify email recipient <rname> email-address <email address>
Save the configuration:
hostname (config) # write memory