Creates an LLDP profile.
Protocol LLDP configuration mode
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.
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