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 adminjoe@epage.cisco.com using a fragment size of 128 bytes
• email adminboss@cisco.com, and adminjane@cisco.com
Console> (enable) set logging callhome destination adminjoe@epage.cisco fragment 128
Included adminjoe@epage.cisco 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 adminjane@cisco.com
Included adminjane@cisco.com in the table of callhome destination addresses.
Messages will be sent to this address without fragmentation.
Console> (enable) set logging callhome destination adminboss@cisco.com
Included adminboss@cisco.com 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 adminjoe@cisco.com:
Console> (enable) set logging callhome from adminjoe@cisco.com
From address of callhome messages is set to adminjoe@cisco.com
Console> (enable)
This example shows how to set the Reply to address to adminjane@cisco.com:
Console> (enable) set logging callhome reply-to adminjane@cisco.com
Reply-To address of callhome messages is set to adminjane@cisco.com
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 Email
address
Step 7
Verify the configuration. show logging callhome
Task Command