SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface-id
4.
ip arp inspection limit {rate pps [burst interval seconds] | none}
5.
exit
6.
Use the following commands:
•
errdisable detect cause arp-inspection
•
errdisable recovery cause arp-inspection
•
errdisable recovery interval interval
7.
exit
8.
Use the following show commands:
•
show ip arp inspection interfaces
•
show errdisable recovery
9.
show running-config
10.
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode. Enter your password if prompted.
enable
Step 1
Example:
Switch>
enable
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 2
Specifies the interface to be rate-limited, and enter interface
configuration mode.
interface interface-id
Step 3
Limits the rate of incoming ARP requests and responses on the
interface. The default rate is 15 pps on untrusted interfaces and
unlimited on trusted interfaces. The burst interval is 1 second.
ip arp inspection limit {rate pps [burst
interval seconds] | none}
Step 4
The keywords have these meanings:
•
For
ratepps
, specify an upper limit for the number of incoming
packets processed per second. The range is 0 to 2048 pps.
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
256
OL-29048-01
Configuring Dynamic ARP Inspection
Limiting the Rate of Incoming ARP Packets