mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-30 17:47:59 +00:00
ols-655 final change to merge
This commit is contained in:
@@ -126,11 +126,11 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
description: Operational STP mode used across the switch.
|
description: Operational STP mode used across the switch.
|
||||||
enum:
|
enum:
|
||||||
- STP
|
- stp
|
||||||
- RSTP
|
- rstp
|
||||||
- MSTP
|
- mstp
|
||||||
- PVST
|
- pvst
|
||||||
- RPVSTP
|
- rpvstp
|
||||||
transmission-limit:
|
transmission-limit:
|
||||||
type: integer
|
type: integer
|
||||||
description: Maximum number of BPDUs that can be transmitted per hello time.
|
description: Maximum number of BPDUs that can be transmitted per hello time.
|
||||||
@@ -138,8 +138,8 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
description: Indicates whether "Short" or "Long" path cost method is in use.
|
description: Indicates whether "Short" or "Long" path cost method is in use.
|
||||||
enum:
|
enum:
|
||||||
- Short
|
- short
|
||||||
- Long
|
- long
|
||||||
max-hops:
|
max-hops:
|
||||||
type: integer
|
type: integer
|
||||||
description: Maximum hop count used in MSTP.
|
description: Maximum hop count used in MSTP.
|
||||||
|
|||||||
@@ -171,11 +171,11 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Operational STP mode used across the switch.",
|
"description": "Operational STP mode used across the switch.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"STP",
|
"stp",
|
||||||
"RSTP",
|
"rstp",
|
||||||
"MSTP",
|
"mstp",
|
||||||
"PVST",
|
"pvst",
|
||||||
"RPVSTP"
|
"rpvstp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"transmission-limit": {
|
"transmission-limit": {
|
||||||
@@ -186,8 +186,8 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Indicates whether \"Short\" or \"Long\" path cost method is in use.",
|
"description": "Indicates whether \"Short\" or \"Long\" path cost method is in use.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"Short",
|
"short",
|
||||||
"Long"
|
"long"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"max-hops": {
|
"max-hops": {
|
||||||
|
|||||||
Reference in New Issue
Block a user