uda-profile-apply

Applies a user-defined ACL (UDA)-profile to an Ethernet or port-channel interface.

Syntax

uda-profile-apply profile-name
no uda-profile-apply profile-name

Command Default

No UDA profile is applied.

Parameters

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

Modes

Ethernet interface configuration mode

Port-channel configuration mode

Usage Guidelines

For the current release, UDAs are supported only on a device configured as a network packet broker (NPB). There are two supported UDA impementations:
  • Applied directly to a physical or port-channel interface
  • Included in a route-map applied to such an interface.

You can apply a UDA profile only to an Ethernet or to a port-channel interface.

To remove a UDA profile from an interface, use the no form of this command.

Examples

The following example applies a UDA profile to an Ethernet interface.

device# configure terminal
device(config)# interface ethernet 1/1
device(conf-if-eth-1/1)# uda-profile-apply uda-prof_01

The following example removes a UDA profile from an Ethernet interface.

device# configure terminal
device(config)# interface ethernet 1/1
device(conf-if-eth-1/1)# no uda-profile-apply uda-prof_01