C613-50631-01 Rev A Command Reference for IE340 Series 869
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IP ADDRESSING AND PROTOCOL COMMANDS
CLEAR
ARP-CACHE
clear arp-cache
Overview This command deletes dynamic ARP entries from the ARP cache. You can
optionally specify the IPv4 address of an ARP entry to be cleared from the ARP
cache.
Syntax
clear arp-cache [<ip-address>]
Mode Privileged Exec
Usage notes To display the entries in the ARP cache, use the show arp command. To remove
static ARP entries, use the no variant of the arp command.
Example To clear all dynamic ARP entries, use the command:
awplus# clear arp-cache
To clear all dynamic ARP entries associated with the IPv4 address 192.168.1.1, use
the command:
awplus# clear arp-cache 192.168.1.1
Related
commands
arp
show arp
Parameter Description
<ip-address> The IPv4 address of an ARP entry that is to be cleared from the
ARP cache.