Command Guide of WGSW-28040
128
Example:
The example shows how to set rate limit to 30 pps on interface gi1. You can verify settings by the following
show ip
arp inspection interface
command.
switch(config)#
interface gi1
switch(config)#
ip arp inspection rate-limit 30
switch(config)#
do show ip arp inspection interface gi1
Interfaces | Trust State | Rate (pps) | SMAC Check | DMAC Check | IP Check/Allow Zero |
------------+--------------+--------------+----------------|-----------------+-------------------------+
gi1 | Untrusted | 30 | disabled | disabled | disabled/disabled
4.8.6 clear ip arp inspection statistics
Command:
clear ip arp inspection interfaces IF_PORTS statistics
Parameter:
IF_PORTS
specifies ports to clear statistics
Mode:
Global Configuration
Usage Guide:
Use the
clear ip arp inspection interfaces statistics
command to clear statistics that are recorded on interface.
Example:
The example shows how to clear statistics on interface gi1. You can verify settings by the following
show ip arp
inspection interface statistics
command.
switch#
clear ip arp inspection interfaces gi1 statistics
switch#
show ip arp inspection interfaces gi1 statistics
Port| Forward |Source MAC Failures|Dest MAC Failures| SIP Validation Failures|DIP
Validation Failures|IP-MAC Mismatch Failures
----+---------+------------+-------------+------------+--------------+-------------------
gi1| 0 | 0 | 0 | 0 | 0 | 0