arp

Windows CMD · Network · available in the simulator

What it does

Displays and modifies the ARP cache.

Syntax

arp [-a] [-d dirección] [-s dirección dirección_física]

Options and parameters

  • -a

    Displays current ARP cache entries.

    arp -a
  • -g

    Identical to -a.

  • -d

    Deletes the specified cache entry.

    arp -d 192.168.1.10
  • -s

    Adds a static entry associating an IP address with a physical address.

  • -N

    Displays entries for the specified network interface.

Usage examples

  • arp -a
  • arp -d 192.168.1.10
Practise arp

Related commands