uda-key profile

Creates a user-defined ACL (UDA) profile.

Syntax

uda-key profile profile-name
no uda-key profile profile-name

Command Default

No UDA profile is defined.

Parameters

profile-name
Specifies a unique UDA-profile name. Valid names range from 1 through 63 characters.

Modes

Global configuration mode

Usage Guidelines

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

You cannot delete a UDA profile if it is applied to any interface.

Examples

The following example defines a UDA profile.

device# configure terminal
device(config)# uda-key profile uda-prof_01
device(config-uda-key)#

The following example deletes a UDA profile.

device# configure terminal
device(config)# no uda-key profile uda-prof_01