mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-30 01:32:26 +00:00
ols-821-mclag-corrections-rev2
This commit is contained in:
@@ -446,49 +446,59 @@ properties:
|
|||||||
- port
|
- port
|
||||||
- trunk-group
|
- trunk-group
|
||||||
default: trunk-group
|
default: trunk-group
|
||||||
value:
|
port-id:
|
||||||
description: Specifies the port or trunk-group reference for the peer-link.
|
description: Specifies the physical port name used as peer-link (only valid if type = port).
|
||||||
type: string
|
type: string
|
||||||
|
examples:
|
||||||
|
- "Ethernet1"
|
||||||
|
- "Ethernet2"
|
||||||
|
trunk-id:
|
||||||
|
description: Specifies the trunk group ID used as peer-link (only valid if type = trunk-group).
|
||||||
|
type: integer
|
||||||
|
minimum: 1
|
||||||
|
maximum: 64
|
||||||
mclag-group:
|
mclag-group:
|
||||||
description: Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.
|
description: Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.
|
||||||
type: array
|
type: array
|
||||||
properties:
|
items:
|
||||||
group-id:
|
type: object
|
||||||
description: Defines the unique MC-LAG group identifier.
|
properties:
|
||||||
type: integer
|
group-id:
|
||||||
minimum: 1
|
description: Defines the unique MC-LAG group identifier.
|
||||||
maximum: 128
|
type: integer
|
||||||
members:
|
minimum: 1
|
||||||
description: List of interfaces that participate in the MC-LAG group.
|
maximum: 128
|
||||||
type: array
|
members:
|
||||||
items:
|
description: List of interfaces that participate in the MC-LAG group.
|
||||||
type: string
|
type: array
|
||||||
description: Interface names that are part of the MC-LAG group.
|
items:
|
||||||
examples:
|
|
||||||
- eth0
|
|
||||||
- eth1
|
|
||||||
lacp-config:
|
|
||||||
description: LACP configuration settings for the MC-LAG group.
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
lacp-enable:
|
|
||||||
description: Enables or disables LACP for the MC-LAG group.
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
lacp-role:
|
|
||||||
description: Configures the LACP role as 'actor' or 'partner'
|
|
||||||
type: string
|
type: string
|
||||||
enum:
|
description: Interface names that are part of the MC-LAG group.
|
||||||
- actor
|
examples:
|
||||||
- partner
|
- eth0
|
||||||
default: actor
|
- eth1
|
||||||
lacp-timeout:
|
lacp-config:
|
||||||
description: Sets the LACP timeout as either 'short' or 'long'.
|
description: LACP configuration settings for the MC-LAG group.
|
||||||
type: string
|
type: object
|
||||||
enum:
|
properties:
|
||||||
- short
|
lacp-enable:
|
||||||
- long
|
description: Enables or disables LACP for the MC-LAG group.
|
||||||
default: long
|
type: boolean
|
||||||
|
default: true
|
||||||
|
lacp-role:
|
||||||
|
description: Configures the LACP role as 'actor' or 'partner'
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- actor
|
||||||
|
- partner
|
||||||
|
default: actor
|
||||||
|
lacp-timeout:
|
||||||
|
description: Sets the LACP timeout as either 'short' or 'long'.
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- short
|
||||||
|
- long
|
||||||
|
default: long
|
||||||
system-priority:
|
system-priority:
|
||||||
description: Specifies the system priority used by the switch for LACP negotiations.
|
description: Specifies the system priority used by the switch for LACP negotiations.
|
||||||
type: integer
|
type: integer
|
||||||
|
|||||||
@@ -1254,60 +1254,73 @@
|
|||||||
],
|
],
|
||||||
"default": "trunk-group"
|
"default": "trunk-group"
|
||||||
},
|
},
|
||||||
"value": {
|
"port-id": {
|
||||||
"description": "Specifies the port or trunk-group reference for the peer-link.",
|
"description": "Specifies the physical port name used as peer-link (only valid if type = port).",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"examples": [
|
||||||
|
"Ethernet1",
|
||||||
|
"Ethernet2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trunk-id": {
|
||||||
|
"description": "Specifies the trunk group ID used as peer-link (only valid if type = trunk-group).",
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 1,
|
||||||
|
"maximum": 64
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mclag-group": {
|
"mclag-group": {
|
||||||
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
|
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"properties": {
|
"items": {
|
||||||
"group-id": {
|
"type": "object",
|
||||||
"description": "Defines the unique MC-LAG group identifier.",
|
"properties": {
|
||||||
"type": "integer",
|
"group-id": {
|
||||||
"minimum": 1,
|
"description": "Defines the unique MC-LAG group identifier.",
|
||||||
"maximum": 128
|
"type": "integer",
|
||||||
},
|
"minimum": 1,
|
||||||
"members": {
|
"maximum": 128
|
||||||
"description": "List of interfaces that participate in the MC-LAG group.",
|
},
|
||||||
"type": "array",
|
"members": {
|
||||||
"items": {
|
"description": "List of interfaces that participate in the MC-LAG group.",
|
||||||
"type": "string",
|
"type": "array",
|
||||||
"description": "Interface names that are part of the MC-LAG group.",
|
"items": {
|
||||||
"examples": [
|
|
||||||
"eth0",
|
|
||||||
"eth1"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"lacp-config": {
|
|
||||||
"description": "LACP configuration settings for the MC-LAG group.",
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"lacp-enable": {
|
|
||||||
"description": "Enables or disables LACP for the MC-LAG group.",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
"lacp-role": {
|
|
||||||
"description": "Configures the LACP role as 'actor' or 'partner'",
|
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"description": "Interface names that are part of the MC-LAG group.",
|
||||||
"actor",
|
"examples": [
|
||||||
"partner"
|
"eth0",
|
||||||
],
|
"eth1"
|
||||||
"default": "actor"
|
]
|
||||||
},
|
}
|
||||||
"lacp-timeout": {
|
},
|
||||||
"description": "Sets the LACP timeout as either 'short' or 'long'.",
|
"lacp-config": {
|
||||||
"type": "string",
|
"description": "LACP configuration settings for the MC-LAG group.",
|
||||||
"enum": [
|
"type": "object",
|
||||||
"short",
|
"properties": {
|
||||||
"long"
|
"lacp-enable": {
|
||||||
],
|
"description": "Enables or disables LACP for the MC-LAG group.",
|
||||||
"default": "long"
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
|
"lacp-role": {
|
||||||
|
"description": "Configures the LACP role as 'actor' or 'partner'",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"actor",
|
||||||
|
"partner"
|
||||||
|
],
|
||||||
|
"default": "actor"
|
||||||
|
},
|
||||||
|
"lacp-timeout": {
|
||||||
|
"description": "Sets the LACP timeout as either 'short' or 'long'.",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"short",
|
||||||
|
"long"
|
||||||
|
],
|
||||||
|
"default": "long"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1446,51 +1446,63 @@
|
|||||||
],
|
],
|
||||||
"default": "trunk-group"
|
"default": "trunk-group"
|
||||||
},
|
},
|
||||||
"value": {
|
"port-id": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"examples": [
|
||||||
|
"Ethernet1",
|
||||||
|
"Ethernet2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trunk-id": {
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 1,
|
||||||
|
"maximum": 64
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mclag-group": {
|
"mclag-group": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"properties": {
|
"items": {
|
||||||
"group-id": {
|
"type": "object",
|
||||||
"type": "integer",
|
"properties": {
|
||||||
"minimum": 1,
|
"group-id": {
|
||||||
"maximum": 128
|
"type": "integer",
|
||||||
},
|
"minimum": 1,
|
||||||
"members": {
|
"maximum": 128
|
||||||
"type": "array",
|
},
|
||||||
"items": {
|
"members": {
|
||||||
"type": "string",
|
"type": "array",
|
||||||
"examples": [
|
"items": {
|
||||||
"eth0",
|
|
||||||
"eth1"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"lacp-config": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"lacp-enable": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
"lacp-role": {
|
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"examples": [
|
||||||
"actor",
|
"eth0",
|
||||||
"partner"
|
"eth1"
|
||||||
],
|
]
|
||||||
"default": "actor"
|
}
|
||||||
},
|
},
|
||||||
"lacp-timeout": {
|
"lacp-config": {
|
||||||
"type": "string",
|
"type": "object",
|
||||||
"enum": [
|
"properties": {
|
||||||
"short",
|
"lacp-enable": {
|
||||||
"long"
|
"type": "boolean",
|
||||||
],
|
"default": true
|
||||||
"default": "long"
|
},
|
||||||
|
"lacp-role": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"actor",
|
||||||
|
"partner"
|
||||||
|
],
|
||||||
|
"default": "actor"
|
||||||
|
},
|
||||||
|
"lacp-timeout": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"short",
|
||||||
|
"long"
|
||||||
|
],
|
||||||
|
"default": "long"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1712,60 +1712,73 @@
|
|||||||
],
|
],
|
||||||
"default": "trunk-group"
|
"default": "trunk-group"
|
||||||
},
|
},
|
||||||
"value": {
|
"port-id": {
|
||||||
"description": "Specifies the port or trunk-group reference for the peer-link.",
|
"description": "Specifies the physical port name used as peer-link (only valid if type = port).",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"examples": [
|
||||||
|
"Ethernet1",
|
||||||
|
"Ethernet2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"trunk-id": {
|
||||||
|
"description": "Specifies the trunk group ID used as peer-link (only valid if type = trunk-group).",
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 1,
|
||||||
|
"maximum": 64
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mclag-group": {
|
"mclag-group": {
|
||||||
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
|
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"properties": {
|
"items": {
|
||||||
"group-id": {
|
"type": "object",
|
||||||
"description": "Defines the unique MC-LAG group identifier.",
|
"properties": {
|
||||||
"type": "integer",
|
"group-id": {
|
||||||
"minimum": 1,
|
"description": "Defines the unique MC-LAG group identifier.",
|
||||||
"maximum": 128
|
"type": "integer",
|
||||||
},
|
"minimum": 1,
|
||||||
"members": {
|
"maximum": 128
|
||||||
"description": "List of interfaces that participate in the MC-LAG group.",
|
},
|
||||||
"type": "array",
|
"members": {
|
||||||
"items": {
|
"description": "List of interfaces that participate in the MC-LAG group.",
|
||||||
"type": "string",
|
"type": "array",
|
||||||
"description": "Interface names that are part of the MC-LAG group.",
|
"items": {
|
||||||
"examples": [
|
|
||||||
"eth0",
|
|
||||||
"eth1"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"lacp-config": {
|
|
||||||
"description": "LACP configuration settings for the MC-LAG group.",
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"lacp-enable": {
|
|
||||||
"description": "Enables or disables LACP for the MC-LAG group.",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
"lacp-role": {
|
|
||||||
"description": "Configures the LACP role as 'actor' or 'partner'",
|
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"description": "Interface names that are part of the MC-LAG group.",
|
||||||
"actor",
|
"examples": [
|
||||||
"partner"
|
"eth0",
|
||||||
],
|
"eth1"
|
||||||
"default": "actor"
|
]
|
||||||
},
|
}
|
||||||
"lacp-timeout": {
|
},
|
||||||
"description": "Sets the LACP timeout as either 'short' or 'long'.",
|
"lacp-config": {
|
||||||
"type": "string",
|
"description": "LACP configuration settings for the MC-LAG group.",
|
||||||
"enum": [
|
"type": "object",
|
||||||
"short",
|
"properties": {
|
||||||
"long"
|
"lacp-enable": {
|
||||||
],
|
"description": "Enables or disables LACP for the MC-LAG group.",
|
||||||
"default": "long"
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
|
"lacp-role": {
|
||||||
|
"description": "Configures the LACP role as 'actor' or 'partner'",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"actor",
|
||||||
|
"partner"
|
||||||
|
],
|
||||||
|
"default": "actor"
|
||||||
|
},
|
||||||
|
"lacp-timeout": {
|
||||||
|
"description": "Sets the LACP timeout as either 'short' or 'long'.",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"short",
|
||||||
|
"long"
|
||||||
|
],
|
||||||
|
"default": "long"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user