associate lldp-group

Syntax

associate lldp-group <GROUP-NAME>

no associate lldp-group <GROUP-NAME>

Description

Associates an LLDP group with a device profile. A maximum of two LLDP groups can be associated with a device profile

The no form of this command removes an LLDP group from a device profile.

Command context

config-device-profile

Parameters

<GROUP-NAME>
Specifies the name of the LLDP group to associate with the device profile. Range: 1 to 32 alphanumeric characters.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Associating the LLDP group my-lldp-group with the device profile profile01:

switch(config)# port-access device-profile profile01
switch(config-device-profile)# associate lldp-group my-lldp-group

Removing the LLDP group my-lldp-group from the device profile profile01:

switch(config)# port-access device-profile profile01
switch(config-device-profile)# no associate lldp-group my-lldp-group