SubInterfaceVlan
VLAN id (single or Q-in-Q) for a subinterface. The id is scoped to the subinterface, and could be repeated on different subinterfaces.
Options
| name | type | description |
|---|---|---|
| QINQ_ID | String | Type definition representing a single double-tagged/QinQ VLAN identifier. The format of a QinQ VLAN-ID is x.y where X is the 'outer' VLAN identifier, and y is the 'inner' VLAN identifier. Both x and y must be valid VLAN IDs (1 <= vlan-id <= 4094) with the exception that y may be equal to a wildcard (*). In cases where y is set to the wildcard, this represents all inner VLAN identifiers where the outer VLAN identifier is equal to x. |
| VLAN_ID | Integer | A single VLAN ID configured for the subinterface. |
Used by
network → devices → interfaces → subinterfaces → vlan
See also
Data model path
- network:
Network- devices: List<
Device>- interfaces: List<
Iface>- subinterfaces: List<
SubInterface>- vlan:
SubInterfaceVlan
- vlan:
- subinterfaces: List<
- interfaces: List<
- devices: List<