Configures e-mail notification settings. When a system event occurs e-mail notifications are sent (provided message logging is enabled) based on the settings configured here. Use this option to configure the outgoing SMTP server settings.
email-notification [host|recipient]
email-notification recipient <RECIPIENT-NAME>
email-notification host <SMTP-SERVER-IP/HOSTNAME> sender <SENDER-EMAIL> [port|security|username]
email-notification host <SMTP-SERVER-IP/HOSTNAME> sender <SENDER-EMAIL> [(port <1-65535>, security [none|ssl|starttls], username <SMTP-USERNAME> password [2 <WORD>|<WORD>])]
email-notification recipient <RECIPIENT-EMAIL>
recipient <RECIPIENT-EMAIL> | Defines the
recipient‘s e-mail address. A maximum of 6 (six) e-mail addresses can the
configured.
|
email-notification host <SMTP-SERVER-IP/HOSTNAME> sender <SENDER-EMAIL> [(port <1-65535>, security [none|ssl|starttls], username <SMTP-USERNAME> password [2 <WORD>|<WORD>])]
host <SMTP-SERVER-IP/HOSTNAME> | Configures the
host SMTP server‘s IP address or hostname
|
sender <SENDER-EMAIL> | Defines the
sender‘s e-mail address. This is the from address on notification
e-mails.
|
port <1-65535> | This option is
recursive and applicable to the ‘security‘ and ‘username‘ parameters. Configures the SMTP server port. Use this option to configure a non-standard SMTP port on the outgoing SMTP server. The standard SMTP port is 25.
|
security [none|ssl|starttls] | This option is
recursive and applicable to the ‘port‘ and ‘username‘ parameters. Configures the SMTP encryption type used
|
username <SMTP-USERNAME> password [2 <WORD>| <WORD>] | This option is
recursive and applicable to the ‘port‘ and ‘security‘ parameters. Configures the SMTP sender‘s username. Many SMTP servers require users to authenticate with a username and password before sending e-mail through the server.
|
nx9500-6C8809(config-profile-default-ap8533)#email-notification recipient test@examplecompany.com nx9500-6C8809(config-profile-default-ap8533)#show context profile ap8533 default-ap8533 dscp-mapping 20 priority 7 no autoinstall configuration no autoinstall firmware ............................................................. interface ge4 ip dhcp trust qos trust dscp qos trust 802.1p use firewall-policy default email-notification recipient test@examplecompany.com service pm sys-restart nx9500-6C8809(config-profile-default-ap8533)#
no | Disables or reverts settings to their default |