arp's Examples

ARP-  address resolution protocol. it is used to resolve the ip address of a system to its mac address.

arp [-v] hostname

displays the ip address

$arp -a

delete an ip address with specific address

$ arp -d 192.255.72

add an entry manually to arp cache

arp -s 192.255.456

to get a list of all available switches

arp /?

by using > we can save the results automatically in text file instead of displaying the results

arp /a >c:\temp\arp

it is same as -a

arp -g

if the address is present it gives internet interface.if not present the first applicable interface is used

arp if_addr 192.255.44.22

DevOpsSchool
Typically replies within an hour

DevOpsSchool
Hi there 👋

How can I help you?
×
Chat with Us