associate cdp-group
Syntax
associate cdp-group <GROUP-NAME>
no associate cdp-group <GROUP-NAME>
Description
Associates a CDP (Cisco Discovery Protocol) group with a device profile. A maximum of two CDP groups can be associated with a device profile.
The
no
form of this command removes a CDP group from a device profile.
Command context
config-device-profile
Parameters
<GROUP-NAME>
- Specifies the name of the CDP group to associate with this device profile. Range: 1 to 32 alphanumeric characters.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Associating the CDP group my-cdp-group with the device profile profile01:
switch(config)# port-access device-profile profile01 switch(config-device-profile)# associate cdp-group my-cdp-group
Removing the CDP group my-cdp-group from the device profile profile01:
switch(config)# port-access device-profile profile01 switch(config-device-profile)# no associate cdp-group my-cdp-group