Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ service routing protocols model multi-agent
hostname spanning-tree-mode-rapid-pvst
!
spanning-tree mode rapid-pvst
spanning-tree port-id allocation port-channel range 201 2001
spanning-tree vlan-id 1-10,13-20,23-4093 priority 8192
spanning-tree vlan-id 11,21 priority 16384
spanning-tree vlan-id 12,22 priority 32768
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spanning_tree:
priority: 32768
- id: 1-10,13-20,23-4093
priority: 8192
port_id_allocation_port_channel_range:
minimum: 201
maximum: 2001
transceiver_qsfp_default_mode_4x10: true
vlan_internal_order:
allocation: ascending
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ l2leaf:
- name: spanning-tree-mode-rapid-pvst
spanning_tree_mode: rapid-pvst
spanning_tree_priority: 8192
# Test for spanning_tree_port_id_allocation_port_channel_range
spanning_tree_port_id_allocation_port_channel_range:
minimum: 201
maximum: 2001

tenants:
- name: test
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading