Configuring proxy ARP
Procedure
-
Switch to configuration context with the command
config
. -
Switch to an interface with the command
interface
, or to an interface VLAN with the commandinterface vlan
, or to a LAG with the commandinterface lag
. -
Enable local proxy ARP with the command
ip proxy-arp
.
Examples
This example configures proxy ARP on interface
1/1/2
switch# config switch(config)# interface 1/1/2 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