ols-821-mclag-corrections-rev2

This commit is contained in:
Binny
2025-08-22 15:19:46 +00:00
parent 598af29d51
commit 05849922ed
4 changed files with 219 additions and 171 deletions

View File

@@ -446,12 +446,22 @@ properties:
- port
- trunk-group
default: trunk-group
value:
description: Specifies the port or trunk-group reference for the peer-link.
port-id:
description: Specifies the physical port name used as peer-link (only valid if type = port).
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:
description: Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.
type: array
items:
type: object
properties:
group-id:
description: Defines the unique MC-LAG group identifier.

View File

@@ -1254,15 +1254,27 @@
],
"default": "trunk-group"
},
"value": {
"description": "Specifies the port or trunk-group reference for the peer-link.",
"type": "string"
"port-id": {
"description": "Specifies the physical port name used as peer-link (only valid if type = port).",
"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": {
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
"type": "array",
"items": {
"type": "object",
"properties": {
"group-id": {
"description": "Defines the unique MC-LAG group identifier.",
@@ -1312,6 +1324,7 @@
}
}
}
}
},
"system-priority": {
"description": "Specifies the system priority used by the switch for LACP negotiations.",

View File

@@ -1446,13 +1446,24 @@
],
"default": "trunk-group"
},
"value": {
"type": "string"
"port-id": {
"type": "string",
"examples": [
"Ethernet1",
"Ethernet2"
]
},
"trunk-id": {
"type": "integer",
"minimum": 1,
"maximum": 64
}
}
},
"mclag-group": {
"type": "array",
"items": {
"type": "object",
"properties": {
"group-id": {
"type": "integer",
@@ -1495,6 +1506,7 @@
}
}
}
}
},
"system-priority": {
"type": "integer",

View File

@@ -1712,15 +1712,27 @@
],
"default": "trunk-group"
},
"value": {
"description": "Specifies the port or trunk-group reference for the peer-link.",
"type": "string"
"port-id": {
"description": "Specifies the physical port name used as peer-link (only valid if type = port).",
"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": {
"description": "Configures the MC-LAG group(s), which binds the interfaces into a multi-chassis LAG.",
"type": "array",
"items": {
"type": "object",
"properties": {
"group-id": {
"description": "Defines the unique MC-LAG group identifier.",
@@ -1770,6 +1782,7 @@
}
}
}
}
},
"system-priority": {
"description": "Specifies the system priority used by the switch for LACP negotiations.",