Enable Proxy ARP on an Interface

You can enable Proxy ARP on a physical or VE interface.

About this task

Proxy ARP is disabled by default.

Procedure

  1. Access global configuration mode.
    device# configure terminal
    
  2. Access the interface on which you are enabling Proxy ARP.
    device(config)# interface ethernet 0/1
    
  3. Enable Proxy ARP.
    device(conf-if-eth-0/1)# ip proxy-arp
    

Example

The following example summarizes the commands in this procedure.
device# configure terminal
device(config)# interface ethernet 0/1
device(conf-if-eth-0/1)# ip proxy-arp