IpV4V6Range
Extends IpStaticProviderRange
Manages a range of IP addresses within a IpV4V6 stack element plugin.
DESCRIPTION
This class has no description.
OPTIONS
Parameter | Description |
---|---|
autoCountEnabled |
If set, IP address count will be automatically adjusted based on other plugins Boolean, default = False |
autoIpTypeEnabled |
If set, IpType will be automatically adjusted based on other plugins Boolean, default = False |
autoMacGeneration |
If set, MAC addresses will be auto-generated based on IP Boolean, default = True |
count |
The total number of addresses to be created for the range. Integer, max = 10000000, default = 1 |
enableGatewayArp |
Deprecated property, please use Static IP globals instead. Boolean, default = False |
gatewayAddress |
Defines the gateway to be associated with all the addresses created in the range. String, default = "0.0.0.0" |
gatewayIncrement |
Defines the gateway step size to be used in the association with the addresses created in the range. String, default = "0.0.0.0" |
gatewayIncrementMode |
Defines the gateway step size to be used in the association with the addresses created in the range. String, default = "perSubnet" Choices: perSubnet - Increment every subnet (default) perInterface - Increment every interface |
generateStatistics |
If this value is true, statistics will be generated for this range. Boolean, default = False |
incrementBy |
Defines the increment to be used for enumerating all the addresses in the range. String, default = "0.0.0.1" |
ipAddress |
Defines the base address to be used for enumerating all the addresses in the range. String, default = "10.10.0.1" |
ipType |
Defines the version of IP address style to be used for describing the range. String, default = "IPv4" Choices: IPv4 - IPv4 (default) IPv6 - IPv6 |
macRange |
The MAC range from the Ethernet plugin used to associate the interfaces from. Reference to MacRange |
mss |
The Maximum Segment Size, defines the maximum length of the data. TCP MSS = MTU - TCP header size - IP header size. Theoretically, this value can be as large as 65495, but such a large value is never used. For traditional Ethernet the maximum value for MSS is 1460 = 1500-40. With Jumbo Frame support, the maximum value is 9460 = 9500-40. Integer, max = 65495, default = 1460 |
prefix |
Defines the length (in bits) of the mask to be used in conjunction with all the addresses created in the range. e.g., a prefix of 24 = 255.255.255.0 for IPv4. Integer, max = 128, default = 16 |
randomizeAddress |
Enable the IP address randomization. Boolean, default = False |
randomizeSeed |
The seed for generating random addresses. Integer, max = 10000000000, default = 1 |
vlanRange |
The VlanId range from the Ethernet plugin used to associate the Vlan info from. Reference to VlanIdRange |