Cisco Catalyst 4500 Series Configuration Manual page 121

Ios software configuration guide isco ios xe 3.9.0e and ios 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Chapter 2
Cisco IOS Commands for the Catalyst 4500 Series Switches
Examples
This example show how to configure the contact information:
Switch# configure terminal
Enter configuration commands, one per line.
Switch(config)# call-home
Switch(cfg-call-home)# contact-email-addr username@example.com
Switch(cfg-call-home)# phone-number +1-800-555-4567
Switch(cfg-call-home)# street-address "1234 Picaboo Street, Any city, Any state, 12345"
Switch(cfg-call-home)# customer-id Customer1234
Switch(cfg-call-home)# site-id Site1ManhattanNY
Switch(cfg-call-home)# contract-id Company1234
Switch(cfg-call-home)# exit
Switch(config)#
The following example shows how to configure the call-home message rate-limit threshold:
Switch(config)# call-home
Switch(cfg-call-home)# rate-limit 50
The following example shows how to set the call-home message rate-limit threshold to the default
setting:
Switch(config)# call-home
Switch(cfg-call-home)# default rate-limit
The following example shows how to create a new destination profile with the same configuration
settings as an existing profile:
Switch(config)# call-home
Switch(cfg-call-home)# copy profile profile1 profile1a
The following example shows how to configure the general e-mail parameters, including a primary and
secondary e-mail server:
Switch# configure terminal
Enter configuration commands, one per line.
Switch(config)# call-home
Switch(cfg-call-home)# mail-server smtp.example.com priority 1
Switch(cfg-call-home)# mail-server 192.168.0.1 priority 2
Switch(cfg-call-home)# sender from username@example.com
Switch(cfg-call-home)# sender reply-to username@example.com
Switch(cfg-call-home)# exit
Switch(config)#
profile name—Enters call-home profile configuration mode. See the profile command.
rate-limit threshold—Configures the call-home message rate-limit threshold; valid values are from
1 to 60 messages per minute.
sender {from | reply-to} email-address—Specifies the call-home message sender's e-mail
addresses. You can enter up to 128 alphanumeric characters in e-mail address format with no spaces.
site-id alphanumeric—Specifies the site identification for Cisco AutoNotify. You can enter up to
256 alphanumeric characters. If you include spaces, you must enclose your entry in quotes (" ").
street-address street-address—Specifies the street address for the RMA part shipments. You can
enter up to 256 alphanumeric characters. If you include spaces, you must enclose your entry in
quotes (" ").
vrf—Specifies the VPN routing or forwarding instance name; limited to 32 characters.
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release XE 3.9.xE and 15.2(5)Ex
call-home (global configuration)
End with CNTL/Z.
End with CNTL/Z.
2-83

Advertisement

Table of Contents
loading

Table of Contents