Skip to content

added stp-port #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2024
Merged
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
27 changes: 27 additions & 0 deletions src/content/blog/stp-port.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: STP のルートポート、指定ポートの選出
pubDatetime: 2024-09-03T21:48:20.000+09:00
featured: false
draft: false
tags:
- network
description: STP の基本的なプロセスであるルートポート、および指定ポートの選出についてのメモ
---

STP とは [Spanning Tree Protocol](https://en.wikipedia.org/wiki/Spanning_Tree_Protocol) のこと。

基本的なポート選出についてメモ。

1. ルートブリッジを選出する必要がある
2. ルートポートを選出する必要がある
3. 指定ポートを選出する必要がある

これらが達成できると残りのポートがブロッキング(非指定)ポートとなる。

**ルートポートの選出**

ルートポートは、非ルートブリッジである各スイッチで必ず1つ選出される。

**指定ポートの選出**

各リンクごとに1つの指定ポートが選出される。