System information

Publication date: Feb., 2012
Revision A1
- 30 -
CLIReferenceGuide
Copyright @ 2012 by Amer Networks
Chapter 7 ArpinspectionCommandsofCLI
Arpinspection
The section describestoconfigure the ARPInspectionparametersof the
switch. You could use the ARP Inspection configure to manage the ARP
table.
Table 6: Arp-inspection Commands
Command
Function
add
Add ARP inspection static entry
delete
Delete ARP inspection static entry
mode
Configure ARP inspection mode
port-mode
Configure ARP inspection port mode
show
Show ARP inspection information
add: ThiscommandletsyouaddARPinspectionstaticentry.
Syntax:
add <port-list> <1-4094> <ip-address> <mac-address>
Parameter :
<port-list> Port list, available value is from switch physic port density,
format: 1,3-5
<1-4094> VLAN ID, available value is from 1 to 4094
<ip-address> IP address allowed for doing ARP request
<mac-address> MAC address, format 0a-1b-2c-3d-4e-5f
EXAMPLE:
delete:
ThiscommandletsyoudeleteARPinspectionstatic
entry.
Syntax:
delete <port-list> <1-4094> <ip-address> <mac-address>
Parameter :
<port-list>
Port list, available value is from switch physic port density,
format: 1,3-5
<1-4094> VLAN ID, available value is from 1 to 4094
<ip-address> IP address allowed for doing ARP request
<mac-address> MAC address, format 0a-1b-2c-3d-4e-5f
Switch(arp-inspection)# add 1 5 192.168.1.2 0a-1b-2c-3d-4e-5f
Switch(arp-inspection)#