C613-50100-01 REV C Command Reference for x930 Series 1482
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE COMMANDS
ARP
(IP ADDRESS MAC)
arp (IP address MAC)
Overview This command adds a static ARP entry to the ARP cache. This is typically used to
add entries for hosts that do not support ARP or to speed up the address resolution
function for a host. The ARP entry must not already exist. Use the alias parameter
to allow your device to respond to ARP requests for this IP address.
If VRF lite is configured, you can add ARP entries to either the global cache or for a
specific VRF lite instance.
The no variant of this command removes the static ARP entry. Use the clear
arp-cache command to remove the dynamic ARP entries in the ARP cache.
Syntax
arp <ip-addr> <mac-address> [<port-number>] [alias]
no arp <ip-addr>
Syntax (VRF lite) arp [vrf <vrf-name>] <ip-addr> <mac-address> [<port-number>]
[alias]
arp [vrf <vrf-name>] <ip-addr> <multicast-mac-address>
[<port-list>]
no arp [vrf <vrf-name>] <ip-addr>
Mode Global Configuration
Examples To add the IP address 10.10.10.9 with the MAC address 0010.2533.4655 into the
ARP cache, and have your device respond to ARP requests for this address, use the
commands:
awplus# configure terminal
awplus(config)# arp 10.10.10.9 0010.2355.4566 alias
Parameter Description
<ip-addr> The IPv4 address of the device you are adding as a static ARP
entry.
<mac-address> The MAC address of the device you are adding as a static ARP
entry, in hexadecimal notation with the format
HHHH.HHHH.HHHH.
<port-number> The port number associated with the IP address. Specify this
when the IP address is part of a VLAN.
alias Allows your device to respond to ARP requests for the IP
address. Proxy ARP must be enabled on the interface before
using this parameter.
vrf Apply this command to a VRF lite instance.
<vrf-name> The name of the VRF lite instance.