ip proxy-arp

Use this command to enable proxy ARP on an interface.

Syntax

ip proxy-arp [default-route] [local]
no ip proxy-arp

Parameters

default-route (Optional) Sets the router to respond to ARP requests for hosts that are only reachable using the default route. Typically, proxy arp is only used to reply to requests for hosts that are reachable via a non-default route.
local (Optional) Allows the router to respond to ARP requests that are received on the interface to which this command is applied if the target IP address of the request is reachable on the interface that received the request.

Defaults

  • If default-route is not specified, the router responds to ARP requests for hosts that are reachable using any route other than the default route.
  • If local is not specified, the router responds only to ARP requests that are destined to routes reachable via an interface that is not the interface that received the ARP.

Mode

Configuration command, Interface configuration command mode.

Usage

This variation of the ARP protocol allows the routing module to send an ARP response on behalf of an end node to the requesting host. Proxy ARP can lessen bandwidth use on slow-speed WAN links. It is enabled by default without the default route or local options set.

The “no” form of this command disables proxy ARP

Example

This example shows how to enable proxy ARP:

System(rw-config)->interface vlan 1 on VLAN 1:
System(rw-config-intf-vlan.0.1)->ip proxy-arp