Files
olg-ucentral-schema/schema/interface.vlan.yml
2026-01-15 12:11:42 +05:30

20 lines
548 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: 4050
proto:
decription:
The L2 vlan tag that shall be added (1q,1ad)
type: string
enum:
- 802.1ad
- 802.1q
default: 802.1q