C613-50100-01 REV C Command Reference for x930 Series 1486
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE 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.
When running VRF lite, this command deletes dynamic ARP entries either from the
ARP cache of a specific VRF lite instance, or from the ARP cache of the Global VRF
lite instance. To delete all ARP entries from both the Global VRF lite instance and all
VRF lite instances, use the command with no parameters. You can optionally
specify the IPv4 address for the VRF lite instance to clear an ARP entry from the ARP
cache.
Syntax
clear arp-cache [<ip-address>]
Syntax (VRF lite) clear arp-cache [vrf <vrf-name>|global] [<ip-address>]
Mode Privileged Exec
Usage 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 (IP address MAC) 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
Example (VRF
lite)
To clear the dynamic ARP entries from the VRF lite instance named blue, use the
commands:
awplus# clear arp-cache vrf blue
Parameter Description
<ip-address> The IPv4 address of an ARP entry that is to be cleared from the ARP
cache.
Parameter Description
<ip-address> Specifies a specific IPv4 address for a VRF lite instance whose
entries are to be cleared from the ARP cache.
global When VRF lite is configured, apply this command to the global
routing and forwarding table.
vrf Apply this command to the specified VRF lite instance.
<vrf-name> The VRF lite instance name