Extends LayerRange
Range of multiple VLANs for fine grained configuration
Parameter | Description |
---|---|
firstId |
The first ID to be used for the outer VLAN tag. Integer, max = 4094, default = 1 |
idIncrMode |
Method used to increment VLAN IDs. May take the following values: 0 (Outer VLAN first), 1 (Inner VLAN first), 2 (Both). Integer, default = 2 Choices: 0 - Outer First 1 - Inner First 2 - Both (default) |
increment |
Amount of increment per increment step for outer VLAN. E.g. increment step = 10 and increment = 2 means increment VLAN ID by 2 for every 10 IPs Integer, max = 4093, default = 1 |
incrementStep |
Frequency of outer VLAN ID increment. E.g., value of 10 means increment VLAN ID once for every 10 IP addresses. Integer, max = 1000000000, default = 1 |
innerEnable |
Enable the inner VLAN. Boolean, default = False |
innerFirstId |
The first ID to be used for the inner VLAN tag. Integer, max = 4094, default = 1 |
innerIncrement |
Amount of increment per increment step for Inner VLAN. E.g. increment step = 10 and increment = 2 means increment VLAN ID by 2 for every 10 IPs Integer, max = 4093, default = 1 |
innerIncrementStep |
Frequency of inner VLAN ID increment. E.g., value of 10 means increment VLAN ID once for every 10 IP addresses. Integer, max = 1000000000, default = 1 |
innerPriority |
The 802.1Q priority to be used for the inner VLAN tag. Integer, max = 7, default = 1 |
innerTpid |
The TPID value in the inner VLAN Tag. String, default = "0x8100" Choices: 0x8100 - 0x8100 (default) 0x9100 - 0x9100 |
innerUniqueCount |
Number of unique inner VLAN IDs to use. Integer, max = 4094, default = 4094 |
priority |
The 802.1Q priority to be used for the outer VLAN tag. Integer, max = 7, default = 1 |
tpid |
The TPID value in the outer VLAN Tag. String, default = "0x8100" Choices: 0x8100 - 0x8100 (default) 0x88a8 - 0x88a8 0x9100 - 0x9100 0x9200 - 0x9200 |
uniqueCount |
Number of unique outer VLAN IDs to use. Integer, max = 4094, default = 4094 |