啟用生成樹命令(spanning tree)

2021-06-20 04:37:50 字數 636 閱讀 4972

(1)啟用生成樹:                 spanning-tree vlan vlan-list(vlan號)

(2)配置交換機為根網橋:   spanning-tree vlan vlan-list root primary (指定根網橋)| secondary(備用根網橋)

(3)修改交換機的優先順序:   spanning-tree vlan vlan-list priority bridge-priority(網橋優先順序)

(4)修改埠路徑成本:      spanning-tree vlan vlan-list cost cost(成本)

(5)修改埠優先順序:          spanning-tree vlan vlan-list port-priority priority(埠優先順序)

(6) 配置上行速鏈路:         spanning-tree uplinkfast(上行鏈路)

(7)配置速埠:                 spanning-tree portfast(速埠)

(8)檢視生成樹:                 show spanning-tree

(9)檢視某個vlan的生成樹詳細資訊:show spanning-tree vlan vlan-id detail

Python 生成 啟用碼

本文章參考於其他部落格,python 生成 200 個啟用碼有幾種方式,以下採用兩種不同的方式來生成啟用碼。利用加密的方式 coding utf 8 import base64 def get code for i in range 10 a 這是第 s i 個啟用碼 b base64.b64enc...

STP生成樹及MSTP命令

bpdu 橋協議資料單元 交換機埠的stp狀態 vlan與stp關係 mstp 1 廣播風暴的形成 2 多幀複製 3 mac位址表紊亂 1 邏輯上斷開環路,防止廣播風暴的產生 2 當線路故障,阻塞介面被啟用,恢復通訊,起到備份線路的作用 1 選擇根網橋 交換機 2 選擇根埠 3 選擇指定埠 1 網橋...

redis 啟用命令

一 redis後端啟動 1 將redis原始碼包中的redis.conf配置檔案複製到redis bin 下 cd root redis 3.0.0 cp redis.conf usr local redis bin 2 修改redis.conf,將daemonize由 no改為yes 3 執行啟動...