arpparam¶
The following operations can be performed on "arpparam":
set arpparam¶
Sets a global time-out value for dynamic ARP entries.
Synopsys¶
set arpparam [-timeout <positive_integer>] [-spoofValidation ( ENABLED | DISABLED )]
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
unset arpparam¶
Use this command to remove arpparam settings.Refer to the set arpparam command for meanings of the arguments.
Synopsys¶
unset arpparam [-timeout] [-spoofValidation]
show arpparam¶
Display the global setting of dynamically learned ARP entries.
Synopsys¶
show arpparam
Outputs¶
timeout
The ARP table entry aging time, in seconds.
spoofValidation
enable/disable arp spoofing validation
Example¶
show arpparam