networksUpdateFabricStp
Update Spanning Tree Protocol settings for network fabrics to manage bridge priority, MAC address, and enable/disable states.
Instructions
Update fabric spanning tree protocol settings.
To use this tool, pass the resource ID and the fields to update as arguments
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fabricId | Yes | This is a read-only field. The identifier of the fabric to which the STP configuration applies to. | |
| enabled | No | The enabled state of the Spanning Tree Protocol configuration which indicates if STP is enabled or disabled. | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| priority | No | The bridge priority value as a multiple of 4096 used with the bridge MAC address to form the STP bridge ID. Default value is 0, and range is 0-61440. | |
| stpMac | No | The bridge MAC address used with the bridge priority to form the STP bridge ID. Default value is "00-00-00-00-00-01". |