Configuring local proxy ARP

Prerequisites
A layer 3 interface or layer 3 VLAN.
Procedure
  1. Switch to configuration context with the command config.
  2. Switch to a layer 3 interface with the command interface, or to a layer 3 VLAN with the command interface vlan.
  3. Enable local proxy ARP with the command ip local-proxy-arp.

Example

This example configures local proxy ARP on interface 1/1/2.

switch# config
switch(config)# interface 1/1/2
switch(config-if)# ip local-proxy-arp

This example configures local proxy ARP on VLAN 30.

switch# config
switch(config)# interface vlan 30
switch(config-vlan-30)# ip local-proxy-arp