mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
Since PSE Power on/off Control needs to be done through the ucentral config file, multiple config nodes and corresponding ucodes have been added. Poe is placed under the ethernet node. Fixes: WIFI-14724 Signed-off-by: jackcybertan <jack.tsai@cybertan.com.tw>
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
description:
|
|
This section defines the linkk speed and duplex mode of the physical copper/fiber
|
|
ports of the device.
|
|
type: object
|
|
properties:
|
|
select-ports:
|
|
description:
|
|
The list of physical network devices that shall be configured.
|
|
The names are logical ones and wildcardable.
|
|
type: array
|
|
items:
|
|
type: string
|
|
examples:
|
|
- LAN1
|
|
- LAN2
|
|
- LAN3
|
|
- LAN4
|
|
- LAN*
|
|
- WAN*
|
|
- "*"
|
|
speed:
|
|
description:
|
|
The link speed that shall be forced.
|
|
type: integer
|
|
enum:
|
|
- 10
|
|
- 100
|
|
- 1000
|
|
- 2500
|
|
- 5000
|
|
- 10000
|
|
enabled:
|
|
description:
|
|
This allows forcing the port to down state by default.
|
|
type: boolean
|
|
default: true
|
|
services:
|
|
description:
|
|
The services that shall be offered on this L2 interface.
|
|
type: array
|
|
items:
|
|
type: string
|
|
examples:
|
|
- quality-of-service
|
|
poe:
|
|
description:
|
|
This section describes the ethernet poe-port configuration object.
|
|
type: object
|
|
properties:
|
|
admin-mode:
|
|
description:
|
|
Option to force admin state over selected port.
|
|
Setting to <false> immediately shuts down power.
|
|
Setting to <true> starts PoE hanshake
|
|
(Power sourcing equipment < - > Power Device) sequence and
|
|
in case of success, power is being delivered to Powered Device.
|
|
type: boolean
|
|
default: true
|