The arp send-packet command configures an interface to send a unicast Address Resolution Protocol (ARP) request packet that carries the specified destination IP and MAC addresses.
| Parameter | Description | Value |
|---|---|---|
| ip-address | Specifies a destination IP address for a unicast ARP request packet to be sent. | This value is in dotted decimal notation. |
| mac-address | Specifies a destination MAC address for a unicast ARP request packet to be sent. | The value is in the format of H-H-H. Each H is a 4-digit hexadecimal number, such as 00e0 or fc01. If an H contains less than four digits, 0s are added ahead. For example, e0 is equal to 00e0. |
| interface interface-type interface-number | Specifies the type and number of an interface for sending out a unicast ARP request packet. | - |
| vid vid | Specifies an outer tag value for a unicast ARP request packet to be sent. | The value is an integer ranging from 1 to 4094. |