IpSessionData

Extends SessionSpecificData

Global settings for IP plugin.

DESCRIPTION

This class has no description.

OPTIONS

Parameter Description
duplicateCheckingScope
Scope of duplicate IP address checking
Enum, type = eIpValidationOptions, default = 1
enableGatewayArp
When enabled, every IP address will ARP the specified gateway.
Boolean, default = False
gatewayArpRequestRate
The maximum number of ARP requests sent per second.
Integer, max = 144000, default = 300
ignoreUnresolvedIPs
When enabled, it should allow to continue the test if it does not get responses for all ARPs
Boolean, default = False
individualARPTimeOut
Used only when sendAllRequest option is enabled.
Timeout (in miliseconds) for waiting for a specific ARP, so that an ARP request can be removed from the outstanding queue, and that we can continue to ARP.
Integer, max = 10000, default = 500
maxOutstandingGatewayArpRequests
Threshold at which the plugin begins throttling back the
number of new ARP requests sent out.
Integer, max = 144000, default = 300
sendAllRequests
When enabled, the ARP process will continue until every IP address has ARPed the specified gateway.
Boolean, default = False