Files
ols-ucentral-schema/schema/interface.vlan.yml
2025-04-22 16:28:58 +00:00

33 lines
900 B
YAML

description:
This section describes the vlan behaviour of a logical network interface.
type: object
properties:
id:
description:
This is the pvid of the vlan that shall be assigned to the interface.
The individual physical network devices contained within the interface
need to be told explicitly if egress traffic shall be tagged.
type: integer
maximum: 4094
range-start:
decription: Start vlan-id of the specified range
type: integer
maximum: 4094
range-end:
decription: End vlan-id of the specified range
type: integer
maximum: 4094
proto:
decription:
The L2 vlan tag that shall be added (1q,1ad)
type: string
enum:
- 802.1ad
- 802.1q
default: 802.1q
stp-instance:
decription:
MSTP instance identifier of the vlan.
This field does nothing if MSTP is not enabled.
type: integer