Configuration Using ARP

3.Use the arp command to add an entry into the Windows station ARP table for the NIC. This is the most common syntax for this command:

Syntax:

arp -sipaddress ethernetaddress

Example for Microsoft® TCP stacks:

arp -s 192.75.11.9 00-80-72-07-00-60

This example specifies a NIC using IP address 192.75.11.9 and Ethernet address 00-80-72-07-00-60.

4.Check if the ARP entry was accepted. arp -a

You should see an entry in the listed ARP table with the IP address and Ethernet address specified in Step 3.

5.Ping this IP address to see if the NIC can be seen on your network.

At this point, you should be able to communicate with the NIC

95