VlanIdOrRange
Options
| name | type | description |
|---|---|---|
| ID | Integer | Type definition representing a single-tagged VLAN. |
| RANGE | VlanPair | Type definition representing a range of single-tagged VLANs. A range is specified as x..y where x and y are valid VLAN IDs (1 <= vlan-id <= 4094). The range is assumed to be inclusive, such that any VLAN-ID matching x <= VLAN-ID <= y falls within the range. |
Used by
network → devices → interfaces → ethernet → switchedVlan → trunkVlans
See also
Data model path
- network:
Network- devices: List<
Device>- interfaces: List<
Iface>- ethernet:
Ethernet- switchedVlan:
SwitchedVlan- trunkVlans: List<
VlanIdOrRange>
- trunkVlans: List<
- switchedVlan:
- ethernet:
- interfaces: List<
- devices: List<
network → devices → interfaces → aggregation → switchedVlan → trunkVlans
See also
Data model path
- network:
Network- devices: List<
Device>- interfaces: List<
Iface>- aggregation:
Aggregation- switchedVlan:
SwitchedVlan- trunkVlans: List<
VlanIdOrRange>
- trunkVlans: List<
- switchedVlan:
- aggregation:
- interfaces: List<
- devices: List<
network → devices → stp → mstp → instances → vlans
See also
Data model path
- network:
Network- devices: List<
Device>- stp:
Stp- mstp:
Mstp- instances: List<
MstInstance>- vlans: List<
VlanIdOrRange>
- vlans: List<
- instances: List<
- mstp:
- stp:
- devices: List<