DHCP Snooping Commands
343 Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
13
Command Mode
ARP-list Configuration mode
Example
The following example creates a static ARP binding.
switchxxxxxx(config)#
ip arp inspection list create
servers
switchxxxxxx(config-arp-list)#
ip
172.16.1.1
mac
0060.704C.7321
switchxxxxxx(config-arp-list)#
ip
172.16.1.2
mac
0060.704C.7322
13.25 ip arp inspection list assign
Use the ip arp inspection list assign Global Configuration mode command to
assign a static ARP binding list to a VLAN. Use the no form of this command to
delete the assignment.
Syntax
ip arp inspection list assign
vlan-id
name
no ip arp inspection list assign
vlan-id
Parameters
•
vlan-id
—Specifies the VLAN ID.
•
name
—Specifies the static ARP binding list name.
Default Configuration
No static ARP binding list assignment exists.
Command Mode
Global Configuration mode
Example
The following example assigns the static ARP binding list Servers to VLAN 37.
switchxxxxxx(config)#
ip arp inspection list assign
37 servers