mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
20 lines
548 B
YAML
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
|