This command does not require a license.
Examples
This example shows how to enter ARP access list configuration mode for an ARP ACL named arp-acl-01
and add a rule that permits ARP request messages that contain a sender IP address that is within the 10.32.143.0
subnet:
switch# configure terminal
switch(config)# arp access-list arp-acl-01
switch(config-arp-acl)# permit request ip 10.32.143.0 255.255.255.0 mac any
Related Commands
DescriptionCommand
Configures a deny rule in an ARP ACL.deny (ARP)
Configures an ARP ACL.arp access-list
Applies an ARP ACL to a VLAN.ip arp inspection filter
Configures a remark in an ACL.remark
Displays all ARP ACLs or one ARP ACL.show arp access-list
Cisco Nexus 7000 Series Security Command Reference
540
P Commands
permit (ARP)