質問編集履歴
1
誤字、加筆
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
STPのタイプはrstpです。所属VLANはデフォルトの1です
|
8
8
|
|
9
9
|
|
10
|
-
PC1に
|
10
|
+
PC1にBPDUを流したくないため、**BPDUフィルター**を設定したいのですが、
|
11
11
|
なぜか「% Invalid input detected at '^' marker.」とエラーになります。
|
12
12
|
|
13
13
|
使用コマンドは「spanning-tree bpdufilter enable」なので問題はないと思います。
|
@@ -19,4 +19,9 @@
|
|
19
19
|
^
|
20
20
|
% Invalid input detected at '^' marker.
|
21
21
|
|
22
|
-
こんな感じです
|
22
|
+
こんな感じです
|
23
|
+
|
24
|
+
※Switch(config-if)#spanning-tree bpduguard enable
|
25
|
+
Switch(config-if)#
|
26
|
+
|
27
|
+
BPDUガードは問題なく設定できます
|