Additional References; Event Triggers - Cisco Nexus 7000 Series Configuration Manual

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Additional References

commit
This example shows how to configure multiple SMTP servers for Smart Call Home messages:
configure terminal
callhome
transport email mail-server 192.0.2.10 priority 4
transport email mail-server 172.21.34.193
transport email smtp-server 10.1.1.174
transport email mail-server 64.72.101.213 priority 60
transport email from person@company.com
transport email reply-to person@company.com
commit
Based on the configuration above, the SMTP servers would be tried in this order:
10.1.1.174 (priority 0)
192.0.2.10 (priority 4)
172.21.34.193 (priority 50, which is the default)
64.72.101.213 (priority 60)
The transport email smtp-server command has a priority of 0, which is the highest. The server specified
Note
by this command is tried first followed by the servers specified by the transport email mail-server
commands in order of priority.
This example shows how to configure Smart Call Home to send HTTP messages through an HTTP proxy
server:
configure terminal
callhome
transport http proxy server 10.10.10.1 port 4
transport http proxy enable
commit
Additional References

Event Triggers

The following table lists the event triggers and their Smart Call Home message severity levels.
Alert Group
Configuration
Diagnostic
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
132
Event Name
PERIODIC_CONFIGURATION
DIAGNOSTIC_MAJOR_ALERT
DIAGNOSTIC_MINOR_ALERT
DIAGNOSTIC_NORMAL_ALERT
Configuring Smart Call Home
Description
Periodic configuration update
message.
GOLD generated a major alert.
GOLD generated a minor alert.
Smart Call Home generated a normal
diagnostic alert.
Smart Call
Home Severity
Level
2
7
4
2

Advertisement

Table of Contents
loading

Table of Contents