5 anti-arpscan trust ip, Anti, Arpscan trust ip – PLANET WGSW-52040 User Manual
Page 420
24-31
trusted port.
When remotely managing a switch with a method like telnet, users should set the uplink port as a Super Trust port
before enabling anti-ARP-scan function, preventing the port from being shutdown because of receiving too many
ARP messages. After the anti-ARP-scan function is disabled, this port will be reset to its default attribute, that is,
Untrust port.
Example:
Set port ethernet 4/5 of the switch as a trusted port.
Switch(config)#in e4/5
Switch(Config-If-Ethernet4/5)# anti-arpscan trust port
24.5 anti-arpscan trust ip
Command:
anti-arpscan trust ip
no anti-arpscan trust ip <ip-address> [
Function:
Configure trusted IP;” no anti-arpscan trust ip <ip-address> [<netmask>]”command reset the IP to non-trustful IP.
Parameters:
<ip-address>: Configure trusted IP address; <netmask>: Net mask of the IP.
Default Settings:
By default all the IP are non-trustful. Default mask is 255.255.255.255
Command Mode:
Global configuration mode
User Guide:
If a port is configured as a trusted port, then the ARP scanning prevention function will not deal with this port, even if
the rate of received ARP messages exceeds the set threshold, this port will not be closed. If the port is already
closed by ARP scanning prevention, its traffic will be recovered right immediately.
Example:
Set 192.168.1.0/24 as trusted IP.
Switch(config)#anti-arpscan trust ip 192.168.1.0 255.255.255.0