From 49712fbc085711789bb04f37e7864ca430971131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E8=89=AF=E6=B6=9B?= <12071381+shiliangtao@user.noreply.gitee.com> Date: Sun, 12 May 2024 14:53:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 石良涛 <12071381+shiliangtao@user.noreply.gitee.com> --- ...1\345\261\202\344\272\244\346\215\242\346\234\2722.md" | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 "\347\237\263\350\211\257\346\266\233/20240511-\344\270\211\345\261\202\344\272\244\346\215\242\346\234\2722.md" diff --git "a/\347\237\263\350\211\257\346\266\233/20240511-\344\270\211\345\261\202\344\272\244\346\215\242\346\234\2722.md" "b/\347\237\263\350\211\257\346\266\233/20240511-\344\270\211\345\261\202\344\272\244\346\215\242\346\234\2722.md" new file mode 100644 index 0000000..4f9e435 --- /dev/null +++ "b/\347\237\263\350\211\257\346\266\233/20240511-\344\270\211\345\261\202\344\272\244\346\215\242\346\234\2722.md" @@ -0,0 +1,8 @@ +# 三层交换机plus + +## 三层交换机的单臂路由 + +```js +//二层交换机划分VLAN并开启TRUNK +//三层交换机开启路由功能后设置VLAN并给VLAN配置IP +``` -- Gitee