Address Resolution Protocol (ARP)

ARP is commonly used for mapping IPv4 addresses to MAC addresses.

Procedure

  1. Configure static ARP on an interface.

    switch(config-if)# arp ipv4 IP-ADDR mac MAC-ADDR
    
  2. Show commands to validate functionality: .

    show arp
    

Expected Results

  1. Administrators are able to ping the connected device
  2. Administrators can view the ARP entries

Back to Index