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 - 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
items:
type: object
properties: properties:
group-id: group-id:
description: Defines the unique MC-LAG group identifier. description: Defines the unique MC-LAG group identifier.

View File

@@ -1254,15 +1254,27 @@
], ],
"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",
"items": {
"type": "object",
"properties": { "properties": {
"group-id": { "group-id": {
"description": "Defines the unique MC-LAG group identifier.", "description": "Defines the unique MC-LAG group identifier.",
@@ -1312,6 +1324,7 @@
} }
} }
} }
}
}, },
"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.",

View File

@@ -1446,13 +1446,24 @@
], ],
"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",
"items": {
"type": "object",
"properties": { "properties": {
"group-id": { "group-id": {
"type": "integer", "type": "integer",
@@ -1495,6 +1506,7 @@
} }
} }
} }
}
}, },
"system-priority": { "system-priority": {
"type": "integer", "type": "integer",

View File

@@ -1712,15 +1712,27 @@
], ],
"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",
"items": {
"type": "object",
"properties": { "properties": {
"group-id": { "group-id": {
"description": "Defines the unique MC-LAG group identifier.", "description": "Defines the unique MC-LAG group identifier.",
@@ -1770,6 +1782,7 @@
} }
} }
} }
}
}, },
"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.",