I want to block arp packets from a specific source mac that are inbound from a specific interface on a nexus switch.
How can I block arp packet from a specific source mac?
Can I block it with the config set below?
mac access-list MAC
10 permit 547F.EED1.BCBC 0000.0000.0000 any vlan 10
20 permit any any
!
interface Ethernet1/1
switchport access vlan 10
mac port access-group MAC