JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Command Mode 
Interface Configuration Mode 
Example 
Configure the Gigabit Ethernet ports 1/0/2-5 as the Trusted Port: 
T3700G-52TQ(config)#interface range gigabitEthernet 1/0/2-5 
T3700G-52TQ(config-if-range)#ip arp inspection trust 
14.4  ip arp inspection limit-rate 
Description 
The  ip arp inspection limit-rate  command is used to configure the ARP 
speed of a specified port. To restore to the default speed, please use no ip 
arp inspection limit-rate command.   
Syntax 
ip arp inspection limit-rate { 
pps
 [burst-interval 
seconds
] | none} 
Parameter 
pps
  ——The value to specify the maximum amount of the received ARP 
packets per second, ranging from 1 to 300 in pps(packet/second). By default, 
the value is 15.   
seconds
  ——The value to specify a time range. If the average speed of 
received ARP packets in this time range reach the limit, the port will be shut 
down, ranging from 1 to 15 in seconds. By default, the value is 1.   
none
 
—— The speed of receiving ARP packets is not limited. 
Command Mode 
Interface Configuration Mode 
Example 
Configure the maximum amount of the received ARP packets per second as 
50 pps for Gigabit Ethernet port 1/0/5: 
T3700G-52TQ(config)#interface gigabitEthernet 1/0/5 
T3700G-52TQ(config-if)#ip arp inspection limit-rate 50 
88