Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Feature: stp

Terencio Agozzino edited this page Apr 30, 2018 · 3 revisions

The stp feature allows you to configure the Spanning Tree settings for a switch.

STP settings

stp:
  priorities:
    - vlan: 1
      root: primary
    - vlan: 10
      root: secondary
  mode: rapid-pvst
  interface_priorities:
    - interface: Gi0/1
      vlan: 1
      priority: 128
  interfaces:
    - range: Fa0/1-Fa0/3
      portfast: True
      bpduguard: True
    - range: Fa0/4-Fa0/6
      portfast: True
      bpduguard: False
Clone this wiki locally