system proxy-arp
Use this command to add IP addresses to MAC address translation entries to the proxy ARP table.
config system proxy-arp edit {id} # Configure proxy-ARP. set id {integer} Unique integer ID of the entry. range[0-4294967295] set interface {string} Interface acting proxy-ARP. size[15] - datasource(s): system.interface.name set ip {ipv4 address} IP address or start IP to be proxied. set end-ip {ipv4 address} End IP of IP range to be proxied. next end
Additional information
The following section is for those options that require additional explanation.
ip
The can either be the only IP address applied or it can be the start of an IP address range.
end-ip
If end-ip
is set, then the ip
becomes the start-ip
, and the end-ip
should be larger than ip
and the range of IP addresses should less than 256.