Users Guide

558 Dell PowerConnect 55xx Systems User Guide
Adding Entries to a Dynamic ARP Inspection List Using CLI Commands
The following table summarizes the CLI commands for configuring the fields
in the
Dynamic ARP Inspection Entries pages.
The following is an example of some of the CLI commands:
Table 18-3. Dynamic ARP Inspection List Entries CLI Commands
CLI Command Description
ip ip-address mac-address
mac-address
no ip ip-address mac-address
mac-address
Creates a static ARP binding.
Use the no form of this command to
delete a static ARP binding..
show ip arp inspection list Displays the static ARP binding list.
console(config)# ip arp inspection list create servers
console(config-arp-list)# ip 172.16.1.1 mac-address
0060.704c.7321
console(config-arp-list)# ip 172.16.1.2 mac-address
0060.704c.7322
console(config-arp-list)# do show ip arp inspection list
List name: servers
Assigned to VLANs:
IP MAC
--------------- ------------------
172.16.1.1 00:60:70:4c:73:21
172.16.1.2 00:60:70:4c:73:22
console(config-arp-list)#