Spanning-tree的portfast介面會傳送bpdu嗎
portfast介面只是加快收斂,仍會正常發出BPDU
以下交換機介面直連筆記本終端抓包檢視
interface GigabitEthernet1/0/1
switchport access vlan 100
switchport mode access
spanning-tree portfast edge
end
終端wireshark抓包可看到STP報文
********* Following is from cisco.com
Understanding How PortFast Works
PortFast causes a switch or trunk port to enter the spanning tree forwarding state immediately, bypassing the listening and learning states.
You can use PortFast on switch or trunk ports that are connected to a single workstation, switch, or server to allow those devices to connect to the network immediately, instead of waiting for the port to transition from the listening and learning states to the forwarding state.
Caution You can use PortFast to connect a single end station or a switch port to a switch port. If you enable PortFast on a port that is connected to another Layer 2 device, such as a switch, you might create network loops.
When the switch powers up, or when a device is connected to a port, the port enters the spanning tree listening state. When the Forward Delay timer expires, the port enters the learning state. When the Forward Delay timer expires a second time, the port is transitioned to the forwarding or blocking state.
When you enable PortFast on a switch or trunk port, the port is immediately transitioned to the spanning tree forwarding state.
相關文章
- dubbo傳送過程編碼失敗,會喚醒傳送執行緒嗎?執行緒
- Go HTTP GET 請求可以傳送 body 嗎GoHTTP
- 『居善地』介面測試 — 9、介面自動化框架的傳送郵件實現框架
- python+pytest介面自動化傳送post請求Python
- 什麼時候會傳送options請求
- 郵件的傳送
- 【轉載】傳送SAP附件到 WEBSERVICE介面(二進位制)Web
- 【python介面自動化】- 使用requests庫傳送http請求PythonHTTP
- FPGADesigner《學會Zynq》系列目錄與傳送門FPGA
- 傳送陣
- Ubuntu的郵件傳送Ubuntu
- python+pytest介面自動化(4)-requests傳送get請求Python
- FPGADesigner《學會System Generator系列》目錄與傳送門FPGA
- Java Mail 郵件傳送(二):簡單封裝的郵件傳送JavaAI封裝
- SpringBoot整合Mail傳送郵件&傳送模板郵件Spring BootAI
- 大資料會取代傳統BI嗎大資料
- ReactPortals傳送門React
- 郵件傳送
- 1111傳送門
- 傳送郵件
- SOAPMessage的組成和傳送
- ton jetton 傳送字串的方式字串
- Go的Channel傳送和接收Go
- 『居善地』介面測試 — 5、使用Requests庫傳送POST請求
- CORS跨域時,為何會傳送兩次請求?CORS跨域
- 請問上傳的檔案如何傳送post
- 提升檔案上傳效能的 4 種方式,你會嗎?
- 《展翅翱翔》會是下一個傳奇嗎?
- Python監測監聽螢幕介面內容變化併傳送通知Python
- 使用node的emailjs傳送郵箱AIJS
- python實現郵件的傳送Python
- RocketMQ中Producer訊息的傳送MQ
- 傳送帶圖片的郵件
- 簡訊傳送機的實現
- 傳送不同型別的訊息型別
- Android 覆蓋安裝會同時傳送remove和replace的解決方案AndroidREM
- CURL 傳送檔案
- java郵件傳送Java