User guide
TCP/IP command reference IP
4-23
iMG/RG Software Reference Manual (IPNetwork Functions)
--> ip interface ip1 add proxyarpentry 192.168.100.0 255.255.255.0
See also ip interface add proxyarpexclusion
ip interface list proxyarpentries
4.1.8.2.19 IP INTERFACE ADD PROXYARPEXCLUSION
Syntax
IP INTERFACE {<name>|<number>} ADD PROXYARPEXCLUSION <ipaddress>
[<netmask>]
Description This command configures proxy ARP exclusion functionality on an existing IP interface.
This means that once you have configured an interface with a range of proxy ARP inter-
faces, you can set one or more addresses in the range to NOT respond to proxy ARP.
The following table gives the range of values for each option that can be specified with
this command and a Default Value (if applicable).
Example Example 1 adds proxy ARP support to the subnet 192.168.100.0 :
--> ip interface ip1 add proxyarpentry 192.168.100.0 255.255.255.0
Example 2 adds proxy ARP exclusion support to 192.168.100.10 255.255.255.254:
--> ip interface ip1 add proxyarpexclusion 192.168.100.10 255.255.255.254
This means that the entire 192.168.100.0 subnet supports proxy ARP, EXCEPT for
addresses 192.168.100.10 and 192.168.100.11.
See also IP INTERFACE ADD PROXYARPENTRY
IP INTERFACE LIST PROXYARPENTRIES
Option Description Default Value
name An existing IP interface. To display interface names,
use the IP LIST INTERFACES command.
N/A
number An existing IP interface. To display interface numbers,
use THE IP LIST INTERFACES command. The num-
ber appears in the first column under the heading ID.
N/A
ipaddress The IP address (or range of addresses) of the inter-
face that you want to set as a proxy ARP exclusion
entry, displayed in the following format: 192.168.102.3
N/A
netmask The netmask address (or range of addresses) of the
interface, displayed in the following format:
255.255.255.0
N/A