home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces bonding <dpFbondx> ip enable-proxy-arp

Enables proxy ARP on an Ethernet link bonding interface.

set interfaces bonding dpFbondx ip enable-proxy-arp
delete interfaces bonding dpFbondx ip
show interfaces bonding dpFbondx

Proxy ARP is not enabled on the Ethernet link bonding interface.

dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.

Configuration mode

interfaces {
    bonding dpFbondx {
       ip enable-proxy-arp
    }
}

Use this command to enable proxy Address Resolution Protocol (ARP) on an Ethernet link bonding interface.

Proxy ARP allows an Ethernet link bonding interface to respond with its own media access control (MAC) address to ARP requests for destination IP addresses on subnets attached to other interfaces on the system. Subsequent packets that are sent to those destination IP addresses are forwarded appropriately by the system.

Use the set form of this command to enable proxy ARP on an interface.

Use the delete form of this command to disable proxy ARP on an interface.

Use the show form of this command to view the proxy ARP configuration.