Proxy ARP is the technique in which one host, usually a router, answers ARP requests intended for another machine on a different network segment (vlan or subnet). By faking its identity, the router accepts responsibility for routing packets to the real destination. Rationale:
Solution
Proxy ARP is disabled on all interfaces by default, and that configuration does not appear in the running or saved configuration. Proxy ARP only appears in the configuration if it is enabled (which is not desired in most cases). To disable this on an interface if it is enabled: switch(config-if)# no ip proxy-arp for instance: switch(config)# int vlan 9 switch(config-if)# no ip proxy-arp Default Value: By default the Proxy ARP feature is disabled on all IP Interfaces. This desired and default setting does not appear in the configuration. This default setting does not appear in the running or saved configurations.