R3204P16-HP Load Balancing Module Network Management Configuration Guide-6PW101

Table Of Contents
55
ARP configuration
NOTE:
The LB module supports ARP configuration only in the command line interfaces (CLIs).
ARP overview
ARP function
The Address Resolution Protocol (ARP) is used to resolve an IP address into a physical address (Ethernet
MAC address, for example).
In an Ethernet LAN, when a LB module sends data to another device, it uses ARP to translate the IP
address of that device to the corresponding MAC address.
ARP message format
ARP messages are classified into ARP requests and ARP replies. Figure 29 shows the format of the ARP
request/reply.
Figure 29 ARP message format
The following describe the fields in Figure 29.
Hardware type: This field specifies the hardware address type. The value 1 represents Ethernet.
Protocol type: This field specifies the type of the protocol address to be mapped. The hexadecimal
value 0x0800 represents IP.
Hardware address length and protocol address length: They respectively specify the length of a
hardware address and a protocol address, in bytes. For an Ethernet address, the value of the
hardware address length field is 6. For an IP(v4) address, the value of the protocol address length
field is 4.
OP: Operation code. This field specifies the type of the ARP message. The value 1 represents an
ARP request and 2 represents an ARP reply.
Sender hardware address: This field specifies the hardware address of the device sending the
message.