mac access-list default

Use this command to modify the default rule action of mac access-list. Default rule is applicable only when access-list is attached to interface. Default rule will have the lowest priority and only the packets not matching any of the user defined rules match default rule.

Command Syntax

Copy
default (deny-all|permit-all) 

Parameters

deny-all

Drop all packets.

permit-all

Accept all packets.

Default

None

Command Mode

MAC access-list mode

Applicability

This command was introduced before OcNOS version 1.3.

Examples

Copy
#configure terminal
(config)#mac access-list mac-acl-01
(config-mac-acl)#default permit-all