The most recently applied ACL replaces an
existing ACL. You do not need to remove an existing ACL.
-
Access global configuration
mode.
device# configure terminal
-
Access interface configuration
mode.
device(conf)# interface ethernet 1/2
-
Access Layer 2 mode.
device(conf-if-eth-1/2)# switchport
-
Specify the ACL that you want to
apply.
device(conf-if-eth-1/2)# ip arp inspection filter ARP_ACL_01
-
Return to global configuration
mode.
device(conf-if-eth-1/2)# exit
device(conf)#
The following example summarizes the commands in this
procedure.
device# configure terminal
device(conf)# interface ethernet 1/2
device(conf-if-eth-1/2)# switchport
device(conf-if-eth-1/2)# ip arp inspection filter ARP_ACL_01
device(conf-if-eth-1/2)# exit