clear arp

Use this command to delete a specific entry or all entries from the switch‘s ARP table.

Syntax

clear arp {ipaddress | all}

Parameters

ipaddress | all Specifies the IP address in the ARP table to be cleared, or clears all ARP entries.

Defaults

None.

Mode

All command modes.

Examples

This example shows how to delete entry 10.1.10.10 from the ARP table:

System(rw)->clear arp 10.1.10.10

This example shows how to delete all entries from the ARP table:

System(rw)->clear arp all