29-14
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 29 Configuring System Message Logging
Configuring CallHome
This example shows how to enable CallHome:
Console> (enable)
set logging callhome enable
Callhome functionality is enabled.
Callhome messages will be sent to the configured destination addresses.
Console> (enable)
This example shows how to set the following addresses to receive the CallHome messages:
•
page [email protected] using a fragment size of 128 bytes
•
email [email protected], and [email protected]
Console> (enable)
set logging callhome destination [email protected] fragment 128
Included [email protected] in the table of callhome destination addresses.
Messages will be sent to this address in fragments of 128 bytes.
Console> (enable)
set logging callhome destination [email protected]
Included [email protected] in the table of callhome destination addresses.
Messages will be sent to this address without fragmentation.
Console> (enable)
set logging callhome destination [email protected]
Included [email protected] in the table of callhome destination addresses.
Messages will be sent to this address without fragmentation.
Console> (enable)
This example shows how to set the SMTP server with the IP address 172.16.8.19:
Console> (enable)
set logging callhome smtp-server 172.20.8.16
Included 172.20.8.16 in the table of callhome SMTP servers.
Console> (enable)
This example shows how to set the severity to level 3 (critical and error messages):
Console> (enable)
set logging callhome severity 3
Callhome severity level set to 3
Console> (enable)
This example shows how to set the From address to [email protected]:
Console> (enable)
set logging callhome from [email protected]
From address of callhome messages is set to [email protected]
Console> (enable)
This example shows how to set the Reply to address to [email protected]:
Console> (enable)
set logging callhome reply-to [email protected]
Reply-To address of callhome messages is set to [email protected]
Console> (enable)
Step 5
(Optional) Set the “from” e-mail address in case the
SMTP server cannot forward the syslog message.
Note
The SMTP server will send a message to the
“from” address for the failed deliveries.
set logging callhome from
Email Address
Step 6
(Optional) Set the “reply to” e-mail address if you want
the recipients to respond to a different address than the
“from” address.
set logging callhome reply-to
address
Step 7
Verify the configuration.
show logging callhome
Task
Command