diff --git a/2_stp/main.pdf b/2_stp/main.pdf index 7a01a6e..01a05ca 100644 Binary files a/2_stp/main.pdf and b/2_stp/main.pdf differ diff --git a/2_stp/main.typ b/2_stp/main.typ index a165394..85e24da 100644 --- a/2_stp/main.typ +++ b/2_stp/main.typ @@ -213,6 +213,7 @@ #para[ 可见两台PC之间可以正常通信,网络连通性正常。 ] +#figure(image("阻断后的拓扑.png",format: "png",fit:"stretch",width: 80%),caption: "查看阻断后的拓扑") === 实验评测 #para[ 经过教辅亲自测试,S2与S3以及S2与S4之间的链路断开后,网络依然可以正常通信,各交换机`display stp brief`显示结果正常,说明STP配置成功,网络环路被成功破除。 diff --git a/2_stp/result.drawio b/2_stp/result.drawio new file mode 100644 index 0000000..ec1310d --- /dev/null +++ b/2_stp/result.drawio @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/2_stp/阻断后的拓扑.png b/2_stp/阻断后的拓扑.png new file mode 100644 index 0000000..1911ea5 Binary files /dev/null and b/2_stp/阻断后的拓扑.png differ