6211-I1 ADSL2+ Router Command Line Interface User’s Guide
14
arp
Name
arp Manipulate the modem's Address Resolution Protocol (ARP) table.
Synopsis
arp add <IP address> <MAC address>
arp delete <IP address>
arp show
arp --help
Description
The arp command manipulates the modem's ARP table.
ARP entries added by this command are not saved in the flash memory by the save command.
After system reboot, ARP entries need to be re-added.
Examples
Add a static ARP entry for IP address 192.168.1.2 with MAC address 00:11:22:33:44:55.
>arp add 192.168.1.2 00:11:22:33:44:55
Show the ARP table.
> arp show
IP address HW type Flags HW address Mask Device
192.168.1.3 0x1 0x2 00:01:03:E3:4F:F9 * br0
192.168.1.2 0x1 0x6 00:11:22:33:44:55 * br0
Delete the ARP entry for IP address 192.168.1.2.
>arp delete 192.168.1.2