From 0d2381727dc13d1d45893b40f482559cbb1f29f4 Mon Sep 17 00:00:00 2001 From: liushilin <2251441389@qq.com> Date: Mon, 13 May 2024 18:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\202\344\272\244\346\215\242\346\234\272.md" | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 "\345\210\230\350\257\227\347\220\263/\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" diff --git "a/\345\210\230\350\257\227\347\220\263/\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" "b/\345\210\230\350\257\227\347\220\263/\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" new file mode 100644 index 0000000..9a67b99 --- /dev/null +++ "b/\345\210\230\350\257\227\347\220\263/\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" @@ -0,0 +1,17 @@ +#### 三层交换机 + +一、 + +1. vlan分组+设ip地址 +2. sw trunk enca dot1q 将trunk封装进dot1q协议 +3. sw mode trunk +4. ip routing 启用路由功能 + +二、 + +1. int f 0/1 +2. no sw 取消交换机接口,变成路由器接口 +3. ip add 网关 +4. sw trunk enca dot1q +5. sw mode trunk +6. ip routing 启用路由功能 \ No newline at end of file -- Gitee