description (event-handler)

Defines a description for an event-handler profile.

Syntax

description description-text
no description

Command Default

No description is defined.

Parameters

description-text
Characters describing the event-handler profile. The string can be 1 through 128 ASCII characters in length. Do not use the ? character. If you need to use ! or \, precede each with \.

Modes

Event-handler configuration mode

Usage Guidelines

An event-handler profile supports only one description.

To delete a description, use the no form of this command.

To change a description, you do not need to first delete the existing description. Just create a new description.

Examples

The following example defines a description for eventHandler1.

device# configure terminal
device(config)# event-handler eventHandler1
device(config-event-handler-eventHandler1)# description This is a sample description.