Extends Layer2Range
Range of multiple MAC addresses for fine grained configuration
This class has no description.
Parameter | Description |
---|---|
count |
The total number of interfaces to be created for the range. Integer, min = 1, default = 1 |
incrementBy |
Incrementor used when the plugin creates a range of MACs. String, default = "00:00:00:00:00:01" |
mac |
Base value used when the plugin creates a MAC address. String, default = "aa:bb:cc:00:00:00" |
mtu |
Use this parameter to set the Maximum Transmission Unit. Maximum Transmission Unit is the largest packet that a given network medium can carry. For Ethernet, the default value is 1500, the minimum values are 88 (for IPv4) and 1280 (for IPv6), and the maximum value is 9500. For UDP-based protocols (such as DNS and TFTP), the packets will be fragmented using IP Fragmentation. For TCP-based protocols, the configured MTU imposes an upper bound in the MSS used for transmission. In order to configure IP Fragmentation for TCP-based protocols, the Impair plug-in must be used to set the MTU. (In the Impair plug-in, the MTU parameter is available on the Fragment tab and also on the Fragment Sequence tab.) Integer, max = 9500, default = 1500 |
vlanRange |
The VLAN range to be used. Reference to VlanIdRange |