Creating A Destination Profile; Modifying A Destination Profile - Cisco nexus 5000 series Cli Configuration Manual

Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Chapter 1
Configuring Smart Call Home
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m
This example shows how to configure the contact information for Call Home:
switch# configuration terminal
switch(config)# snmp-server contact personname@companyname.com
switch(config)# callhome
switch(config-callhome)# email-contact admin@Mycompany.com
switch(config-callhome)# phone-contact +1-800-123-4567
switch(config-callhome)# street-address 123 Anystreet st. Anytown,AnyWhere

Creating a Destination Profile

To create a user-defined destination profile and configure the message format for that new destination
profile, perform this task:
Command
Step 1
switch# configuration terminal
Step 2
switch(config)# callhome
Step 3
switch(config-callhome)#
destination-profile name format {XML |
full-txt | short-txt}
Step 4
switch(config-callhome)# show callhome
destination-profile [profile name]
Step 5
switch(config)# copy running-config
startup-config
This example shows how to create a destination profile for Call Home:
switch# configuration terminal
switch(config)# callhome
switch(config-callhome)# destination-profile Noc101 format full-text

Modifying a Destination Profile

You can modify the following attributes for a predefined or user-defined destination profile:
See the
configuring an alert group for a destination profile.
OL-16597-01
Destination address—The actual address, pertinent to the transport mechanism, to which the alert
should be sent.
Message formatting—The message format used for sending the alert (full text, short text, or XML).
Message level—The Call Home message severity level for this destination profile.
Message size—The allowed length of a Call Home message sent to the e-mail addresses in this
destination profile.
"Associating an Alert Group with a Destination Profile" section on page 1-10
Purpose
Enters configuration mode.
Enters callhome configuration mode.
Creates a new destination profile and sets the message
format for the profile. The name can be any
alphanumeric string up to 31 characters.
(Optional) Displays information about one or more
destination profiles.
(Optional) Saves this configuration change.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring Call Home
for information on
1-9

Advertisement

Table of Contents
loading

Table of Contents