Configuring proxy ARP

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

Examples

On the 6400 Switch Series, interface identification differs.

This example configures proxy ARP on interface 1/1/2
switch# config
switch(config)# interface 1/1/2
switch(config)# routing
switch(config-if)# ip proxy-arp
.

This example configures proxy ARP on interface VLAN 30.

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