How to use ARP command on windows 10

Adelio 0 Reputation points
2024-03-07T11:12:48.07+00:00

arp -s 192.168.1.1 d4-1a-d1-e6-73-6c 192.168.1.21

L'ajout de l'entrée ARP a échoué : Accès refusé.

netsh interface show interface

État admin État Type Nom de l'interface


Activé Connecté Dédié Ethernet 3

Activé Déconnecté Dédié Ethernet 2

Désactivé Déconnecté Dédié Ethernet 7

Activé Déconnecté Dédié Wi-Fi

Désactivé Déconnecté Dédié Ethernet 4

Activé Connecté Dédié Ethernet

netsh interface ip add neighbors "Ethernet 3" 192.168.1.1 d4-1a-d1-e6-73-6c 192.168.1.21

Élément introuvable.

how to add arp static entry ?

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-03-15T06:45:03.1366667+00:00

    Hello,

    Please make sure you log on to the system using an admin permission account, and open CMD with admin permission. Then, type below cmdlet to add arp record:

    ARP -s inet_addr eth_addr [if_addr]


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.