arpparam¶
The following operations can be performed on "arpparam":
set arpparam¶
Sets a global time-out value for dynamic ARP entries.
Synopsis¶
set arpparam [-timeout
Arguments¶
timeout Time-out value (aging time) for the dynamically learned ARP entries, in seconds. The new value applies only to ARP entries that are dynamically learned after the new value is set. Previously existing ARP entries expire after the previously configured aging time. Default value: 1200 Minimum value: 5 Maximum value: 1200
spoofValidation enable/disable arp spoofing validation
Possible values: ENABLED, DISABLED Default value: DISABLED
Example¶
set arpparam -timeout 200 -spoofvalidate ENABLE
show arpparam¶
Display the global setting of dynamically learned ARP entries.
Synopsis¶
show arpparam
Arguments¶
Output¶
timeout The ARP table entry aging time, in seconds.
spoofValidation enable/disable arp spoofing validation
Example¶
show arpparam
unset arpparam¶
Use this command to remove arpparam settings.Refer to the set arpparam command for meanings of the arguments.
Synopsis¶
unset arpparam [-timeout] [-spoofValidation]