IP Routing
19-10
19
Web - Click IP, ARP, General. Set the timeout to a suitable value for the ARP cache,
enable Proxy ARP for subnetworks that do not have routing or a default gateway,
and click Apply.
Figure 19-3 ARP General
CLI - This example sets the ARP cache timeout for 15 minutes (i.e., 900 seconds),
and enables Proxy ARP for VLAN 3.
Console(config)#arp-timeout 900 41-33
Console(config)#interface vlan 3 27-1
Console(config-if)#ip proxy-arp 41-35
Console(config-if)#