arp access-list default
Use this command to modify the default rule action of an access list.
The default rule is applicable only when an access list is attached to an interface. The default rule will have the lowest priority and only ARP packets not matching any of the user defined rules match the default rule.
Command Syntax
default (deny-all|permit-all)
Parameters
deny-all
Drop all packets.
permit-all
Accept all packets.
Default
The default rule is deny-all when an access list is attached to an interface.
Command Mode
ARP access-list mode
Applicability
This command was introduced in OcNOS version 3.0.
Examples
#configure terminal
(config)#arp access-list arp1
(config-arp-acl)#default permit-all
Last modified date: 10/19/2023