ARP is commonly used for mapping IPv4 addresses to MAC addresses.
Configure static ARP on an interface:
switch(config-if)# ip arp ipv4 IP-ADDR mac MAC-ADDR
Show commands to validate functionality:
switch# show ip arp
Back to Index