Spanning Tree
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (nxos.devices)
Section titled “configuration (nxos.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| spanning_tree | Class | [spanning_tree] | No |
spanning_tree (nxos.devices.configuration)
Section titled “spanning_tree (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| admin_state | Boolean | true, false | No | |
| bridge_assurance | Boolean | true, false | No | |
| fcoe | Boolean | true, false | No | |
| l2_gateway_stp_domain_id | Integer | min: 0, max: 200000000 | No | |
| linecard_issu | Choice | disruptive, non-disruptive, auto | No | |
| loopguard | Boolean | true, false | No | |
| mode | Choice | mst, pvrst | No | |
| pathcost_option | Choice | auto, short, long | No | |
| stateful_ha | Boolean | true, false | No |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: spanning_tree: admin_state: true mode: pvrst loopguard: true bridge_assurance: true