associate mac-group
Syntax
associate mac-group <GROUP-NAME>
no associate mac-group <GROUP-NAME>
Description
Associates a MAC group with a device profile. A maximum of two MAC groups can be associated with a device profile.
The
no
form of this command removes a MAC group from a device profile.
Command context
config-device-profile
Parameters
<GROUP-NAME>
- Specifies the name of the MAC 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 MAC group mac01-group with the device profile profile01:
switch(config)# port-access device-profile profile01 switch(config-device-profile)# associate mac-group mac01-group
Removing the MAC group mac01-group from the device profile profile01:
switch(config)# port-access device-profile profile01 switch(config-device-profile)# no associate mac-group mac01-group