mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
description:
|
|
This section defines the switch fabric specific features of a physical switch.
|
|
type: object
|
|
properties:
|
|
port-mirror:
|
|
description:
|
|
Enable mirror of traffic from multiple minotor ports to a single analysis port.
|
|
type: object
|
|
properties:
|
|
monitor-ports:
|
|
description:
|
|
The list of ports that we want to mirror.
|
|
type: array
|
|
items:
|
|
type: string
|
|
analysis-port:
|
|
description:
|
|
The port that mirror'ed packets should be sent to.
|
|
type: string
|
|
loop-detection:
|
|
description:
|
|
Enable loop detection on the L2 switches/bridge.
|
|
type: object
|
|
properties:
|
|
protocol:
|
|
description:
|
|
Define which protocol shall be used for loop detection.
|
|
type: string
|
|
enum:
|
|
- rstp
|
|
default: rstp
|
|
roles:
|
|
description:
|
|
Define on which logical switches/bridges we want to provide loop-detection.
|
|
type: array
|
|
items:
|
|
type: string
|
|
enum:
|
|
- upstream
|
|
- downstream
|