Mode¶
- 
class 
Interfaces.Interface.RoutedVlan.Ipv4.ProxyArp.Config.Mode¶ Mode (Enum Class)
- 
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.
-