clear arpinspection filter
23-28 DHCP Snooping and Dynamic ARP Inspection
Defaults
If only the name is specified, the ACL is deleted from the switch.
Mode
Switch command, read-write.
Usage
You can use this command to:
• Remove a configured ARP ACL from the switch, or
• Remove a permit rule from a configured ARP ACL, or
• Remove the association of an ARP ACL with a VLAN or VLANs, or
• Disable static mapping of an ARP ACL associated with a VLAN or VLANs.
Use the set arpinspection filter command to create and assign an ARP ACL.
Use the show arpinspection access-list command to display currently configured ARP ACLs.
Examples
This example removes a permit rule from the ARP ACL named staticARP.
C3(su)->clear arpinspection filter staticARP permit ip host 192.168.1.10 mac host
00:01:22:33:44:55
This example disables static mapping of the ARP ACL named staticARP that is associated with
VLAN 5.
C3(su)->clear arpinspection filter staticARP vlan 5 static
This example removes the ARP ACL named staticARP from VLAN 5.
C3(su)->clear arpinspection filter staticARP vlan 5
This example removes the ARP ACL named staticARP from the switch completely.
C3(su)->clear arpinspection filter staticARP
ip host sender-ipaddr Specifies the IP address in the rule being deleted.
mac host
sender-macaddr
Specifies the MAC address in the rule being deleted.
vlan vlan-range (Optional) Specifies the VLAN or VLANs to which this command
should apply. Remove the ACL from the VLAN, if static is not specified
also.
static (Optional) Specifies that static mapping should be disabled for this ARP
ACL for the specified VLAN or VLANs.