profile (LLDP)

Creates an LLDP profile.

Syntax

profile name
no profile name

Parameters

name
Assigns a name to the profile. The name must be between 1 and 63 ASCII characters in length.
name
Assigns a name to the profile. The name must be between 1 and 32 ASCII characters in length.

Modes

Protocol LLDP configuration mode

Usage Guidelines

When you apply an LLDP profile on an interface using the lldp profile command, it overrides the global configuration. If a profile is not present, then the default global profile is used until you create a valid profile. Up to 64 profiles can be created.

Enter no profile name to remove the named profile.

Examples

The following example creates a profile named test.

device# configure terminal
device(config)# protocol lldp
device(conf-lldp)# profile test 

The following example creates a profile named test1.

device(config)# protocol lldp
device(conf-lldp)# profile ?
Possible completions:
<Profile Name (Max Size - 32)>
device(conf-lldp)# profile test1
device(config-profile-test1)#

The following example deletes a profile named test:

device# configure terminal
device(config)# protocol lldp
device(conf-lldp)# no profile test