Command Reference ARP Commands
The following example deletes the dynamic ARP entry on interface SVI1.
Ruijie# clear arp-cache interface Vlan 1
Adds a static mapping record to the ARP cache table.
Use this command to enable ARP proxy function on the interface. Use the no form of this
command to restore the default setting.
By default, ARP proxy is disabled.
Interface configuration mode.
Proxy ARP helps those hosts without routing message obtain MAC address of other networks or
subnet IP address. For example, a device receives an ARP request. The IP addresses of request
sender and receiver are in different networks. However, the device that knows the routing of IP
address of request receiver sends ARP response, which is Ethernet MAC address of the device
itself.
The following example enables ARP on FastEthernet port 0/1.
Ruijie(config)# interface fastEthernet 0/1
Ruijie(config-if)# ip proxy-arp
Use this command to enable local proxy ARP on the SVI interface. Use the no form of this command
to restore the default setting.