![](/images/new-backgrounds/1299835/299835569x1.webp)
Syntax
mac access-list extended rename <name> <newname>
<name> - Old name which uniquely identifies the MAC access list. <newname> - New name which uniquely identifies the MAC access list.
Default Setting
None
Command Mode
Global Config
5.13.2.3mac access-list
This command creates a new rule for the current MAC access list. Each rule is appended to the list of configured rules for the list. Note that an implicit 'deny all' MAC rule always terminates the access list. Note: The 'no' form of this command is not supported, as the rules within an ACL cannot be deleted individually. Rather, the entire ACL must be deleted and
A rule may either deny or permit traffic according to the specified classification fields. At a minimum, the source and destination MAC value and mask pairs must be specified, each of which may be substituted using the keyword any to indicate a match on any value in that field. The bpdu keyword may be specified for the destination MAC value/mask pair indicating a
Syntax
{denypermit} {{<srcmac> <srcmacmask} any} {{<dstmac> <dstmacmask>} any bpdu} [<ethertypekey>
285