Mode¶
-
class
Interfaces.Interface.RoutedVlan.Ipv4.ProxyArp.Config.
Mode
¶ Mode (Enum Class)
When set to a value other than DISABLE, the local system should
respond to ARP requests that are for target addresses other than
those that are configured on the local subinterface using its own
MAC address as the target hardware address. If the REMOTE_ONLY
value is specified, replies are only sent when the target address
falls outside the locally configured subnets on the interface,
whereas with the ALL value, all requests, regardless of their
target address are replied to.
-
DISABLE = 0
The system should not respond to ARP requests that
do not specify an IP address configured on the local
subinterface as the target address.
-
REMOTE_ONLY = 1
The system responds to ARP requests only when the
sender and target IP addresses are in different
subnets.
-
ALL = 2
The system responds to ARP requests where the sender
and target IP addresses are in different subnets, as well
as those where they are in the same subnet.
-